Re: [O] Bug: org-ellipsis face not applied correctly [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.1/lisp/org/)]

2016-10-09 Thread Nicolas Goaziou
Hello, Vasilij Schneidermann writes: > In Emacs 24.5, folded content was displayed with a distinctly colored > ellipsis. I was somewhat bothered why its appearance could not be > styled by customizing the org-ellipsis face, but did not bother figuring > out at that time. In Emacs 25.1 however,

Re: [O] Leslie Lamport has a foot in the 21st century

2016-10-09 Thread Thomas S. Dye
Hubert Chathi writes: > BTW, Grant, if you're interested in different types of scientific > communication, you may be interested in Bret Victor's work, e.g. > http://worrydream.com/#!/ScientificCommunicationAsSequentialArt Many thanks for this link to Victor's interesting work. His effective u

Re: [O] Leslie Lamport has a foot in the 21st century

2016-10-09 Thread Marcin Borkowski
On 2016-10-09, at 16:26, Hubert Chathi wrote: > On Sat, 8 Oct 2016 10:50:09 -0500, Grant Rettke > said: > >> On Sat, Oct 8, 2016 at 3:40 AM, Thierry Banel wrote: >>> But... Is Leslie killing LaTex? > >> No. LaTeX is a markup/programming-language and it /could/ be compiled >> directly to whate

Re: [O] Leslie Lamport has a foot in the 21st century

2016-10-09 Thread Hubert Chathi
On Sat, 8 Oct 2016 10:50:09 -0500, Grant Rettke said: > On Sat, Oct 8, 2016 at 3:40 AM, Thierry Banel wrote: >> But... Is Leslie killing LaTex? > No. LaTeX is a markup/programming-language and it /could/ be compiled > directly to whatever new ideal format arises, too. It's not a matter of comp

[O] org-store-link and org-git-link

2016-10-09 Thread Per Unneberg
Hi list, in my configuration I require org-git-link to provide org links to specific file versions. This means that for org-capture-templates, the annotation "%a" will insert the org-git-link for org files under git version control. However, I would like to insert the "usual" org link ("org" or "i

Re: [O] ODT export

2016-10-09 Thread Philip Hudson
On 8 October 2016 at 09:10, Philip Hudson wrote: > First time out, very disappointing and confusing results. > > Having created a styled example.odt file as per instructions in the manual... > > (info "(org) Applying custom styles") Sanity check: anyone able to confirm they've done this successfu

Re: [O] Problem with python session

2016-10-09 Thread Nicolas Goaziou
Hello, William Henney writes: > I can reproduce your problem. This is (arguably) a bug in ob-python when > using the vanilla python interpreter together with the :session argument. > You can work around it by putting a blank line after the for-loop in your > second code block. > > I say that it

Re: [O] Multi-line macros (again)

2016-10-09 Thread Nicolas Goaziou
Hello, Jarmo Hurri writes: > One of the most useful properties of LaTeX is \newcommand, which allows > you to reuse document structures. I really, _really_ miss this feature > in Org. Org has #+MACRO, but it is limited to a single line. That is > very inconvenient for any larger structures. Of

Re: [O] Preserving links when using org-element-interpret-data

2016-10-09 Thread Nicolas Goaziou
Hello, Thibault Marin writes: > I am trying to use the org-element tools to modify an org file from elisp code > and I was wondering if the `org-element-parse-buffer' / > `org-element-interpret-data' combo should result in the same content as the > original buffer. There is no guarantee that th