From: Ihor Radchenko <yantar92@posteo.net>
To: Ruiyang Wu <ywwry66@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: User set org-hide-block-startup value overwritten by defvaralias
Date: Fri, 23 Feb 2024 13:25:12 +0000 [thread overview]
Message-ID: <87r0h3ia87.fsf@localhost> (raw)
In-Reply-To: <F3A95086-B4BF-4C08-AF7A-8D7DE6FE30CF@gmail.com>
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>
prev parent reply other threads:[~2024-02-23 13:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-22 16:49 User set org-hide-block-startup value overwritten by defvaralias Ruiyang Wu
2024-02-23 13:25 ` Ihor Radchenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r0h3ia87.fsf@localhost \
--to=yantar92@posteo.net \
--cc=emacs-orgmode@gnu.org \
--cc=ywwry66@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).