Joao Cortes writes:
> Consider the following python source block,
>
> #+begin_src python :results output : session :dir ./run
> import os;
> cwd = os.getcwd()
> print(cwd)
> #+end_src
>
> The dir header arg should change the directory used to run the session,
> in
With this post, I'd like to submit org-conflict, a new Org add-on, to
the community for enjoyment, scrutiny and feedback.
Org-conflict aims to help Org agenda users prevent creating scheduling
conflicts. If you use the agenda for calendar purposes, you might
benefit from validating timestamps bef
Hi folks,
I just verified the proposed patch to org-eldoc.el in contrib dir, works well.
But the problem is we lost an appropriate contact point because
https://bitbucket.org/ukaszg/org-eldoc was removed.
Who can amend org-eldoc.el in contribution directory?
Best regards,
Takaaki
> On Mar 31, 20
Hello,
Nick Dokos writes:
> | I can reproduce this and traced it to this code:
> |
> | ,
> | | (catch :found
> | | (while (funcall search-fun org-link-any-re nil t)
> | | (pcase (org-element-lineage (org-element-context) '(link) t);;;
> < HERE
> | | (`nil nil) (link