Re: [PATCH] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-06-20 Thread Kristoffer Balintona
Thanks for the bump. Life stuff popped up and I got distracted by other hacking too. On Thu, Jun 19 2025, Ihor Radchenko wrote: > Ihor Radchenko writes: > >>> Thank you for the clarification. WDYT of the patches attached? >> >> See my comments below. >> ... >

Re: How have users managed email tasks with org?

2025-06-11 Thread Kristoffer Balintona
On Mon, Jun 09 2025, Ihor Radchenko wrote: > Kristoffer Balintona writes: > >> So, to be clear, you find that having an org project/todo heading for >> each email thread suffices, since (i) all todos in the same thread end >> up under the same project which makes (ii

Re: How have users managed email tasks with org?

2025-06-09 Thread Kristoffer Balintona
On Mon, Jun 09 2025, Christian Moe wrote: > Kristoffer Balintona writes: > >> (N.B. Christian Moe elsewhere in this thread something that gave me >> inspiration. As a notmuch user, I think it wouldn’t be too hard to add a >> visual indicator on individual emails for whet

Re: How have users managed email tasks with org?

2025-06-08 Thread Kristoffer Balintona
On Sun, Jun 08 2025, Ihor Radchenko wrote: > Kristoffer Balintona writes: > >> My main problem with trying to use org-agenda for all tasks created from >> emails is that the state and relevance of those emails may change >> without the todos tied to them changing (unless

Re: Querying cached parse trees without opening files

2025-06-08 Thread Kristoffer Balintona
lar to non-sexp org-ql) Is there a necessity for org-element’s cache to be sparse? Is it mostly to avoid having to parse entire buffers (or at least large chunks of them) when they change? When I first heard about org’s caching, I had the (extremely) naive question of what technical reasons there are to not just store entire parse trees in a cache, even an on-disk one. -- Kind regards, Kristoffer

Re: Troubles with #+CITE_EXPORT in org-publish

2025-06-04 Thread Kristoffer Balintona
his, I’ll file a bug report. But if no one experiences this, then there’s a good chance the cause is something to due with my configuration. -- Kind regards, Kristoffer

Troubles with #+CITE_EXPORT in org-publish

2025-05-30 Thread Kristoffer Balintona
. Am I missing something? -- Kind regards, Kristoffer

Re: Querying cached parse trees without opening files

2025-05-26 Thread Kristoffer Balintona
part). Martin can chime in and share to correct me if I’m wrong. -- Kind regards, Kristoffer

Re: How have users managed email tasks with org?

2025-05-24 Thread Kristoffer Balintona
On Sat, May 24 2025, hob...@poukram.net wrote: > Kristoffer Balintona writes: > >> [... 19 lines elided] >>> >>> I've been using mu4e for a while now, but in my gnus email days I >>> used gnorb, and I dearly miss those features in my current >>&

Re: How have users managed email tasks with org?

2025-05-23 Thread Kristoffer Balintona
On Wed, May 21 2025, Christian Moe wrote: > Kristoffer Balintona writes: > >> My main problem with trying to use org-agenda for all tasks created from >> emails is that the state and relevance of those emails may change >> without the todos tied to them changing (unless

Re: How have users managed email tasks with org?

2025-05-23 Thread Kristoffer Balintona
On Wed, May 21 2025, Rémi Letot wrote: > Christian Moe writes: > >> Kristoffer Balintona writes: >> >> [... 8 lines elided] >> >> I don't have any cure-all workflow for this, but I can think of a >> feature that would help facilitate it: e-mail

Re: How have users managed email tasks with org?

2025-05-23 Thread Kristoffer Balintona
x27;s interesting that you keep emails "grouped" by year to help... I hadn't thought of that before. I'll consider it. Although I'd personally use time span shorter than a year... -- In gratitude, Kristoffer

How have users managed email tasks with org?

2025-05-20 Thread Kristoffer Balintona
my difficulties sufficiently. I thought I'd ask the org community in case anyone has found a workflow they're happy with. -- In gratitude, Kristoffer

Re: [PATCH] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-05-15 Thread Kristoffer Balintona
Hi Ihor, I apologize for the delay. I've been busy these last few days and also encountered some technical difficulties with my device. On Sun, May 11 2025, Ihor Radchenko wrote: > Kristoffer Balintona writes: > >>> Why not just using nil value as you initially suggested? &

Re: [FR] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-05-11 Thread Kristoffer Balintona
On Sun, May 11 2025, Ihor Radchenko wrote: > Kristoffer Balintona writes: > >> Thank you for the help. I've attached a diff for a set of proposed >> changes. It has `org-capture-expand-olp' and >> `org-capture-expand-headline' return the symbol 'file

Re: [FR] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-05-09 Thread Kristoffer Balintona
Whoops, I forgot to include in my diff the small test I added. I've attached the full diff here. -- Best, Kristoffer diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 6d395406cf..f418e9fba9 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -205,24 +2

Re: [FR] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-05-09 Thread Kristoffer Balintona
On Thu, May 08 2025, Ihor Radchenko wrote: > Kristoffer Balintona writes: > >> Currently, `org-find-olp' assumes that it is being passed a file path + >> an outline path, but when the olp function returns nil, only a file path >> is returned, so `org-find-olp'

Re: [FR] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-05-07 Thread Kristoffer Balintona
On Mon, May 05 2025, Ihor Radchenko wrote: > Kristoffer Balintona writes: > >> On Mon, May 05 2025, Kristoffer Balintona wrote: > >> It would be nice if the top-level datetree in would simply >> be used if the function supplied for function-returning-lis

Re: [FR] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-05-04 Thread Kristoffer Balintona
On Mon, May 05 2025, Kristoffer Balintona wrote: > It would be nice if the top-level datetree in would simply > be used if the function supplied for function-returning-list-of-strings > returns nil. Seems like the attached diff can accomplish this, though I'm not sure if it'

[FR] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-05-04 Thread Kristoffer Balintona
-location, I'm not sure how easy this would be easy. -- Best, Kristoffer

Re: [FR] file+olp+datetree accepting function to select target file

2025-05-04 Thread Kristoffer Balintona
nk you for the patch! I was going to do it myself, but you beat me to it. I now see that there is a small mention in the docstring that the file need not be a path but also variable or function, but "/path/to/file" convinced me otherwise. -- In gratitude, Kristoffer

[FR] file+olp+datetree accepting function to select target file

2025-05-02 Thread Kristoffer Balintona
portion in org-capture-set-target-location that lets me choose which file I'd like to capture to. -- Best, Kristoffer

Re: Workflow for planning and scheduling tasks with org mode

2024-12-21 Thread Kristoffer Balintona
items, and so on--but that's the gist of it. Footnotes: [1] Or, with delay cookies, certain items in the future. [2] For me, this is just TODO and NEXT. [3] https://github.com/brabalan/org-review -- Best, Kristoffer

Re: Indirect follow mode in agenda: Display, edition and how to hide drawers

2024-11-05 Thread Kristoffer Balintona
n't think. Have you made customizations to display-buffer-alist? > > > Best regards > > --- > Gendre Sébastien > > -- Best, Kristoffer

[FR] org-babel-examplify-region does not add a newline for the example block end

2021-11-21 Thread Kristoffer
be done to fix this, but I'm not sure if I'm supposed to categorize this as a [BUG] so I've marked the subject as a [FR] instead. Regards, Kristoffer

[FR] Expand functionality of org-hide-block-startup to add property drawer support

2021-11-21 Thread Kristoffer
f late here, but I hope I came across somewhat coherently. Regards, Kristoffer