Re: [O] [RFC] Could we get rid of Org specific "mark ring"

2018-01-29 Thread Allen Li
I was not aware Org had its own mark ring, and I see no use for it personally when Emacs's mark ring exists. On Mon, Jan 29, 2018 at 3:21 PM, Nicolas Goaziou wrote: > Hello, > > As the title suggests, I'm wondering if we could remove Org's own > implementation of the mark ring, for some reasons :

Re: [O] BUG report [Was: computing the size of a tikz to png image during export]

2018-01-29 Thread Berry, Charles
> On Jan 28, 2018, at 11:49 PM, Fabrice Popineau > wrote: > > You should have a look at commit 38be85124551083d269. > It prevents evaluation of the by-backend form in parameters. > You are right. I do not see a clean way to do what `by-backend' would have done prior to that commit. Maybe

[O] [RFC] Could we get rid of Org specific "mark ring"

2018-01-29 Thread Nicolas Goaziou
Hello, As the title suggests, I'm wondering if we could remove Org's own implementation of the mark ring, for some reasons : - Emacs already provides two of them: the local one and the global one. This feels like re-inventing the wheel; - Org mark ring and Emacs mark ring are sometimes out of

Re: [O] Unexpected behaviour from capture-template

2018-01-29 Thread Nicolas Goaziou
Hello, Brian J Hoskins writes: > Everything works except for the property, which for some reason gets > inserted above the symptom line, even though it is prompted for last. > This is what the capture template looks like after finishing: > > -- > > * Test Health Journal:HEADACHE: >

[O] Unexpected behaviour from capture-template

2018-01-29 Thread Brian J Hoskins
I have set up a capture template as follows (shortened for sake of brevity): ("h" "Health" entry (file+datetree "~/health.org") "* %? %^g\n%U\n** SYMPTOMS\n%^{SYMPTOMS}\n%^{SEVERITY}p\n") This capture template (should) do the following according to my understanding: * Make a journal entry * Pr

Re: [O] [RFC] Moving "manual.org" into core

2018-01-29 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > Do you see this on your env? Or, is it just me? I don't see anything like this. > I'd like to have the formatter and `fill-paragraph` work in a coherent way. > But, if you, who know org much better than me, don't know, I don't think > I can help. Though, just i

Re: [O] computing the size of a tikz to png image during export

2018-01-29 Thread Alan Schmitt
On 2018-01-28 16:37, Fabrice Popineau writes: > I jump on this example to ask: does this by-backend trick still work with > Org 9.1.6? It works here. I did not provide the definition, here it is: (defmacro by-backend (&rest body) `(cl-case org-export-current-backend ,@body)) Best, Alan --

Re: [O] Bug: iCal export does not respect :noexport: tag [9.1.6 (9.1.6-31-gffa5f3-elpa @ /Users/kdm/.emacs.d/elpa/org-20180122/)]

2018-01-29 Thread Ken Mankoff
Hi Nicolas, I figured it out! On Mon, Jan 29, 2018 at 12:48 AM, Nicolas Goaziou wrote: > Ken Mankoff writes: > > I cannot reproduce it. My minimal config is: > > (setq org-export-async-init-file "~/dev/mini-init.el") > > I didn't realize that async spawned a new emacs process and/or didn't h