[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Putting new to TODO/note to the beginning of the subtree
From: |
Carsten Dominik |
Subject: |
Re: [O] Putting new to TODO/note to the beginning of the subtree |
Date: |
Wed, 9 Nov 2011 18:38:38 +0100 |
On 9.11.2011, at 11:15, Tommy Kelly wrote:
> Actually it looks like you can have org-reverse-note-order be a wee
> bit selective using a regexp. Customize implies it's only on a per
> *file* basis but the doc is a bit unclear when it says:
>
> "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 be a list with cons cells of regular expressions that
> are matched against file names, and values."
>
> I'm wondering what, if anything, is the significance of that "and
> values". Seems to suggest you could select based on more than just
> file names.
No, please read this as
This can also be a list with cons cells of regular expressions (that
are matched against file names) and values.
So each cons cell has a regular expression in the car. The
cdr is the value that org-reverse-note-order should have in
files matched by that regular expression.
Anyway, you will be much better off by switching to org-capture
which has more capabilities and fine-grained per-template
control.
HTH
- Carsten
>
> Still, remember seems to be deprecated these days, so capture is
> probably a sensible move.
>
> Tommy
>