[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[BUG] org-lint tells to move #+name to wrong place in results block
From: |
gerard . vermeulen |
Subject: |
[BUG] org-lint tells to move #+name to wrong place in results block |
Date: |
Mon, 22 Jan 2024 17:47:50 +0000 |
For the listings below org-lint tells me to move "#+name: OUT"
downwards:
Line Trust Warning
17 high #+name: in results of evaluation will be replaced by
re-evaluating the src block. Use #+name in the block instead.
This is not true, and after I move it below "#+RESULTS: IN"
re-evalution makes "#+name: OUT" disappear.
#+header: :wrap "src emacs-lisp"
#+name: IN
#+begin_src emacs-lisp
3
#+end_src
#+name: OUT
#+RESULTS: IN
#+begin_src emacs-lisp
3
#+end_src
Listing [[IN]] produces listing [[OUT]], clicking each link in Org
jumps to the linked block, TAB-bing on "#+name: OUT" folds the
block, but exporting says: Unable to resolve the link "OUT".
Org mode version 9.7-pre (release_9.6.17-1081-g83696b)
FR: would it be possible to resolve such links?
Regards -- Gerard
- [BUG] org-lint tells to move #+name to wrong place in results block,
gerard . vermeulen <=