Re: [O] [PATCH] ob-python: Insert necessary blank line when sending code to interpreter

2018-04-03 Thread qijian gong
I've added comment and test (New path file in attachment),the test results look fine. #+BEGIN_SRC sh $ make BTEST_RE="test-ob-python" test-dirty ... selected tests: test-ob-python Running 7 tests (2018-04-03 16:51:31+0800) executing Python code block... Code block evaluation complete. passed

[O] [PATCH] org-agenda-list: call recenter only when buffer is visible

2018-04-03 Thread Pierre Téchoueyres
Hello org's developers, I'm trying to correct the package `org-alert' (https://github.com/spegoraro/org-alert) in order to not interfer with the org-agenda buffer. I've tried to call `org-agenda-list' inside a temp buffer. This could work but the call to `recenter' throw an error which defeat

Re: [O] Library of Babel confusion

2018-04-03 Thread Berry, Charles
> On Apr 3, 2018, at 1:31 PM, Lawrence Bottorff wrote: > > I've been trying to grok LOB again. So I've cloned the worg git and > library-of-babel.el is one of the files. org-babel-lob-injest didn't work, Try M-x org-babel-lob-ingest RET org/worg/library-of-babel.org RET

[O] Library of Babel confusion

2018-04-03 Thread Lawrence Bottorff
I've been trying to grok LOB again. So I've cloned the worg git and library-of-babel.el is one of the files. org-babel-lob-injest didn't work, so I customized org-babel-lob-files and inserted .../worg/library-of-babel.el . . . and it did in fact get added to my init.el under the

Re: [O] Bug: master: "Capture abort: (error Format specifier doesn’t match argument type)"

2018-04-03 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou [2018-04-03; 10:26]: > Gregor Zattler writes: >> GNU Emacs 26.0.91 (build 2, x86_64-pc-linux-gnu, GTK+ Version >> 3.22.11) of 2018-04-02 >> and >> Org mode version 9.1.9 (release_9.1.9-560-gf93aa7 @ >>

Re: [O] tangle versus org-babel-load-file

2018-04-03 Thread Nick Dokos
Lawrence Bottorff writes: > I'm experimenting with Uncle Dave's config which is using a minimum init.el > to launch config.org, which > is full of elisp babel source blocks. Here's his relevant launching code: > > (when (file-readable-p "~/.emacs.d/config.org") >  

Re: [O] Support showing stars as pretty bullets

2018-04-03 Thread Alex Branham
On Tue 03 Apr 2018 at 01:39, Nicolas Goaziou wrote: > Hello, > > Alex Branham writes: > >> Why not, if you don't mind me asking? Other major modes (python, elisp, >> and latex off the top of my head) setup prettify-symbols themselves. > > Because

[O] tangle versus org-babel-load-file

2018-04-03 Thread Lawrence Bottorff
I'm experimenting with Uncle Dave's config which is using a minimum init.el to launch config.org, which is full of elisp babel source blocks. Here's his relevant launching code: (when (file-readable-p "~/.emacs.d/config.org") (org-babel-load-file (expand-file-name "~/.emacs.d/config.org")))

Re: [O] Table latex exporting ignores #+ATTR_LATEX:

2018-04-03 Thread Peter Mukhachev
On Mon, 2018-03-26 at 08:13 +0200, Robert Klein wrote: > Can you use body-only export? (That is, is your table the only > content > of your document?) However, still, that way the table is exported inside "center" environment, which is kind of okay for me.

Re: [O] Table latex exporting ignores #+ATTR_LATEX:

2018-04-03 Thread Peter Mukhachev
Hi, Robert, On Mon, 2018-03-26 at 08:13 +0200, Robert Klein wrote: > Can you use body-only export? (That is, is your table the only > content > of your document?) Thanks, that works as expected.

Re: [O] Bug: master: "Capture abort: (error Format specifier doesn’t match argument type)"

2018-04-03 Thread Nicolas Goaziou
Hello, Gregor Zattler writes: > Hi org-mode developers, > > with > > GNU Emacs 26.0.91 (build 2, x86_64-pc-linux-gnu, GTK+ Version > 3.22.11) of 2018-04-02 > > and > > Org mode version 9.1.9 (release_9.1.9-560-gf93aa7 @ > /home/grfz/src/org-mode/lisp/) > > > I get > >

Re: [O] Support showing stars as pretty bullets

2018-04-03 Thread Nicolas Goaziou
Hello, Alex Branham writes: > Why not, if you don't mind me asking? Other major modes (python, elisp, > and latex off the top of my head) setup prettify-symbols themselves. Because "org.el" file is already 23 kloc long, and I'm trying to put it on a diet. Regards, --