mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(latex): double-backlash prefixed to @start statements
Ref: https://lists.gnu.org/archive/html/emacs-orgmode/2025-09/msg00066.html
This commit is contained in:
parent
f9664ae058
commit
b22a3a6d7a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ This function is called by `org-babel-execute-src-block'."
|
||||||
;; REVIEW Refactor me
|
;; REVIEW Refactor me
|
||||||
(let* ((body (replace-regexp-in-string
|
(let* ((body (replace-regexp-in-string
|
||||||
"^[[:blank:]\n]*\\(@start\\)"
|
"^[[:blank:]\n]*\\(@start\\)"
|
||||||
"\\\\\\1"
|
"\\1"
|
||||||
body))
|
body))
|
||||||
(fullbody (org-babel-plantuml-make-body body params))
|
(fullbody (org-babel-plantuml-make-body body params))
|
||||||
(out-file (or (cdr (assq :file params))
|
(out-file (or (cdr (assq :file params))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue