Hi John

On Wed, Mar 14, 2018 at 4:49 AM, John Kitchin <jkitc...@andrew.cmu.edu> wrote:
> (defun xpath-follow (path)

Thank you for this solution. I plan to adapt it to match the link path
only to a portion of a headline branch by ignoring the higher and
lower levels not given in the link path for my use case:

,    (arbitrarily more levels upwards)
,      * [...]
,        * <composer>
,          * <work>
,            * TODO <movement>
,              * <interpreter> :5:
,                - The tag 5 is my rating of this audio recording.
,                - The audio recording is stored under the file path
,                  [...]/<composer>/<work>/<movement>/<interpreter>/<sth>.mp3
,
,    * TODO [...]
,      - The theme is very similar to this prelude
,        [[/:<composer_1>/<work_1>/<movement_1>]].
,    * [...]
,      - [...] like in this piano concert
,        [[/:<composer_2>/<work_2>]].

Michael

Reply via email to