[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Solved the problem of org-capture apparently not working
From: |
Puneeth Chaganti |
Subject: |
Re: [Orgmode] Solved the problem of org-capture apparently not working |
Date: |
Sat, 5 Feb 2011 09:57:24 +0530 |
Hi,
On Sat, Feb 5, 2011 at 6:02 AM, Charles Cave <address@hidden> wrote:
[..]
> My suggestion to eliminate the problem is to modify the org-capture algorithm
> so years have to match beginning of line + one asterisk + one space + the year
>
> Similarly, months could match beginning of line + two asterisks + one space +
> the year + hyphen + month number + space + Monthname. But the chance of
> this
> format heading appearing outside a date-tree would be very low.
org-datetree currently checks if a buffer has an entry with a DATE_TREE
property (any value), and if it finds one, the date tree will become a
subtree under that entry.
This change would break that feature.
-- Puneeth