79202244

Date: 2024-11-19 06:14:45
Score: 1.5
Natty:
Report link

Merely a substitute approach using org-occur that works (in spite of a wrong type argument message).

*.org:

* code

[same as in the original]

Matches baz as expected.
#+begin_src emacs-lisp
 (org-occur ":header-args: :tangle[[:space:]].+$")
#+end_src


* sample

[same as in the original]

** baz
:PROPERTIES:
:header-args: :tangle "/path"
:END:

*Messages*

Executing Emacs-Lisp code block at position 513...
org-babel-execute-src-block: Wrong type argument: integer-or-marker-p, nil

Code to be executed After execution

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Erwann