Re: Improve documentation of org-reverse-note-order

2025-04-22 Thread Karthik Chikmagalur
>>> I think we can leave these methods untouched for compatibility but >>> introduce some consistent aliases? >>> >>> | Action | How to reverse filing order | >>> |-+---| >>> | Refile | Introduce org-refile-prepend | >>> | Capture | Introduce org-capture-pre

Re: Improve documentation of org-reverse-note-order

2025-04-20 Thread Ihor Radchenko
Ihor Radchenko writes: >> I think we can leave these methods untouched for compatibility but >> introduce some consistent aliases? >> >> | Action | How to reverse filing order | >> |-+---| >> | Refile | Introduce org-refile-prepend | >> | Capture | Introdu

Re: Improve documentation of org-reverse-note-order

2025-03-16 Thread Ihor Radchenko
Karthik Chikmagalur writes: > So for the record, this is the current state of things: > > | Action | How to reverse filing order | > |-+--| > | Refile | org-reverse-note-order | > | Capture | :prepend key in org-capture template

Re: Improve documentation of org-reverse-note-order

2025-03-16 Thread Karthik Chikmagalur
> Currently, `org-add-note' ordering is controlled by > `org-log-states-order-reversed'. > > I am afraid that changing the current status quo may create confusion. > We might introduce a new variable `org-log-note-order-reversed' just for > interactive notes. WDYT? So for the record, this is the c

Re: Improve documentation of org-reverse-note-order

2025-03-16 Thread Ihor Radchenko
Karthik Chikmagalur writes: > It's not clear from the documentation of `org-reverse-note-order' what > "note" means: > > --8<---cut here---start->8--- > Non-nil means store new notes at the beginning of a file or entry. > When nil, new notes will be filed to th

Improve documentation of org-reverse-note-order

2025-02-07 Thread Karthik Chikmagalur
It's not clear from the documentation of `org-reverse-note-order' what "note" means: --8<---cut here---start->8--- Non-nil means store new notes at the beginning of a file or entry. When nil, new notes will be filed to the end of a file or entry. This can also b