Re: [O] Python source block and :dir header arg

2019-04-04 Thread stardiviner
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

[O] [ANN] org-conflict add-on: timing conflicts detector and resolver for Org agenda

2019-04-04 Thread Thomas Plass
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

Re: [O] org-eldoc error on shell src blocks

2019-04-04 Thread Takaaki Ishikawa
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

Re: [O] [ISSUE] links navigation not consistent behavior

2019-04-04 Thread Nicolas Goaziou
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