Re: [O] toggling checkbox with one prefix arg modifies drawer contents

2018-01-15 Thread Samuel Wales
thank you. On 1/15/18, Nicolas Goaziou wrote: > They are, arguably, body text. what is the name of "the text after anything that org might typically modify"? [i recognize this is not a perfect question. repeaters are modified by org. if events were in the planning

Re: [O] change in calling remote code blocks?

2018-01-15 Thread John Kitchin
I don't recall how I learned about that, I guess maybe in some library of babel documentation somewhere. I confirmed it does work in 8.2.10, e.g. just with emacs -Q. There are a few changes in org 9 to org-babel-lob-execute-maybe and org-babel-lob-get-info that seem to be the root cause of the

Re: [O] change in calling remote code blocks?

2018-01-15 Thread Nicolas Goaziou
Hello, John Kitchin writes: > In org8 I used to be able to call remote code blocks ( > http://kitchingroup.cheme.cmu.edu/blog/2016/02/09/Calling-remote-code-blocks-in-org-mode/ > ) > > with a syntax like: > > #+call: si.org:figure-1() :wrap html > > And C-c C-c on that

Re: [O] toggling checkbox with one prefix arg modifies drawer contents

2018-01-15 Thread Nicolas Goaziou
Samuel Wales writes: > On 1/15/18, Nicolas Goaziou wrote: >> It could. It depends where is located the logbook. "Ignoring drawers" in >> the docstring is a bit terse. It should be "ignoring any drawer right >> after the headline". > > imo only body

Re: [O] [PATCH]: Replace calls to obsolete macros in org-notify.el

2018-01-15 Thread Nicolas Goaziou
Hello, Peter Münster writes: > Please find attached a patch that removes calls to obsolete macros. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] ox-publish export subtree scopes?

2018-01-15 Thread Adonay Felipe Nogueira
Rasmus, emacs-orgmode, what's the status of this? 2017-12-05T19:10:17+ Kaushal Modi wrote: > Hello Rasmus, > > I'd like to make the ox-publish based exporting working for my ox-hugo[1] > package but so far have been unsuccessful. > > The main reason is that org-foo-publish-to-bar functions

Re: [O] toggling checkbox with one prefix arg modifies drawer contents

2018-01-15 Thread Samuel Wales
On 1/15/18, Nicolas Goaziou wrote: > It could. It depends where is located the logbook. "Ignoring drawers" in > the docstring is a bit terse. It should be "ignoring any drawer right > after the headline". imo only body text should be modified. > Do you have an ECM

[O] [PATCH]: Replace calls to obsolete macros in org-notify.el

2018-01-15 Thread Peter Münster
Hi, Please find attached a patch that removes calls to obsolete macros. Kind regards, -- Peter >From 8d2f68f7c01687565dcd248930ab949ab3b77516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCnster?= Date: Mon, 15 Jan 2018 19:23:51 +0100 Subject: [PATCH] Replace

[O] change in calling remote code blocks?

2018-01-15 Thread John Kitchin
In org8 I used to be able to call remote code blocks ( http://kitchingroup.cheme.cmu.edu/blog/2016/02/09/Calling-remote-code-blocks-in-org-mode/ ) with a syntax like: #+call: si.org:figure-1() :wrap html And C-c C-c on that line would call a code block named figure-1 in the file si.org and

Re: [O] org-html-head documentation mistake?

2018-01-15 Thread Bastien
Hi Adam, > The docstring for org-html-head gives this example: Thanks for reporting this, I fixed this using this example: /*

Re: [O] [PATCH] org-agenda: Disable message logging for some messages

2018-01-15 Thread Nicolas Goaziou
Hello, Xu Chunyang writes: > * lisp/org-agenda.el (org-agenda-filter-by-tag): > (org-agenda-view-mode-dispatch): > (org-agenda-diary-entry): > (org-agenda-bulk-action): Disable message logging for some messages. > --- > > When under the *Org Agenda* buffer, my *Messages*

Re: [O] [PATCH] Allow :urgency flags for org-notify

2018-01-15 Thread Nicolas Goaziou
Hello, Jay Kamat writes: > I recently began using the org-notify package, and I would like to pass > the :urgency flag to `notifications-notify' occasionally. This small > patch passes the :urgency key from the org-notify configuration on to > `notitifications-notify'. > >

[O] bug#27140: Different key bindings between GUI emacs and terminal emacs

2018-01-15 Thread Nicolas Goaziou
Hello, Jean-Christophe Helary writes: > Ok Eli. I'm sending them a report. Thank you. I think I fixed it in Org's master branch (aka Org 9.2). Meanwhile, I think setting `org-use-extra-keys' to a non-nil value should do the trick. Could you confirm it?

[O] Keeping outline after reverting buffer

2018-01-15 Thread Roland Fehrenbacher
Hi, is there any option or other customization to keep the outline of an org buffer (uncollapsed parts of the tree) after the buffer has been reverted (org-mode 9.0.1, emacs 25.3.2)? In my case only the top headings are displayed after reverting. This is quite annoying and time-consuming in a

Re: [O] Generating sitemap: ‘org-publish-cache-get’ called, but no cache present

2018-01-15 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: > I have been using the following code block to generate a sitemap for my > org-jkyll based blog. > > #+begin_src emacs-lisp :results output silent :exports none :cache yes > (org-publish-sitemap >(assoc "indblog"

Re: [O] toggling checkbox with one prefix arg modifies drawer contents

2018-01-15 Thread Nicolas Goaziou
Hello, Samuel Wales writes: >> If the cursor is in a headline, apply this to all checkbox items > in the text below the heading, taking as reference the first item > in subtree, ignoring drawers. > > in recent maint this seems to affect state change lines in logbook. It