From 01214f2ab8115a0c93d7521f0edd600ea7267ce9 Mon Sep 17 00:00:00 2001 From: thdox Date: Tue, 18 Oct 2016 21:29:04 +0200 Subject: Remove ledger-mode.texi from doc/CMakeLists As ledger-mode has now its own github repository, the file ledger-mode.texi has been moved there. As such the compilation was failing, by removing this file, it is now compiling successfully through "make doc". [ci skip] --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index e463c721..d8242eeb 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -42,7 +42,7 @@ if (BUILD_DOCS) find_program(TEX tex) find_program(MAN2HTML man2html) find_program(GROFF groff) - set(ledger_info_files ledger3.texi ledger-mode.texi) + set(ledger_info_files ledger3.texi) if (NOT MAKEINFO) message(WARNING "Could not find makeinfo. Info version of documentation cannot be built.") -- cgit v1.2.3 From 6e4e5a1725975c7200626584bd7cfacd9d661a8e Mon Sep 17 00:00:00 2001 From: thdox Date: Thu, 27 Oct 2016 20:58:53 +0200 Subject: Add reference to Emacs ledger-mode As now, ledger-mode has its own github repository. [ci skip] --- doc/ledger.1 | 5 ++--- doc/ledger3.texi | 15 ++++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/ledger.1 b/doc/ledger.1 index ffc7decf..80649496 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -111,9 +111,8 @@ The synonym is also accepted. .It Ic emacs Oo Ar query Oc Output posting and transaction data in a format readily consumed by the Emacs -editor, in a series of Lisp forms. This is used by the -.Pa ledger.el -Emacs mode to process reporting data from +editor, in a series of Lisp forms. This is used by the Emacs ledger-mode to +process reporting data from .Nm . .It Ic equity Oo Ar report-query Oc Print a transaction with a series of postings that balance current totals for diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 3857f8d4..4427b8e7 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -1490,13 +1490,14 @@ nature of your transactions. For example, you do not need to tell Ledger about the accounts you use. Any time Ledger sees a posting involving an account it knows nothing about, it will create it@footnote{This also means if you -misspell an account it will end up getting counted separately from what -you intended. The provided Emacs major mode provides for automatically -filling in account names.}. If you use a commodity that is new to -Ledger, it will create that commodity, and determine its display -characteristics (placement of the symbol before or after the amount, -display precision, etc.) based on how you used the commodity in the -posting. +misspell an account it will end up getting counted separately from +what you intended. An Emacs major mode +@uref{https://github.com/ledger/ledger-mode/, ledger-mode} provides +tab completion for automatically filling in account names.}. If you +use a commodity that is new to Ledger, it will create that commodity, +and determine its display characteristics (placement of the symbol +before or after the amount, display precision, etc.) based on how you +used the commodity in the posting. @menu * The Most Basic Entry:: -- cgit v1.2.3