emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C-c $ missing?


From: Ihor Radchenko
Subject: Re: C-c $ missing?
Date: Fri, 19 Aug 2022 14:26:23 +0800

Summer Emacs <summeremacs@gmail.com> writes:

> C-c C-x C-s was never in question. 🙃 I was asking what happened to 'C-c
> $' because that *would* actually archive the subtree instead of having
> to type out C-c C-x C-s. It's even in my notes for emacs commands to use
> and I used to use it every day for DONE tasks. 🙃
>
> From my notes:
>
> * C-c C-t - Change task status
> * C-c $ - Archive subtree
>
> See? It's there. 🙃

org-keys.el still have
(org-defkey org-mode-map (kbd "C-c $") #'org-archive-subtree)

So, it is likely some third-party package or your config overriding this
binding somehow.

-- 
Ihor Radchenko,
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]