update packages and add valign
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
:copying: t
|
||||
:END:
|
||||
|
||||
Copyright \copy 2004--2025 Free Software Foundation, Inc.
|
||||
Copyright \copy 2004--2026 Free Software Foundation, Inc.
|
||||
|
||||
#+begin_quote
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
@@ -34,7 +34,7 @@ modify this GNU manual."
|
||||
Org is a mode for keeping notes, maintaining TODO lists, and doing
|
||||
project planning with a fast and effective plain-text system. It is
|
||||
also an authoring and publishing system, and it supports working with
|
||||
source code for literal programming and reproducible research.
|
||||
source code for literate programming and reproducible research.
|
||||
|
||||
This document is a much compressed derivative of the [[info:org][comprehensive Org
|
||||
mode manual]]. It contains all basic features and commands, along with
|
||||
@@ -99,7 +99,7 @@ reports, see the [[info:org][main manual]].
|
||||
:END:
|
||||
|
||||
Org is an outliner. Outlines allow a document to be organized in
|
||||
a hierarchical structure, which, least for me, is the best
|
||||
a hierarchical structure, which, at least for me, is the best
|
||||
representation of notes and thoughts. An overview of this structure
|
||||
is achieved by folding, i.e., hiding large parts of the document to
|
||||
show only the general document structure and the parts currently being
|
||||
@@ -117,13 +117,13 @@ Org start on the left margin[fn:1] with one or more stars followed by
|
||||
a space. For example:
|
||||
|
||||
#+begin_example
|
||||
,* Top level headline
|
||||
,* First (top) level headline
|
||||
,** Second level
|
||||
,*** Third level
|
||||
some text
|
||||
,*** Third level
|
||||
more text
|
||||
,* Another top level headline
|
||||
,* Another first (top) level headline
|
||||
#+end_example
|
||||
|
||||
Note that a headline named after ~org-footnote-section~, which
|
||||
@@ -162,7 +162,7 @@ visibility in the buffer.
|
||||
: ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
|
||||
: '--------------------------------------'
|
||||
|
||||
- {{{kbd(C-u C-u C-u TAB)}}} (~org-show-all~) ::
|
||||
- {{{kbd(C-u C-u C-u TAB)}}} (~org-fold-show-all~) ::
|
||||
|
||||
Show all, including drawers.
|
||||
|
||||
@@ -553,7 +553,7 @@ the colon. Here are some examples:
|
||||
File links can contain additional information to make Emacs jump to
|
||||
a particular location in the file when following a link. This can be
|
||||
a line number or a search option after a double colon. Here are a few
|
||||
examples,, together with an explanation:
|
||||
examples, together with an explanation:
|
||||
|
||||
| =file:~/code/main.c::255= | Find line 255 |
|
||||
| =file:~/xx.org::My Target= | Find =<<My Target>>= |
|
||||
@@ -727,7 +727,7 @@ command ~org-todo~ with a prefix argument.
|
||||
|
||||
#+attr_texinfo: :sep ,
|
||||
- {{{kbd(C-u C-c C-t)}}} (~org-todo~) ::
|
||||
Prompt for a note and record a the time of the TODO state change.
|
||||
Prompt for a note and record the time of the TODO state change.
|
||||
|
||||
Org mode can also automatically record a timestamp and optionally a
|
||||
note when you mark a TODO item as DONE, or even each time you change
|
||||
@@ -886,9 +886,10 @@ mode has extensive support for tags.
|
||||
|
||||
Every headline can contain a list of tags; they occur at the end of
|
||||
the headline. Tags are normal words containing letters, numbers, =_=,
|
||||
and =@=. Tags must be preceded and followed by a single colon, e.g.,
|
||||
=:work:=. Several tags can be specified, as in =:work:urgent:=. Tags
|
||||
by default are in bold face with the same color as the headline.
|
||||
=@=, =#=, and =%=. Tags must be preceded and followed by a single
|
||||
colon, e.g., =:work:=. Several tags can be specified, as in
|
||||
=:work:urgent:=. Tags by default are in bold face with the same color
|
||||
as the headline.
|
||||
|
||||
** Tag inheritance
|
||||
:PROPERTIES:
|
||||
@@ -982,9 +983,9 @@ or, if tags in the group should be mutually exclusive:
|
||||
|
||||
: #+TAGS: { Context : @Home @Work }
|
||||
|
||||
When you search for a group tag, it return matches for all members in
|
||||
When you search for a group tag, it returns matches for all members in
|
||||
the group and its subgroups. In an agenda view, filtering by a group
|
||||
tag displays or hide headlines tagged with at least one of the members
|
||||
tag displays or hides headlines tagged with at least one of the members
|
||||
of the group or any of its subgroups.
|
||||
|
||||
If you want to ignore group tags temporarily, toggle group tags
|
||||
@@ -2149,7 +2150,7 @@ additional information. These lines may be put anywhere in the file:
|
||||
|
||||
: #+TITLE: I'm in the Mood for Org
|
||||
|
||||
Most proeminent export options include:
|
||||
Most prominent export options include:
|
||||
|
||||
| =TITLE= | the title to be shown |
|
||||
| =AUTHOR= | the author (default taken from ~user-full-name~) |
|
||||
@@ -2657,7 +2658,7 @@ behavior of {{{kbd(C-a)}}} and {{{kbd(C-e)}}} in headlines.
|
||||
[fn:2] If you do not want the line to be split, customize the variable
|
||||
~org-M-RET-may-split-line~.
|
||||
|
||||
[fn:3] See also the variable ~org-show-context-detail~ to decide how
|
||||
[fn:3] See also the variable ~org-fold-show-context-detail~ to decide how
|
||||
much context is shown around each match.
|
||||
|
||||
[fn:4] The corresponding in-buffer setting is =#+STARTUP: logdone=.
|
||||
|
||||
Reference in New Issue
Block a user