Summer Emacs <summerem...@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