[O] Python with org-mode

2019-03-29 Thread Lawrence Bottorff
I've seen many "start using Python" parades, but what is the best way to use Python with org-mode, i.e., in babel source blocks? I'm on U18.10, which comes with standard 2 (2.7.15+) and 3 (3.6.7). But then I keep hearing about Anaconda. Your opinions, experiences, please. LB

[O] [PATCH] Make org-babel-result-end work with :wrap keyword

2019-03-29 Thread Bosché Aurélien
It seems that the :wrap header argument and the append option to the :results header argument are incompatible in source blocks. The reason is that `org-babel-result-end` does not find the end of the results when :wrap is used and this is due to `org-babel-result-end` only looking for blocks

[O] Interaction of Agenda with DEADLINE & SCHEDULED

2019-03-29 Thread Stephan Fabel
When creating a custom agenda view, it is often desirable to express a relationship between a given task and meaningful dates, such as DEADLINE and SCHEDULED. It seems that with org-mode, and especially in the agenda view, it is not (yet?) possible to express that. For example, how would one

Re: [O] Smart archiving of subtrees with parent headlines

2019-03-29 Thread Ken Mankoff
On 2019-03-29 at 03:23 +0100, Mark Edgington wrote... > But it sounds like you're saying that it won't work with the latest > git versions? elpa, not git. But yes, this code is expecting and calling functions no longer in the core code. -k.