Re: [O] CUSTOM_ID vs ID

2019-08-17 Thread Jorge P . de Morais Neto
Hello, Em 2019-07-28T10:10:01+0200, Nicolas Goaziou escreveu: > Custom ID are user-defined, and only meaningful in the scope of the > document. Also, they may appear as-is when exported, e.g., as an anchor > in HTML. > > ID are (or should be) generated by Org, and are valid across files, > which

Re: [O] Asynchronous session evaluation

2019-08-17 Thread Jack Kamm
Hello, Nicolas Goaziou writes: > This sound interesting. I hope this is not going to bit-rot while we're > waiting for feedback. Since my last e-mail, I ported this code to a separate package here: https://github.com/jackkamm/ob-session-async I've been slowly ironing out various kinks, and

Re: [O] Org syntax inside verbatim/literal blocks

2019-08-17 Thread Nicolas Goaziou
Štěpán Němec writes: > Hm, but the version in my patch does seem to work correctly, i.e. it is > exported as (snipped) > > You need to exit by pressing @kbd{C-c '} again@footnote{@cindex escape > character > @cindex comma > Upon exit, lines starting with @samp{*}, @samp{,*}, @samp{#+} and

Re: [O] Org syntax inside verbatim/literal blocks

2019-08-17 Thread Štěpán Němec
On Sat, 17 Aug 2019 15:24:56 +0200 Nicolas Goaziou wrote: > I thought the idea was to move the information outside of the footnote. > I applied a different patch, in master. Let me know if it is enough. I agree that is even better; I guess I was aiming at minimal changes, plus the footnote

[O] Feature Request: Use ~org-set-tags-command~ for ~%^g~ in capture

2019-08-17 Thread Samuel W. Flint
Hello! Is there a way to use the ~org-set-tags-command~ function to complete tags during capture? It currently uses whatever my normal completion method is, but this means that I can't use the faster tag-selection method that I'm used to otherwise. Thanks, Sam Flint -- Samuel W. Flint

Re: [O] Asynchronous session evaluation

2019-08-17 Thread Nicolas Goaziou
Hello, Jack Kamm writes: > For some time I've been wishing for asynchronous Babel session > evaluation. So I've created an experimental branch implementing this. I > have an initial version working for R, so I thought it'd be a good time > to seek feedback and gauge interest. > > To test the

Re: [O] BUG (smallish) The exemple of the documentation of the LaTeX LANGUAGE option is incorrect

2019-08-17 Thread Nicolas Goaziou
Hello, Emmanuel Charpentier writes: > The current (org-version=9.2.4) documentation of the LANGUAGE option > for LaTeX export gives this example : > > #+begin_example >(add-to-list org-latex-package-alist > '("AUTO" "babel" t ("pdflatex"))) >(add-to-list

Re: [O] patch: adding split-window-right option for src block editing

2019-08-17 Thread Nicolas Goaziou
Hello, "Fraga, Eric" writes: > Please find attached two patch files, both the one I have already sent > and now one with a change to the NEWS file. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Org syntax inside verbatim/literal blocks

2019-08-17 Thread Nicolas Goaziou
Hello, Štěpán Němec writes: > Yes, thank you, patch attached (on top of current maint branch). > > I don't know how robust the footnote indexing is, e.g. putting #+cindex > above instead of below [fn] lead to errors during 'make info'; but the > version attached does work (for the texinfo