emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Question]: Parsing attribute string


From: Ihor Radchenko
Subject: Re: [Question]: Parsing attribute string
Date: Thu, 14 Jul 2022 18:53:40 +0800

emacs--- via "General discussions about Org-mode."
<emacs-orgmode@gnu.org> writes:

> I have a quick question about parsing a string containing attributes.
> My string has the following form
> (setq my-string ":caption the caption :label fig-1 :width 10cm :something 
> this is an extra option")
> I'm looking for a function which produces an alist or plist with the option 
> value pair.
> (:caption "the caption"
>  :label "fig-1"
>  :width "10cm
>  :something "this is an extra option")

org-babel-parse-header-arguments




reply via email to

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