update packages
This commit is contained in:
@@ -125,7 +125,7 @@ To avoid interference with the built-in Org mode, you can use the
|
||||
command line (you need Emacs 30 or later):
|
||||
|
||||
#+begin_src sh
|
||||
emacs -Q -batch -eval "(progn (require 'package) (package-initialize) (package-refresh-contents) (package-upgrade 'org))"
|
||||
emacs -Q -batch -eval "(progn (package-refresh-contents) (package-upgrade 'org))"
|
||||
#+end_src
|
||||
|
||||
This approach has the advantage of isolating the upgrade process from
|
||||
@@ -2252,7 +2252,7 @@ instead of letting Calc handle the formatting. A few examples:
|
||||
| =exp($2)+exp($1)= | Math functions can be used |
|
||||
| =$0;%.1f= | Reformat current cell to 1 decimal |
|
||||
| =($3-32)*5/9= | Fahrenheit to Celsius conversion |
|
||||
| =$c/$1/$cm= | Herz to centimeter conversion, using =constants.el= |
|
||||
| =$c/$1/$cm= | Hertz to centimeter conversion using =constants.el= |
|
||||
| =tan($1);Dp3s1= | Compute in degrees, precision 3, display SCI 1 |
|
||||
| =sin($1);Dp3%.1e= | Same, but use ~format~ specifier for display |
|
||||
| =vmean($2..$7)= | Compute column range mean, using vector function |
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
@c automatically generated, do not edit
|
||||
@set VERSION 9.8.1 (9.8.1-c1bb5a)
|
||||
@set DATE 2026-04-05
|
||||
@set VERSION 9.8.6 (9.8.6-dcb8f0)
|
||||
@set DATE 2026-06-27
|
||||
|
||||
@@ -653,7 +653,7 @@ To avoid interference with the built-in Org mode@comma{} you can use the
|
||||
command line (you need Emacs 30 or later):
|
||||
|
||||
@example
|
||||
emacs -Q -batch -eval "(progn (require 'package) (package-initialize) (package-refresh-contents) (package-upgrade 'org))"
|
||||
emacs -Q -batch -eval "(progn (package-refresh-contents) (package-upgrade 'org))"
|
||||
@end example
|
||||
|
||||
This approach has the advantage of isolating the upgrade process from
|
||||
@@ -987,7 +987,7 @@ recorded.
|
||||
@node Conventions
|
||||
@section Typesetting Conventions Used in this Manual
|
||||
|
||||
@anchor{TODO keywords@comma{} tags@comma{} properties@comma{} etc}
|
||||
@anchor{TODO keywords tags properties etc}
|
||||
@subheading TODO keywords@comma{} tags@comma{} properties@comma{} etc.
|
||||
|
||||
Org uses various syntactic elements: TODO keywords@comma{} tags@comma{} property
|
||||
@@ -2775,7 +2775,7 @@ instead of letting Calc handle the formatting. A few examples:
|
||||
@item @samp{($3-32)*5/9}
|
||||
@tab Fahrenheit to Celsius conversion
|
||||
@item @samp{$c/$1/$cm}
|
||||
@tab Herz to centimeter conversion@comma{} using @samp{constants.el}
|
||||
@tab Hertz to centimeter conversion using @samp{constants.el}
|
||||
@item @samp{tan($1);Dp3s1}
|
||||
@tab Compute in degrees@comma{} precision 3@comma{} display SCI 1
|
||||
@item @samp{sin($1);Dp3%.1e}
|
||||
|
||||
@@ -65,7 +65,7 @@ modify this GNU manual.''
|
||||
* Tags:: Tagging headlines and matching sets of tags.
|
||||
* Properties:: Storing information about an entry.
|
||||
* Dates and Times:: Making items useful for planning.
|
||||
* Capture@comma{} Refile@comma{} Archive:: The ins and outs for projects.
|
||||
* Capture@comma{} Refile@comma{} Archive: Capture Refile Archive. The ins and outs for projects.
|
||||
* Agenda Views:: Collecting information into views.
|
||||
* Markup:: Compose beautiful documents.
|
||||
* Exporting:: Sharing and publishing notes.
|
||||
@@ -1416,7 +1416,7 @@ of recently clocked tasks.
|
||||
The @kbd{l} key may be used in the agenda (see @ref{Built-in Agenda Views}) to show which tasks have been worked on or closed during
|
||||
a day.
|
||||
|
||||
@node Capture@comma{} Refile@comma{} Archive
|
||||
@node Capture Refile Archive
|
||||
@chapter Capture@comma{} Refile@comma{} Archive
|
||||
|
||||
An important part of any organization system is the ability to quickly
|
||||
|
||||
Reference in New Issue
Block a user