Feature request: Default table alignment variable

2021-08-23 Thread Yas
Hello, Pardon my inexperience toward requesting features for gnu software and sorry if this is not the correct mail for this purpose. I use orgmode, ox and ox-latex to convert org to LaTeX. Tables in Persian are especially problematic to make. For Persian (or any Right-To-Left script) is - obvio

[PATCH] org-cite: prevent ' from being an active char in LaTeX export

2021-08-23 Thread Timothy
Hi All, This is a band-aid over the issue raised in . I’ve come across an issue with the `hanging’ package we’re currently using for LaTeX exports — it also affects punctuation, and makes `,.’“`?!:;’ active

[PATCH] org-cite: define \citeprocitem for LaTeX export

2021-08-23 Thread Timothy
Hi All, There’s been a discussion over at citeproc-el about how to make hyperref treat its references the same way as bib(la)tex references, and to get this to work we need to add a command definition to the preamble, `\citeprocitem'. ┌ │ \makeatletter │ \newcommand{\citeprocitem}[2]{\hyper@

Re: Bug: unexpected behavior of nesting braces when exporting to LaTeX

2021-08-23 Thread Nicolas Goaziou
Hello, Chlo De writes: > I use Org-mode to take notes. I found that when there are nesting braces > inside \emph{ }, \textit{ }, etc. the output is unexpected. The following org > text > > \emph{{n+1}-a} > \textit{a{b}c} > > will be translated as LaTeX expressions > > \emph\{\{n+1\}-a\} > \tex

Re: Bug: File variable no longer on first line when running org-id-get-create [9.4.4 (release_9.4.4 @ /usr/share/emacs/27.2/lisp/org/)]

2021-08-23 Thread Peter Prevos
Ihor Radchenko writes: Peter Prevos writes: -*- mode: org; ispell-local-dictionary: "nederlands" -*- It works great, except when I need to add an ID for use in Org-Roam using the org-id-get-create function. To make it work, convert the local-var line into proper comment. Just as you

Re: Bug: org-src-font-lock-fontify-block should be wrapped with save-match-data [9.3.7 (9.3.7-4-gba6ca7-elpaplus @ mixed installation! /mnt/c/Users/toz/Weiterbildung/Soft/Emacs/ and /mnt/c/Users/toz/.

2021-08-23 Thread Timothy
Hi Tobias, Thanks for your efforts. I have prepared a patch accordingly that wraps org-src-font-lock-fontify-block’s body with save-match-data (attached). If I don’t hear anything bad about it in the next few days, I’ll push it :) Please let me know if my commit message agrees with your understan