From: Ruiyang Wu <ywwry66@gmail.com>
To: emacs-orgmode@gnu.org
Subject: User set org-hide-block-startup value overwritten by defvaralias
Date: Thu, 22 Feb 2024 11:49:30 -0500 [thread overview]
Message-ID: <F3A95086-B4BF-4C08-AF7A-8D7DE6FE30CF@gmail.com> (raw)
[-- 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 --]
next reply other threads:[~2024-02-22 16:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-22 16:49 Ruiyang Wu [this message]
2024-02-23 13:25 ` User set org-hide-block-startup value overwritten by defvaralias Ihor Radchenko
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=F3A95086-B4BF-4C08-AF7A-8D7DE6FE30CF@gmail.com \
--to=ywwry66@gmail.com \
--cc=emacs-orgmode@gnu.org \
/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).