emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: false positives: Re: Experimental public branch for inline special b


From: Max Nikulin
Subject: Re: false positives: Re: Experimental public branch for inline special blocks
Date: Sat, 9 Mar 2024 18:10:26 +0700
User-agent: Mozilla Thunderbird

On 09/03/2024 01:57, Juan Manuel Macías wrote:

Ok, I think you and Maxim are right. This is a clear bug. I hope it
was fixed in the last commit.

   (org-export-string-as "Alpha@Beta{" 'latex t))

==> Alpha@Beta\{

   (org-export-string-as "Alpha@Beta{gamma}" 'latex t))

==> Alpha\Beta{gamma}

However it is still gives

  (org-export-string-as "Alpha@Beta["
              'html
              '(:export-options (body-only)))
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)

Moreover I am unsure if "@" should be allowed in any position of elements

    (org-export-string-as "@sp@n{}"
              'html
              '(:export-options (body-only)))
  "<p>\n<span class=\"sp@n\">nil</span></p>\n"

  (org-export-string-as "@@@@{}"
              'latex
              '(:export-options (body-only)))
  "\\@@@{nil}\n"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]