emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* User set org-hide-block-startup value overwritten by defvaralias
@ 2024-02-22 16:49 Ruiyang Wu
  2024-02-23 13:25 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Ruiyang Wu @ 2024-02-22 16:49 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 899 bytes --]

Hi there,

Thanks for maintaining this great piece of software.

I recently started to get the following warning from emacs when loading org mode:
Warning (defvaralias): Overwriting value of ‘org-hide-block-startup’ by aliasing to ‘org-cycle-hide-block-startup’

I have this in my init file:
(setq org-hide-block-startup t)

I believe the value t is not preserved because in org.el, it first loads org-cycle.el which assigns nil to org-cycle-hide-block-startup, and then executes (defvaralias 'org-hide-block-startup 'org-cycle-hide-block-startup) so the value of org-hide-block-startup is overwritten to nil.

Some quick search on the internet seems to suggest that defvaralias should be called first before giving org-cycle-hide-block-startup its default value. (Cf. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=5950)

Thanks in advance for the help.


Best,
Ruiyang


[-- Attachment #2: Type: text/html, Size: 2571 bytes --]

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

* Re: User set org-hide-block-startup value overwritten by defvaralias
  2024-02-22 16:49 User set org-hide-block-startup value overwritten by defvaralias Ruiyang Wu
@ 2024-02-23 13:25 ` Ihor Radchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2024-02-23 13:25 UTC (permalink / raw)
  To: Ruiyang Wu; +Cc: emacs-orgmode

Ruiyang Wu <ywwry66@gmail.com> writes:

> I recently started to get the following warning from emacs when loading org mode:
> Warning (defvaralias): Overwriting value of ‘org-hide-block-startup’ by aliasing to ‘org-cycle-hide-block-startup’
>
> I have this in my init file:
> (setq org-hide-block-startup t)
>
> I believe the value t is not preserved because in org.el, it first loads org-cycle.el which assigns nil to org-cycle-hide-block-startup, and then executes (defvaralias 'org-hide-block-startup 'org-cycle-hide-block-startup) so the value of org-hide-block-startup is overwritten to nil.
>
> Some quick search on the internet seems to suggest that defvaralias should be called first before giving org-cycle-hide-block-startup its default value. (Cf. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=5950)

Thanks for reporting and for hunting down the cause!
Fixed, on bugfix.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=bfe253f7e

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


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

end of thread, other threads:[~2024-02-23 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-22 16:49 User set org-hide-block-startup value overwritten by defvaralias Ruiyang Wu
2024-02-23 13:25 ` Ihor Radchenko

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