Re: [O] function for inserting a block

2017-11-17 Thread numbch...@gmail.com
Ok, I see, Just I have to replace all uppercased babels and example blocks to lowercase to keep same. I have a lot of org files. Huge for me. I can take with the lower-case tag. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild

Re: [O] Org emphasis markers inside src blocks causes incorrect fontification

2017-11-17 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Again it's a font-locking bug, and thankfully doesn't impact the empasis > detection in exporters. > > Would you please look into fixing this? I cannot. Fixing it would require to rewrite the whole thing to use the parser, so that

Re: [O] Bug: linum-mode + org-indent-mode cursor movement problems [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.2/lisp/org/)]

2017-11-17 Thread Tom Schutter
But how long will we wait for Emacs 26? On 11/17/2017 03:30 PM, Nicolas Goaziou wrote: Hello, Tom Schutter writes: If both linum-mode (or nlinum-mode) and org-indent-mode are enabled, then moving the cursor to the previous line using causes it to jump horizontally

Re: [O] [PATCH] ox.el: Define subtitle macro

2017-11-17 Thread Nicolas Goaziou
Hello, Jens Lechtenboerger writes: > On 2017-11-17, Rasmus wrote: > >> Jens Lechtenboerger writes: >> >>> the attached patch adds a subtitle macro with documentation. >> >> AFAIK it’s already added to the backends where it makes sense.

Re: [O] Bug: linum-mode + org-indent-mode cursor movement problems [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.2/lisp/org/)]

2017-11-17 Thread Nicolas Goaziou
Hello, Tom Schutter writes: > If both linum-mode (or nlinum-mode) and org-indent-mode are enabled, > then moving the cursor to the previous line using causes it to > jump horizontally to the right. The jump matches the current > indentation. I would expect the cursor

Re: [O] Stable 9.1.3 demands explicit empty string in (file) as capture target

2017-11-17 Thread Nicolas Goaziou
Hello, Umbromancer writes: > This may be intended, but before it was possible (and there is a lot > of code and examples in the wild) to have a capture template element > such as: I don't see this documented either in `org-capture-templates' docstring or in the manual.

Re: [O] [PATCH]: Fix ob-haskell.el to work with custom ghci prompts

2017-11-17 Thread Nicolas Goaziou
Hello, Doro Rose writes: > In summary, yes I'm accessing user settings but in a rather > noninvasive way. Unfortunately I can't think of a more elegant way to > do this. Let's put it differently then. Isn't it the job of the user, who changed their prompt, to configure

Re: [O] Do not inherit unnumbered property: help needed

2017-11-17 Thread Nicolas Goaziou
Hello, Akater writes: > In case UNNUMBERED's inheritance could be turned off by a standard > procedure, my other points are meaningless. So let's first figure out if > it could. It cannot. That's a feature intended to preserve sanity. As suggested, you could write an

Re: [O] function for inserting a block

2017-11-17 Thread Eric Abrahamsen
"numbch...@gmail.com" writes: > Yeah, I misunderstand your code. Anyway, It should be like this: > > #+BEGIN_SRC python > ... > #+END_SRC > > #+BEGIN_EXAMPLE > ... > #+END_EXAMPLE > > etc If you look back up this (admittedly very long) thread, you'll see the general

Re: [O] function for inserting a block

2017-11-17 Thread numbch...@gmail.com
Yeah, I misunderstand your code. Anyway, It should be like this: #+BEGIN_SRC python ... #+END_SRC #+BEGIN_EXAMPLE ... #+END_EXAMPLE etc [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF

Re: [O] ob-haskell evaluation needs inf-haskell but it does not exist

2017-11-17 Thread numbch...@gmail.com
I setted `haskell-process-type` to 'ghci. I evaluated a simple haskell src block, but it reports I need have a `*haskell*` inferior. Then I executed command [M-x run-haskell]. Then I get error: Debugger entered--Lisp error: (wrong-type-argument stringp nil) expand-file-name(nil)

Re: [O] Do not inherit unnumbered property: help needed

2017-11-17 Thread Akater
Kaushal Modi writes: > Have you looked at org-use-property-inheritance variable > http://orgmode.org/manual/Property-inheritance.html -- You can set that to > a regexp that does not match UNNUMBERED. As this page mentions, default value is nil, which means nothing would

Re: [O] Do not inherit unnumbered property: help needed

2017-11-17 Thread Kaushal Modi
On Fri, Nov 17, 2017, 7:00 AM Akater wrote: > I have to deal with a document that has an unfortunate vague structure > which involves unnumbered headlines spanning a couple of numbered > ones. I'd like to convert the document into Org and thus effectively > need to

[O] Do not inherit unnumbered property: help needed

2017-11-17 Thread Akater
I have to deal with a document that has an unfortunate vague structure which involves unnumbered headlines spanning a couple of numbered ones. I'd like to convert the document into Org and thus effectively need to implement a feature that would allow unnumbered property in Org not to be inherited

Re: [O] mentioning EXPORT_LATEX_HEADER in the latex header info node

2017-11-17 Thread Kaushal Modi
On Fri, Nov 17, 2017, 4:35 AM Alan Schmitt wrote: > > It makes sense. Reading the text there, I'm a bit surprised: > > For example, `DATE' and `EXPORT_FILE_NAME' keywords become, > respectively, `EXPORT_DATE' and `EXPORT_FILE_NAME'. > > Is the `EXPORT_FILE_NAME' a

Re: [O] mentioning EXPORT_LATEX_HEADER in the latex header info node

2017-11-17 Thread Alan Schmitt
On 2017-11-16 22:00, Nicolas Goaziou writes: > Alan Schmitt writes: > >> The LaTeX header and sectioning structure info node talks about >> LATEX_HEADER and LATEX_HEADER_EXTRA. Maybe it could mention the EXPORT >> version as well, as is

Re: [O] Public TODO agendas

2017-11-17 Thread Colin Baxter
Dear David, > "David" == David Arroyo Menendez writes: David> I would like share my public agenda and read public agendas David> of another worgers, perhaps we can share our agendas in a git David> repository, or from different sources linked from David>

Re: [O] [PATCH] ox.el: Define subtitle macro

2017-11-17 Thread Jens Lechtenboerger
On 2017-11-17, Rasmus wrote: > Jens Lechtenboerger writes: > >> the attached patch adds a subtitle macro with documentation. > > AFAIK it’s already added to the backends where it makes sense. It’s not a > basic keyword like "#+author". It should be documented under