* PATCH] orgcard.tex: Fix `org-force-cycle-archived' binding
@ 2023-03-04 6:02 Max Nikulin
2023-03-05 12:09 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: Max Nikulin @ 2023-03-04 6:02 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 393 bytes --]
Hi,
During discussion in the following thread I realized that the refcard
was not updated when `org-force-cycle-archived' binding was changed from
C-TAB to C-c C-<tab> to avoid conflict with switching of tabs.
Karl Fogel to emacs-orgmode. PROPOSAL: Bind `org-fold-hide-subtree' by
default in Org Mode. Wed, 22 Feb 2023 01:29:12 -0600.
https://list.orgmode.org/87k00aw43b.fsf@red-bean.com
[-- Attachment #2: 0001-orgcard.tex-Fix-org-force-cycle-archived-binding.patch --]
[-- Type: text/x-patch, Size: 991 bytes --]
From 6ad5ebf4c4a8c1546bbef1e9319f3b65c0b250b5 Mon Sep 17 00:00:00 2001
From: Max Nikulin <manikulin@gmail.com>
Date: Sat, 4 Mar 2023 12:38:18 +0700
Subject: [PATCH] orgcard.tex: Fix `org-force-cycle-archived' binding
* doc/orgcard.tex (Capture): Fix `org-force-cycle-archived' binding.
Changed in the release 9.4 to avoid conflict with tab-bar.el, see
9092c289b 2020-06-01 14:39:28 +0200 Bastien: Bind `org-force-cycle-archived' to C-c C-TAB
---
doc/orgcard.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/orgcard.tex b/doc/orgcard.tex
index 3fafacf25..13e8b8d7a 100644
--- a/doc/orgcard.tex
+++ b/doc/orgcard.tex
@@ -324,7 +324,7 @@
\key{archive subtree using the default command}{C-c C-x C-a}
\key{move subtree to archive file}{C-c C-x C-s}
\key{toggle ARCHIVE tag / to ARCHIVE sibling}{C-c C-x a/A}
-\key{force cycling of an ARCHIVEd tree}{C-TAB}
+\key{force cycling of an ARCHIVEd tree}{C-c C-TAB}
\section{Filtering and Sparse Trees}
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-05 12:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-04 6:02 PATCH] orgcard.tex: Fix `org-force-cycle-archived' binding Max Nikulin
2023-03-05 12:09 ` 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).