Re: [O] HTML export hides URLs in table of contents

2017-10-16 Thread ConcreteVitamin
Fix works like a charm. Thanks. On Sat, Oct 14, 2017 at 1:21 PM Nicolas Goaziou wrote: > ConcreteVitamin writes: > > > Thanks for your quick fix! When can I expect to see this in the next > > release? > > If there is no description, the path

[O] Merging Faces

2017-10-16 Thread Florian Beck
Hello everyone, how do you add custom face properties to an org buffer? I want to generate org buffers automatically (displaying verious entries and properties). Specifically, I want the resulting buffer in org mode to handle links, equations, and export. But I want also to add custom

Re: [O] function for inserting a block

2017-10-16 Thread Eric Abrahamsen
Eric Abrahamsen writes: [...] > #+BEGIN_SRC org > #+BEGIN_FOO > This is a paragraph. > > #+END_FOO > > This is another paragraph. > #+END_SRC Make that: #+BEGIN_FOO This is a paragraph #+END_FOO This is another paragraph

Re: [O] function for inserting a block

2017-10-16 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >> How does this look? > > Thank you! I have some questions and remarks. > >> * etc/ORG-NEWS: Mention in news. > > This doesn't need to be added to the commit message. > >> +Do not be

[O] [PATCH] Use the same TODO keyword as the current heading

2017-10-16 Thread Allen Li
This makes org-insert-todo-heading-respect-content use the previous heading of the same level instead of the previous heading regardless of level. Given: * TODO some task ** WAITING other task The original code yields: * TODO some task ** WAITING other task * WAITING This

[O] org-refile and Archive headings

2017-10-16 Thread Allen Li
The current default behavior for org-refile and org-reverse-note-order does not treat Archive headings specially. Consider a .org file: * Some projects ** Some item... ** Archive :ARCHIVE:... Refiling an entry to "Some projects" results in: * Some projects ** Some item... ** Archive

Re: [O] [RFC] Exclude headlines from TOC, take 2

2017-10-16 Thread Kaushal Modi
On Sun, Oct 15, 2017 at 3:41 PM Nicolas Goaziou wrote: > Nicolas Goaziou writes: > > > I attach a possible implementation, with documentation and tests. Note > > that this doesn't work with LaTeX export back-end, which still dutifully > > ignores

Re: [O] Special Characters in verbatim

2017-10-16 Thread Nicolas Goaziou
Hello, Orm Finnendahl writes: > Hi, > > I can't get verbatim to work for me with special characters: > > I want to display a hashmark followed by a single quote in verbatim. I > publish to texinfo and from there to html (using makeinfo/texi2any). > > I

Re: [O] Changing behavior of org-insert-todo-heading-respect-content

2017-10-16 Thread Nicolas Goaziou
Hello, Allen Li writes: > Regarding the behavior of org-insert-todo-heading-respect-content, > bound to C-S-return, consider the following .org file: > > * TODO some task > ** WAITING other task > > If point is on the TODO line, pressing C-S-return yields > > * TODO

Re: [O] Org-specific completing-read-function

2017-10-16 Thread Nicolas Goaziou
Hello, Allen Li writes: > Would it be acceptable to have an Org-specific > completing-read-function? My use case is that I would like to use a > different completing-read function like ido of ivy for Org mode, > especially for refiling, but I don't want to modify >