emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug? C-h v in src block since org-9.4
@ 2021-04-28 12:19 Maxim Nikulin
  2021-04-28 12:29 ` Eric S Fraga
  0 siblings, 1 reply; 2+ messages in thread
From: Maxim Nikulin @ 2021-04-28 12:19 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I am unsure if it is a bug or expected behavior of autoload.

Try the following org file in new a "emacs -Q" instance:

--- >8 ---
#+begin_src elisp
   (setq org-refile-use-cache t)
   ;;    ^- put cursor here and try C-h v
#+end_src
--- 8< ---

With org 9.3.8 I get `org-refile-use-cache' as default option.

With org 9.4+ I have to type variable name, no default option is 
provided. TAB completion still works. Moreover, after help page for a 
variable has been open (even for another one, e.g. 
`org-refile-targets'), next time C-h v at the same buffer position 
kindly offers `org-refile-use-cache' by default.

I have noticed this behavior change trying to prepare minimal example 
for another issue related to org refile cache.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-28 12:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-28 12:19 Bug? C-h v in src block since org-9.4 Maxim Nikulin
2021-04-28 12:29 ` Eric S Fraga

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).