[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/csv2ledger 565e1a1c43 070/190: Add comment line denoting s
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/csv2ledger 565e1a1c43 070/190: Add comment line denoting section for user option functions. |
Date: |
Sun, 2 Jun 2024 15:59:46 -0400 (EDT) |
branch: elpa/csv2ledger
commit 565e1a1c4369f8b9dc0071c741e17499e1f0aa0f
Author: Joost Kremers <joostkremers@fastmail.fm>
Commit: Joost Kremers <joostkremers@fastmail.fm>
Add comment line denoting section for user option functions.
---
csv2ledger.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/csv2ledger.el b/csv2ledger.el
index d66e0cc094..1aa3189759 100644
--- a/csv2ledger.el
+++ b/csv2ledger.el
@@ -189,6 +189,8 @@ This should most likely be set to the same value as
(defvar c2l--accounts nil "List of ledger accounts, mainly used for
completion.")
(defvar c2l--results-buffer nil "Buffer for conversion results.")
+;;; Functions for use as values of customisation options.
+
(defun c2l-convert-little-endian-to-iso8601-date (date)
"Convert DATE from a little-endian format to an ISO 8601 format.
DATE should be a string representing a date of the form
- [nongnu] elpa/csv2ledger 8340839302 098/190: Add csv-mode to Package-Requires., (continued)
- [nongnu] elpa/csv2ledger 8340839302 098/190: Add csv-mode to Package-Requires., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 6d46386b5e 096/190: Small README update., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 19ec18c197 104/190: Remove reference to `counterpart` from doc string of c2l-csv-columns., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 1417fcdbbb 087/190: Fix default value of c2l-csv-columns., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger a0a328df02 038/190: New function `c2l-convert-region`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger f536bca1bf 040/190: New function `c2l-get-results-buffer`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 93bd85b0e0 041/190: c2l-convert-region: Report number of converted entries., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 09e02e84a5 036/190: Expand README.md, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 4f7505922c 037/190: Update regex in `c2l-has-header`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 18413f1c36 076/190: Fix typo in doc string of c2l-matcher-regexes., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 565e1a1c43 070/190: Add comment line denoting section for user option functions.,
ELPA Syncer <=
- [nongnu] elpa/csv2ledger 8d18e53ee5 142/190: Fix highlighting in README.md, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 144a966942 150/190: Add section on multiple configurations to the README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger b57b06d3a0 163/190: Update the README., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger b0da62c00b 153/190: Small update to the README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 058bd5c96d 148/190: Declare safety predicates for defcustoms., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 8b5aa6ee00 156/190: Fix two typos in the documentation, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger c8939a4422 188/190: Fix c2l-read-account-matchers, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 03e33d295f 107/190: Replace README with a placeholder., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 1ab230f07d 181/190: Update doc string of c2l--csv-line-to-ledger, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 579acc2d00 032/190: Do not require a match when asking for an account name., ELPA Syncer, 2024/06/03