* Make org-babel-next-src-block respect ARCHIVE tag
@ 2019-12-03 8:57 Cheong Yiu Fung
0 siblings, 0 replies; only message in thread
From: Cheong Yiu Fung @ 2019-12-03 8:57 UTC (permalink / raw)
To: Emacs-orgmode
Hi,
When navigating using `org-babel-next-src-block`(C-c C-v C-n), if the next source block is in an archived subtree, Org mode would expand it and move cursor to it.
Is this an expected behavior / desired feature? It seems more natural to skip source blocks that are under an archived subtree.
* Heading
#+BEGIN_SRC R
message("Press C-c C-v C-n here")
#+END_SRC
* Heading :ARCHIVE:
#+BEGIN_SRC R
message("cursor moved to this block")
#+END_SRC
* Heading
#+BEGIN_SRC R
message("or should it jump to here instead?")
#+END_SRC
--
Yiufung
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-12-03 8:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-03 8:57 Make org-babel-next-src-block respect ARCHIVE tag Cheong Yiu Fung
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).