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, > > it would be nice if

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 open

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 org-ba

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

2018-01-21 Thread Jack Henahan
we use the new date, no extra nils. Revised patch attached. Nicolas Goaziou writes: > Hello, > > Jack Henahan writes: > >> Functionally, this means that today `org-clock-special-range` produces a >> range from the current time until the current time if `start` ends up >

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 writes: > I tested that `org-clock-display` and the clocktable work as expected > when `org-clock-display-default-range` is set to `u

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

2018-01-20 Thread Jack Henahan
just gives the current time if its second argument is nil. > Jack Henahan 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-clock-special-range' callers >

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

2018-01-20 Thread Jack Henahan
Jack Henahan writes: Apologies again, didn't update the commit hash properly. I swear this is the last one. :| > Jack Henahan 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 r

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

2018-01-20 Thread Jack Henahan
Jack Henahan 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 used to accoun

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

2018-01-20 Thread Jack Henahan
Before the dawn of humanity seemed like a reasonable limit, but I'm taking suggestions. :D I'm not certain if this hits the "modify 15 lines" threshold since it's mainly deletion, but I'll start getting the paperwork in order and write a Changelog entry. Nicolas Goa

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

2018-01-19 Thread Jack Henahan
on would be desirable. I'll be looking 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