Re: [O] wish: facility to wash org link descriptions

2018-03-02 Thread Jack Henahan
https://orgmode.org/manual/Adding-hyperlink-types.html#Adding-hyperlink-types Adding a custom hyperlink type (or overriding the existing one for mail messages) seems like your best bet. Jack > On Mar 2, 2018, at 07:16, Gregor Zattler wrote: > > Hi org-mode developers, > >

Re: [O] when/how are org-mode settings loaded

2018-02-08 Thread Jack Henahan
Could you post your config? I expect the issue is that you don’t (require 'org) or set up the auto-mode-alist in your init file. This would also be the case if, for instance, you defer loading the package with use-package, as well. Invoking the agenda will load org, so the next org file you

Re: [O] Specifying the tangle filename based on the source filename?

2018-01-28 Thread Jack Henahan
I do something similar, and I use a snippet like this #+begin_src emacs-lisp (defun the-in-the-org-lib-p () (and (f-this-file) (f-child-of? (f-this-file) the-org-lib-directory))) (defun the-org-lib-hook () (if (the-in-the-org-lib-p) (progn (setq-local

Re: [O] [PATCH] `org-clock--oldest-date` performance

2018-01-21 Thread Jack Henahan
the new date, no extra nils. Revised patch attached. Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Jack Henahan <jhena...@me.com> writes: > >> Functionally, this means that today `org-clock-special-range` produces a >> range from the current time un

Re: [O] [PATCH] `org-clock--oldest-date` performance

2018-01-20 Thread Jack Henahan
I've sent off for the FSF form so I can get that process started, and I've amended my patch according to the guidelines (attached). Jack Henahan <jhena...@me.com> writes: > I tested that `org-clock-display` and the clocktable work as expected > when `org-clock-display-default-r

Re: [O] [PATCH] `org-clock--oldest-date` performance

2018-01-20 Thread Jack Henahan
since otherwise it just gives the current time if its second argument is nil. > Jack Henahan <jhena...@me.com> writes: > >> Apologies again, didn't update the commit hash properly. I swear this is >> the last one. :| > > Thank you. However, I'm surprised that `org-c

Re: [O] [PATCH] `org-clock--oldest-date` performance

2018-01-20 Thread Jack Henahan
Jack Henahan <jhena...@me.com> writes: Apologies again, didn't update the commit hash properly. I swear this is the last one. :| > Jack Henahan <jhena...@me.com> writes: > > Modified patch attached to use my list mail rather than my work one. > >> To that end, I'

Re: [O] [PATCH] `org-clock--oldest-date` performance

2018-01-20 Thread Jack Henahan
Jack Henahan <jhena...@me.com> writes: Modified patch attached to use my list mail rather than my work one. > To that end, I've attached a patch for review which removes > `org-clock--oldest-date`, replacing its only use with `nil`, and > altering the logic where it's actually

Re: [O] [PATCH] `org-clock--oldest-date` performance

2018-01-20 Thread Jack Henahan
ou.fr> writes: > Hello, > > Jack Henahan <jhena...@me.com> writes: > >> I've run into a performance issue in `org-clock` which I've narrowed >> down to being caused by the calculation in the defconst for >> `org-clock--oldest-date`. In particular, invoking `org

[O] `org-clock--oldest-date` performance

2018-01-19 Thread Jack Henahan
at it this weekend to see if I can figure something out, but I thought it likely that someone who understands `org-clock` better than I might be able to chime in, or at least see if I'm the only one hitting this issue. Thanks, == Jack Henahan Org mode version 9.1.6 (release_9.1.6-369-g3604f2) on macOS