My current solution (which already differs from the last one I posted
here...) is here:
https://github.com/jkitchin/scimax/blob/master/scimax-org-src-blocks.el#L61
It is more selective, and only changes the syntax inside these src
blocks:
"jupyter-python" "python" "emacs-lisp"
and does not chan
On Tuesday, 24 August 2021 17:23:24 CEST Maxim Nikulin wrote:
> On 23/08/2021 03:42, inkbottle wrote:
> > Links between two different files, like
> > `[[id:e54113f9-2ad7-4a86-94be-68ffc696de0b][hello]]`, get broken when
> > publishing. (whatever the settings).
> >
> > I haven't found any workaroun
On 05/09/2021 18:08, Jarmo Hurri wrote:
Maxim Nikulin writes:
On 28/08/2021 14:07, Jarmo Hurri wrote:
Emacs documentation says that Emacs uses the value of LC_NUMERIC:
https://www.gnu.org/software/emacs/manual/html_node/emacs/General-Variables.html
It is a confusing statement, see:
- https:
Hi Maxim,
> I have decided that it is better to provide a partial fix than to leave
> the problem as is. This patch covers only plain verbatim environment,
> more advanced formatting using listings or minted should be addressed
> by another change (Anybody?). Do not close the bug after applying
On 03/09/2021 19:17, Maxim Nikulin wrote:
> On 30/07/2021 22:00, Charest, Luc wrote:
>>
>> org-latex-src-block: Not enough arguments for format string
>
> Confirmed
>
> User input is combined with format string in `org-latex-src-block'
> so percent character in caption is treated as a format spec
I believe this has been mentioned in passing in this thread but I'll
repeat just in case: Unless you are working with xml or HTML in your org
documents, and even then, having these two lines in your org
configuration (e.g. org-mode-hook):
(modify-syntax-entry ?< ".")
(modify-syntax-entry ?
Just to clarify the BUG:
Citations in a footnote in the following environment are not exported to
LaTeX: when the footnote follows two or more citations, of which one has a
suffix, i.e. for instance in
Body text with a citation: [cite:@low2001; @mcneill2011 with a
suffix][fn:3].
Am Mo., 6. Sept.