[O] Possible proble with Python block edition, or pilot error ?

2019-03-05 Thread Emmanuel Charpentier
The following python snippet does execute normally from a Python (2.7) temporary buffer Source : = print "Start of block called from a Python temporary buffer" print NomDeFichier try: FN=NomDeFichier except: FN="Chose.txt" finally: print FN

Re: [O] Bug: clocktable error in org-agenda [9.2.2 (release_9.2.2-245-g9d7b1e @ /home/dortmann/src/git-org-mode/lisp/)]

2019-03-05 Thread Daniel Ortmann
Does anyone have an idea of why this problem occurs? And perhaps how to fix it? On 3/4/19 7:02 PM, Bernt Hansen wrote: > Actually I think it is a bug. This weird behaviour has been around for > a very long time (years probably). > > I have noticed similar behaviour with log mode, and clock check

Re: [O] API for manipulating #+PROPERTY entries?

2019-03-05 Thread John Kitchin
You might find a function like this one: https://github.com/jkitchin/techela-emacs/blob/master/techela-grade.el#L149 helpful. There are some variations that do similar things. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering

Re: [O] Buggy output in bash session

2019-03-05 Thread John Kitchin
I can't help with a solution, but I can at least confirm I see the same behavior! John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin

[O] MathJax font confusion

2019-03-05 Thread Lawrence Bottorff
I'm trying to get odd behavior in an org-mode HTML export cleared up. (See this .) I've got this table { font-family: monospace; /* font-family:'eulermedium_18'; */ font-size: 1.05em; margin-left:5%; margin-right:auto; margin-top:0.5em;

Re: [O] [RFC] Fixing link encoding once and for all

2019-03-05 Thread Robert Pluim
Neil Jerram writes: > Thanks for explaining that. It's not mentioned in the manual though > (https://www.gnu.org/software/emacs/manual/html_node/emacs/Regexps.html); > are you sure that it's supported in Emacs regexps? > Itʼs described in the next node:

Re: [O] [RFC] Fixing link encoding once and for all

2019-03-05 Thread Neil Jerram
Hi Nicolas, On Tue, 5 Mar 2019 at 00:23, Nicolas Goaziou wrote: [...] > So, the new challenger is: > > > "\\[\\[\\(\\(?:.\\|\n\\)*?[^\\]\\(\\)*\\)\\]\\(?:\\[\\(\\(?:.\\|\n\\)+?\\)\\]\\)?\\]" > > Beautiful. > > The commented rx equivalent would be: > > (seq "[" > ;; URI part:

Re: [O] Buggy output in bash session

2019-03-05 Thread Steven Tilley
Hi everyone, First off, thanks for the great tool, and thanks to anyone who takes the time to read this. This is sort of a followup on my previous email, but I was wondering if anybody uses org-babel with bash in session mode? I've found it to be pretty buggy for all but simple tasks, and I