Re: [O] Make org-cycle outline-mode compatible again

2017-07-25 Thread Nicolas Goaziou
Hello, Jonas Bernoulli writes: > While I realize I probably should not be using `org-cycle' in buffers in > which `outline-minor-mode' is enabled, I have been doing it for a long > time, and while that command certainly is overkill in such buffers, the > only problem I have run into is that I us

Re: [O] Two ox-texinfo regressions

2017-07-25 Thread Nicolas Goaziou
Hello, Jonas Bernoulli writes: > 1) Starting with "1b415735e ox-texinfo: Small menu refactoring" >a menu contains not only entries for subnodes but recursively >for all subsub...nodes. > >That's because `org-element-map' is no longer called with `headline' >as NO-RECURSION. > >

Re: [O] Make org-cycle outline-mode compatible again

2017-07-25 Thread Adam Porter
Seems like a good idea, thanks for sharing that. :)

Re: [O] agenda configurable entry-text-mode

2017-07-25 Thread Adam Porter
Hi Alexander, That's a very nice idea. I think it wouldn't be too hard to implement something like that using org-quick-peek. Let me know what you think. I might give it a try myself.

Re: [O] multiple column views

2017-07-25 Thread Adam Porter
Gee, Nicolas, you make it look so easy... :)

[O] Two ox-texinfo regressions

2017-07-25 Thread Jonas Bernoulli
Hello, 1) Starting with "1b415735e ox-texinfo: Small menu refactoring" a menu contains not only entries for subnodes but recursively for all subsub...nodes. That's because `org-element-map' is no longer called with `headline' as NO-RECURSION. You can use this trivial source to ver

[O] Make org-cycle outline-mode compatible again

2017-07-25 Thread Jonas Bernoulli
Hello While I realize I probably should not be using `org-cycle' in buffers in which `outline-minor-mode' is enabled, I have been doing it for a long time, and while that command certainly is overkill in such buffers, the only problem I have run into is that I usually have to apply a tiny patch to

Re: [O] How to treat `' as code quote (~~).

2017-07-25 Thread Shiyao Ma
Thanks. I would stick with == then ;). Best, > On 25 Jul 2017, at 15:01, Nicolas Goaziou wrote: > > Hello, > > Shiyao MA writes: > >> I wanna quote function name. >> ~~ is really hard to type, and looks to obtrusive. >> >> Possible to add a new code quote as `'? >> I mean use ` ' to re

Re: [O] org-protocol documentation

2017-07-25 Thread Colin Baxter
> "Adam" == Adam Porter writes: Adam> Colin Baxter writes: >> I notice that your instructions give (require >> 'org-protocol). Does that mean (setq org-modules (quote >> (org-protocol))) no longer works? Adam> No, that should work too, as long as that is run before Org i

[O] agenda configurable entry-text-mode

2017-07-25 Thread Alexander Baier
Hello! Is it possible to alter the text shown for each headline after toggling entry-text-mode in the agenda? At the moment, a certain number of lines of the headline's body is displayed. Instead of the lines I would like to display the last note that has been recorded in a LOGBOOK drawer.

Re: [O] No support for generation of 'HELP' setting of org-info.js in HTML export

2017-07-25 Thread Nicolas Goaziou
Hello, Olivier Berger writes: > Unless I'm mistaken, the generation of the init section in HTML export > won't set the HELP variable supported by org-info.js [0], which allows > to display a message advertizing the use of org-info and pointing to its > help. AFAIU it is possible to set it at a

Re: [O] Suggestion: provide more detailed example of :options for LaTeX special blocks

2017-07-25 Thread Nicolas Goaziou
Hello, Olivier Berger writes: > May I suggest to improve the docs of > [[http://orgmode.org/manual/Special-blocks-in-LaTeX-export.html][Special > blocks in LaTeX export]] to make it more explicit that the special > blocks :options can contain both options or arguments of the LaTeX > environment

Re: [O] multiple column views

2017-07-25 Thread Nicolas Goaziou
Hello, Hendrik Tews writes: > is there a specific reason why I can only have one buffer with > column view active? I implemented multiple columns views in master. Feedback welcome. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] Specify the message digest for the OpenSSL commands for org-mobile.

2017-07-25 Thread Nicolas Goaziou
Hello, Jeff Larson writes: > org-mobile.el: fix the message digest as MD5 for compatibility across > OpenSSL versions. > > OpenSSL switched to using SHA256 by default for symmetric encryption > in version 1.1. Unfortunately that means that newer versions of the > openssl command line tool can no

Re: [O] How to treat `' as code quote (~~).

2017-07-25 Thread Nicolas Goaziou
Hello, Shiyao MA writes: > I wanna quote function name. > ~~ is really hard to type, and looks to obtrusive. > > Possible to add a new code quote as `'? > I mean use ` ' to replace ~ ~. It depends on where you want to replace it. Extending syntax is not really possible. However, you could