Re: [Question]: Parsing attribute string

2022-07-14 Thread General discussions about Org-mode.
Thank Ihor, this did the trick!  -- Sent with Tutanota, enjoy secure & ad-free emails. Jul 14, 2022, 12:53 by yanta...@gmail.com: > emacs--- via "General discussions about Org-mode." > writes: > >> I have a quick question about parsing a string containing attributes. >> My string has the fo

Re: [Question]: Parsing attribute string

2022-07-14 Thread Ihor Radchenko
emacs--- via "General discussions about Org-mode." 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 functi

[Question]: Parsing attribute string

2022-07-14 Thread General discussions about Org-mode.
Dear list,  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 valu