• Joined on 2024-07-20
lyz created pull request kenkeiras/org-rw#7 2024-08-02 18:10:19 +00:00
feat: enhance type annotations and formatting
lyz created branch feat/small-improvements in lyz/org-rw 2024-08-02 18:09:39 +00:00
lyz pushed to feat/small-improvements at lyz/org-rw 2024-08-02 18:09:39 +00:00
75055f5e08 feat: enhance type annotations and formatting
lyz commented on issue kenkeiras/org-rw#6 2024-08-02 16:16:54 +00:00
Question: unexpected Heading title type

if it breaks stuff I can use org_file.headlines[0].title.get_text() but is the ergonomics of the class I expected

lyz opened issue kenkeiras/org-rw#6 2024-08-02 16:13:58 +00:00
Question: unexpected Heading title type
lyz commented on issue kenkeiras/org-rw#5 2024-08-02 12:01:37 +00:00
Question: How to create an OrgDoc from within python

I guess that the easiest solution is to do:

orig = '''* NEW_TODO_STATE First entry 

* NEW_DONE_STATE Second entry''' 
doc = loads(orig, environment={ 
  'org-todo-keywords':
lyz opened issue kenkeiras/org-rw#5 2024-08-02 11:57:01 +00:00
Question: How to create an OrgDoc from within python
lyz pushed to develop at lyz/org-rw 2024-08-02 11:14:20 +00:00
40d58d5488 Merge pull request 'Add TODO keywords programmatically' (#2) from feat/add-todo-keywords-programmatically into develop
09f9030818 tests: fix typings to match mypy expectations.
7e44bce145 Merge remote-tracking branch 'origin/develop' into feat/add-todo-keywords-programmatically
ef893a72a0 Merge pull request 'feat/improvements' (#1) from lyz/org-rw:feat/improvements into develop
9fea315115 merge upstream
Compare 19 commits »
lyz commented on pull request kenkeiras/org-rw#1 2024-07-26 11:36:51 +00:00
feat/improvements

Fixed at 191bb75

lyz pushed to feat/improvements at lyz/org-rw 2024-07-26 11:36:13 +00:00
9fea315115 merge upstream
191bb753c4 tests: fix repetition string
Compare 2 commits »
lyz approved kenkeiras/org-rw#2 2024-07-26 11:32:45 +00:00
Add TODO keywords programmatically

Tiene muy buena pinta (✿◠‿◠)

lyz pushed to feat/improvements at lyz/org-rw 2024-07-20 09:41:59 +00:00
ff841f82f0 feat: Set the default Timestamp active to True
lyz pushed to feat/improvements at lyz/org-rw 2024-07-20 09:38:56 +00:00
be68d10d7a feat: initialise a Timestamp from a datetime object
lyz pushed to feat/improvements at lyz/org-rw 2024-07-20 09:15:41 +00:00
f640521b56 feat: add the scheduled, deadline and closed arguments to Headline init
lyz pushed to feat/improvements at lyz/org-rw 2024-07-20 08:49:18 +00:00
694f3f59e2 Merge branch 'develop' into feat/improvements
921495fca8 Merge branch 'develop' of ssh://code.codigoparallevar.com:2022/lyz/org-rw into develop
423d6f9842 Fix multiline specifications of TODO properties.
9e994ba323 Accept numbers as end of implicit link.
Compare 4 commits »
lyz created pull request kenkeiras/org-rw#1 2024-07-20 08:47:34 +00:00
feat/improvements
lyz created branch feat/improvements in lyz/org-rw 2024-07-20 08:47:06 +00:00
lyz pushed to feat/improvements at lyz/org-rw 2024-07-20 08:47:06 +00:00
c5cc14f65c feat(Timestamp): add the from_datetime method
4fd29819ea Fix implicit link parsing.
Compare 2 commits »
lyz created repository lyz/org-rw 2024-07-20 08:45:14 +00:00