diff options
author | John Wiegley <johnw@newartisans.com> | 2019-03-15 16:30:28 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2019-03-15 17:30:46 -0700 |
commit | f0dacdb22f2888be104711d9092ca43d770965f2 (patch) | |
tree | f2ae7a8926ee581d39a558d6c4c83d3e7c1de9cd /doc/ledger3.texi | |
parent | d511d671fcbb517ec474d4355a4c1568ee2fbb09 (diff) | |
download | fork-ledger-f0dacdb22f2888be104711d9092ca43d770965f2.tar.gz fork-ledger-f0dacdb22f2888be104711d9092ca43d770965f2.tar.bz2 fork-ledger-f0dacdb22f2888be104711d9092ca43d770965f2.zip |
Remove the 'org' command, which was always a hack to begin with
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index be5a8cec..e49ebbbd 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -4843,10 +4843,6 @@ directly by Emacs Lisp. The format of the @code{sexp} is: @subsection Emacs @command{org} Mode @findex org -The @command{org} command produces a journal file suitable for use in -the Emacs Org mode. More details on using Org mode can be found at -@url{http://www.orgmode.org}. - Org mode has a sub-system known as Babel which allows for literate programming. This allows you to mix text and code within the same document and automatically execute code which may generate results |