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
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
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
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
>
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
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
>
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
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
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
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
10 matches
Mail list logo