commit
7c18ba8d7c
4 changed files with 5 additions and 5 deletions
|
|
@ -938,7 +938,7 @@ HTML_STYLESHEET =
|
||||||
# user-defined cascading style sheet that is included after the standard
|
# user-defined cascading style sheet that is included after the standard
|
||||||
# style sheets created by doxygen. Using this option one can overrule
|
# style sheets created by doxygen. Using this option one can overrule
|
||||||
# certain style aspects. This is preferred over using HTML_STYLESHEET
|
# certain style aspects. This is preferred over using HTML_STYLESHEET
|
||||||
# since it does not replace the standard style sheet and is therefor more
|
# since it does not replace the standard style sheet and is therefore more
|
||||||
# robust against future updates. Doxygen will copy the style sheet file to
|
# robust against future updates. Doxygen will copy the style sheet file to
|
||||||
# the output directory.
|
# the output directory.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -749,7 +749,7 @@ repetitive, but may vary slightly in the date they occur on, or the
|
||||||
amount. Some transactions are weekly, monthly, quarterly or annually.
|
amount. Some transactions are weekly, monthly, quarterly or annually.
|
||||||
Ledger mode provides a way to schedule upcoming transaction with a
|
Ledger mode provides a way to schedule upcoming transaction with a
|
||||||
flexible scheduler that allows you to specify the transactions in a
|
flexible scheduler that allows you to specify the transactions in a
|
||||||
separate ledger file and calculate the upcoming occurences of those
|
separate ledger file and calculate the upcoming occurrences of those
|
||||||
transactions. You can then copy the transactions into your live data
|
transactions. You can then copy the transactions into your live data
|
||||||
file.
|
file.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,7 @@ For example every second Friday, regardless of month."
|
||||||
|
|
||||||
(defun ledger-schedule-scan-transactions (schedule-file)
|
(defun ledger-schedule-scan-transactions (schedule-file)
|
||||||
"Scans AUTO_FILE and returns a list of transactions with date predicates.
|
"Scans AUTO_FILE and returns a list of transactions with date predicates.
|
||||||
The car of each item is a fuction of date that returns true if
|
The car of each item is a function of date that returns true if
|
||||||
the transaction should be logged for that day."
|
the transaction should be logged for that day."
|
||||||
(interactive "fFile name: ")
|
(interactive "fFile name: ")
|
||||||
(let ((xact-list (list)))
|
(let ((xact-list (list)))
|
||||||
|
|
@ -201,7 +201,7 @@ returns true if the date meets the requirements"
|
||||||
(insert "\"" )))
|
(insert "\"" )))
|
||||||
|
|
||||||
;; read the descriptor string into a lisp object the transform the
|
;; read the descriptor string into a lisp object the transform the
|
||||||
;; string descriptor into useable things
|
;; string descriptor into usable things
|
||||||
(ledger-schedule-transform-auto-tree
|
(ledger-schedule-transform-auto-tree
|
||||||
(read (buffer-substring-no-properties (point-min) (point-max))))))
|
(read (buffer-substring-no-properties (point-min) (point-max))))))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -388,7 +388,7 @@ void global_scope_t::read_environment_settings(char * envp[])
|
||||||
process_environment(const_cast<const char **>(envp), "LEDGER_", report());
|
process_environment(const_cast<const char **>(envp), "LEDGER_", report());
|
||||||
|
|
||||||
#if 1
|
#if 1
|
||||||
// These are here for backwards compatability, but are deprecated.
|
// These are here for backwards compatibility, but are deprecated.
|
||||||
|
|
||||||
if (const char * p = std::getenv("LEDGER")) {
|
if (const char * p = std::getenv("LEDGER")) {
|
||||||
if (! std::getenv("LEDGER_FILE"))
|
if (! std::getenv("LEDGER_FILE"))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue