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 :
> 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
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
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:
>
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
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
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
--
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