emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Concatenating Org property values from parent subtrees


From: Michael Welle
Subject: Re: [O] Concatenating Org property values from parent subtrees
Date: Sat, 29 Sep 2018 21:26:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux)

Hello,

Michael Welle <address@hidden> writes:
[...]
> (defun hmw/org-prop-append(prop value)
>   (save-excursion
>   (org-up-heading-safe)
>   (format "%s %s" value (cdr (assq prop
>                                    (car 
> (org-babel-params-from-properties)))))))
>
> (defalias 'A 'hmw/org-prop-append)

and I just realise that it works with code blocks only. I guess the way
to get general property values has to be adapted.

Regards
hmw



reply via email to

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