Requesting a new release of org-contrib.

2022-12-11 Thread Malcolm Purvis
but it is not available in NonGNU ELPA. Could a new release of org-contrib be made to make the fix widely available? Thanks, Malcolm -- Malcolm Purvis

bug#57381: 29.0.50; void-function byte-compile-warn-obsolete when building latest org-mode

2022-08-25 Thread Malcolm Purvis
"Lars" == Lars Ingebrigtsen writes: This should now be fixed in Emacs 29. Confirmed. Thank you. Malcolm -- Malcolm Purvis

Re: [O] Change in appearance of org-todo-keywords

2017-08-07 Thread Malcolm Purvis
: Nicolas Goaziou Date: Thu Jul 27 13:39:52 2017 +0200 Move `org-split-string' to "org-macs.el" * lisp/org.el (org-split-string): Move the function... * lisp/org-macs.el (org-split-string): ... here. Also clarify docstring with regards to `split-string'. Malcolm -- Malcolm Purvis

[O] Automatically Concluding a Habit.

2017-06-18 Thread Malcolm Purvis
e manual edit. Thanks, Malcolm -- Malcolm Purvis

Re: [O] [ANN] New Org duration library

2017-02-22 Thread Malcolm Purvis
g to be: The value can be set to, respectively, the symbols ‘h:mm:ss’ or ‘h:mm’, would clarify the situation. Malcolm -- Malcolm Purvis

Re: [O] Time clocking problem

2016-09-04 Thread Malcolm Purvis
0304591af2f9") Louis, These look correct to me. Does the following command produce any output? M-: (org-id-find bh/organization-task-id) Perhaps org can't find file with the Organization node. It the file in your agenda list? Malcolm -- Malcolm Purvis

Re: [O] Time clocking problem

2016-09-01 Thread Malcolm Purvis
304591af2f9 :END: ... #+end_src #+begin_src elisp (setq bh/organization-task-id "eb155a82-92b2-4f25-a3c6-0304591af2f9") #+end_src Malcolm -- Malcolm Purvis

Re: [O] Helm update brings "funcall: Symbol's value as variable is void: helm-walk-ignore-directories"

2015-09-07 Thread Malcolm Purvis
uardo> package manager? The package manager does not unload the old package and load new package as part of the upgrade. As a consequence, I always restart Emacs after upgrading packages to avoid problems like this. Malcolm -- Malcolm Purvis

Re: [O] Logging the new time on a reschedule.

2015-08-20 Thread Malcolm Purvis
>>>>> "Nicolas" == Nicolas Goaziou writes: Nicolas> Malcolm Purvis writes: >> Thanks. Unfortunately I now get an error when I try to reschedule: Nicolas> Oops. Fixed. Thank you. It works as expected now. Thanks again. Malcolm -- Malcolm Purvis

Re: [O] Logging the new time on a reschedule.

2015-08-20 Thread Malcolm Purvis
g-log-note-headings)) (setq org-log-note-headings (cons '(redeadline . "New deadline from %S to %s on %t") org-log-note-headings)) --8<---cut here-------end--->8--- Malcolm -- Malcolm Purvis

Re: [O] Logging the new time on a reschedule.

2015-08-20 Thread Malcolm Purvis
g-log-note-headings)) (setq org-log-note-headings (cons '(redeadline . "New deadline from %S to %s on %t") org-log-note-headings)) --8<---cut here-------end--->8--- Malcolm -- Malcolm Purvis

[O] Logging the new time on a reschedule.

2015-08-18 Thread Malcolm Purvis
is neither org-schedule nor org-deadline pass the the new time to org-add-log-setup. Is there a reason for this? Malcolm -- Malcolm Purvis

Re: [O] Tangling and Exporting an Unsupported Language.

2014-10-01 Thread Malcolm Purvis
ckage, which supports 'text' as a language, and have started using that. Thanks for your help. Malcolm -- Malcolm Purvis

[O] Tangling and Exporting an Unsupported Language.

2014-09-28 Thread Malcolm Purvis
org :tangle foo.bar #+end_src Is there a case for 'begin_src text' to handle arbitrary content? Malcolm -- Malcolm Purvis

Re: [O] Error with removing zero time clocks in capture.

2014-09-11 Thread Malcolm Purvis
>>>>> "Nicolas" == Nicolas Goaziou writes: Nicolas> This should be fixed. Thank you for reporting it. I can confirm that the error has gone. Thanks, Malcolm -- Malcolm Purvis

[O] Error with removing zero time clocks in capture.

2014-09-11 Thread Malcolm Purvis
r(0) org-capture-finalize(nil) call-interactively(org-capture-finalize nil nil) --8<---cut here---end--->8--- I assume that the cache code is trying to remove the clock information from the draw that has already been removed because org-clock-out-remove-zero-time-clocks is set. Malcolm -- Malcolm Purvis

Re: [O] Regex Speedup for org-refresh-category-properties.

2014-07-29 Thread Malcolm Purvis
>>>>> "Achim" == Achim Gratz writes: Achim> I think that "^[ \t]*\\(\\(?:#\\+\\|:\\)CATEGORY:\\)\\(.*\\)" Achim> would be a better regex, assuming that the original regex was Achim> doing the right thing. Thanks. Things are just as fast with this

[O] Regex Speedup for org-refresh-category-properties.

2014-07-28 Thread Malcolm Purvis
) (setq pos (match-end 0) optionp (equal (char-after (match-beginning 0)) ?#) cat (org-trim (match-string 2))) -- Malcolm Purvis

Re: [O] orgstruct-mode taking over C-c C-f

2014-01-24 Thread Malcolm Purvis
to be called, so I still get the error about the undefined function set-transient-map when running Emacs 23.3. Thanks, Malcolm -- Malcolm Purvis