Some more minor fixes for the refcard
This commit is contained in:
parent
05893b658d
commit
71d9592fbc
|
@ -268,7 +268,6 @@ are preserved on all copies.
|
||||||
|
|
||||||
\def\noteone{{\small \hfill [1]}}
|
\def\noteone{{\small \hfill [1]}}
|
||||||
\def\notetwo{{\small \hfill [2]}}
|
\def\notetwo{{\small \hfill [2]}}
|
||||||
\def\notethree{{\small \hfill [3]}}
|
|
||||||
|
|
||||||
|
|
||||||
%**end of header
|
%**end of header
|
||||||
|
@ -303,7 +302,7 @@ are preserved on all copies.
|
||||||
\key{next/previous heading, same level}{C-c C-f/b}
|
\key{next/previous heading, same level}{C-c C-f/b}
|
||||||
\key{backward to higher level heading}{C-c C-u}
|
\key{backward to higher level heading}{C-c C-u}
|
||||||
\key{jump to another place in document}{C-c C-j}
|
\key{jump to another place in document}{C-c C-j}
|
||||||
\key{previous/next plain list item}{S-UP/DOWN\notethree}
|
\key{previous/next plain list item}{S-UP/DOWN\notetwo}
|
||||||
|
|
||||||
\section{Structure Editing}
|
\section{Structure Editing}
|
||||||
|
|
||||||
|
@ -542,8 +541,8 @@ after ``{\tt :}'', and dictionary words elsewhere.
|
||||||
|
|
||||||
\key{set the priority of the current item}{C-c , [ABC]}
|
\key{set the priority of the current item}{C-c , [ABC]}
|
||||||
\key{remove priority cookie from current item}{C-c , SPC}
|
\key{remove priority cookie from current item}{C-c , SPC}
|
||||||
\key{raise/lower priority of current item}{S-UP/DOWN\notethree}
|
\key{raise/lower priority of current item}{S-UP/DOWN\notetwo}
|
||||||
%\key{lower priority of current item}{S-DOWN \notethree}
|
%\key{lower priority of current item}{S-DOWN \notetwo}
|
||||||
|
|
||||||
%\key{\kbd{\#+SEQ_TODO: TODO TRY BLUFF DONE}}{\rm todo workflow}
|
%\key{\kbd{\#+SEQ_TODO: TODO TRY BLUFF DONE}}{\rm todo workflow}
|
||||||
%\key{\kbd{\#+TYP_TODO: Phil home work DONE}}{\rm todo types}
|
%\key{\kbd{\#+TYP_TODO: Phil home work DONE}}{\rm todo types}
|
||||||
|
@ -589,8 +588,8 @@ after ``{\tt :}'', and dictionary words elsewhere.
|
||||||
\key{insert SCHEDULED timestamp}{C-c C-s}
|
\key{insert SCHEDULED timestamp}{C-c C-s}
|
||||||
\key{create sparse tree with all deadlines due}{C-c / d}
|
\key{create sparse tree with all deadlines due}{C-c / d}
|
||||||
\key{the time between 2 dates in a time range}{C-c C-y}
|
\key{the time between 2 dates in a time range}{C-c C-y}
|
||||||
\metax{change timestamp at cursor $\pm 1$ day}{S-RIGHT/LEFT\notethree}
|
\metax{change timestamp at cursor $\pm 1$ day}{S-RIGHT/LEFT\notetwo}
|
||||||
\key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN\notethree}
|
\key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN\notetwo}
|
||||||
\key{access the calendar for the current date}{C-c >}
|
\key{access the calendar for the current date}{C-c >}
|
||||||
\key{insert timestamp matching date in calendar}{C-c <}
|
\key{insert timestamp matching date in calendar}{C-c <}
|
||||||
\key{access agenda for current date}{C-c C-o}
|
\key{access agenda for current date}{C-c C-o}
|
||||||
|
@ -668,10 +667,10 @@ after ``{\tt :}'', and dictionary words elsewhere.
|
||||||
\key{set/show tags of current headline}{: / T}
|
\key{set/show tags of current headline}{: / T}
|
||||||
\key{set effort property (prefix=nth)}{e}
|
\key{set effort property (prefix=nth)}{e}
|
||||||
\key{set / compute priority of current item}{, / P}
|
\key{set / compute priority of current item}{, / P}
|
||||||
\key{raise/lower priority of current item}{S-UP/DOWN\notethree}
|
\key{raise/lower priority of current item}{S-UP/DOWN\notetwo}
|
||||||
\key{run an attachment command}{C-c C-a}
|
\key{run an attachment command}{C-c C-a}
|
||||||
\key{schedule/set deadline for this item}{C-c C-s/d}
|
\key{schedule/set deadline for this item}{C-c C-s/d}
|
||||||
\metax{change timestamp one day earlier/later}{S-LEFT/RIGHT\notethree}
|
\metax{change timestamp one day earlier/later}{S-LEFT/RIGHT\notetwo}
|
||||||
\key{change timestamp to today}{>}
|
\key{change timestamp to today}{>}
|
||||||
\key{insert new entry into diary}{i}
|
\key{insert new entry into diary}{i}
|
||||||
\newcolumn
|
\newcolumn
|
||||||
|
@ -770,10 +769,7 @@ never exported.
|
||||||
[1] This is only a suggestion for a binding of this command. Choose
|
[1] This is only a suggestion for a binding of this command. Choose
|
||||||
your own key as shown under INSTALLATION.
|
your own key as shown under INSTALLATION.
|
||||||
|
|
||||||
[2] After changing a \kbd{\#+KEYWORD} or \kbd{<<<target>>>} line,
|
[2] Keybinding affected by {\tt org-support-shift-select} and also
|
||||||
press \kbd{C-c C-c} with the cursor still in the line to update.
|
|
||||||
|
|
||||||
[3] Keybinding affected by {\tt org-support-shift-select} and
|
|
||||||
{\tt org-replace-disputed-keys}.
|
{\tt org-replace-disputed-keys}.
|
||||||
|
|
||||||
\copyrightnotice
|
\copyrightnotice
|
||||||
|
|
Loading…
Reference in New Issue