Re: org-datetree-insert-line and org-blank-before-new-entry

2022-10-26 Thread Richard Walker
On Wed, 26 Oct 2022 at 18:28, Ihor Radchenko wrote: > Richard Walker writes: > ... > > Change (assq 'heading org-blank-before-new-entry) > > to (org--blank-before-heading-p) here? > > You are indeed right. > Fixed on main now. > https://git.savannah.gnu.org

org-datetree-insert-line and org-blank-before-new-entry

2021-08-31 Thread Richard Walker
A follow-up to the changes made to org-datetree-insert-line in September 2020. The definition now begins: (defun org-datetree-insert-line (year &optional month day text) (delete-region (save-excursion (skip-chars-backward " \t\n") (point)) (point)) (when (assq 'heading org-blank-before-new-en

Re: [O] Add "legacy" time tracking as CLOCK entries

2014-01-15 Thread Richard Walker
On 15/01/2014, Sebastien Vauban wrote: > Richard Walker wrote: >> I note that I can add an entry that looks like this: >> >> CLOCK: => 0:30 >> >> and have this contribute to totals. But I would >> also like to record the date for this entry. ...

[O] Add "legacy" time tracking as CLOCK entries

2014-01-14 Thread Richard Walker
Hi, while I've been using org-mode for some time, I'm now working on a project where I've decided to use the time-tracking functions. But I've got some "legacy" time on the project that I would like to incorporate. I.e., I have in my (paper) log book a record of (say) half an hour spent on a certai