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 | |
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')
-rw-r--r-- | doc/ledger.1 | 4 | ||||
-rw-r--r-- | doc/ledger3.texi | 4 |
2 files changed, 1 insertions, 7 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index 2564d0a3..e9b47315 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -1,4 +1,4 @@ -.Dd February 24, 2019 +.Dd March 15, 2019 .Dt LEDGER 1 .Os .Sh NAME @@ -122,8 +122,6 @@ in a special account called .Li Equity:Opening Balances . The purpose of this report is to close the books for a prior year, while using these equity postings to carry forward those balances. -.It Ic org -Produce a journal file suitable for use in the Emacs org mode. .It Ic payees Oo Ar report-query Oc List all payees for postings matching the .Ar report-query . 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 |