• Joined on 2024-07-20
lyz commented on pull request kenkeiras/org-rw#14 2025-01-26 16:49:12 +00:00
WIP: feat: add refile heading

WIP as it still doesn't indent well the content

lyz created pull request kenkeiras/org-rw#14 2025-01-26 11:04:43 +00:00
feat: add refile heading
lyz created branch feat/add-refile in lyz/org-rw 2025-01-26 11:03:56 +00:00
lyz pushed to feat/add-refile at lyz/org-rw 2025-01-26 11:03:56 +00:00
8ecccb8b24 feat: add refile heading
lyz commented on issue kenkeiras/org-rw#5 2025-01-25 13:28:38 +00:00
Question: How to create an OrgDoc from within python

nope, I just wanted it for the tests, so that functionality is perfect)

lyz closed issue kenkeiras/org-rw#5 2025-01-25 13:28:38 +00:00
Question: How to create an OrgDoc from within python
lyz commented on issue kenkeiras/org-rw#6 2025-01-25 13:27:19 +00:00
Question: unexpected Heading title type

Sorry for the late response.

I see, I'll close it then

lyz closed issue kenkeiras/org-rw#6 2025-01-25 13:27:19 +00:00
Question: unexpected Heading title type
lyz created pull request kenkeiras/org-rw#13 2025-01-25 13:24:30 +00:00
fix: strip token_list_to_plaintext
lyz created branch fix/strip-title in lyz/org-rw 2025-01-25 13:23:48 +00:00
lyz pushed to fix/strip-title at lyz/org-rw 2025-01-25 13:23:48 +00:00
6710775882 fix: strip token_list_to_plaintext
8280949f23 Merge pull request 'feat: Simplify headline state setting.' (#12) from feat/cleaner-state-setting into develop
691ce30a68 Simplify state setting, update .is_todo/.is_done props.
48de06abc7 Merge pull request 'feat: Name code snippets' (#11) from feat/named-code-snippets into develop
d4b40e404d Apply autoformatter.
Compare 10 commits »
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