memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit dd3e9c7f928b08a2dc7968c468e6812d0f4da32f
parent c0fc494212b1ec0f488fb4b073865e3ea14d3cfc
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 25 Nov 2021 07:39:57 +0100

Note down thoughts on Org ID generation

Diffstat:
Mitches/emacs/tracker.org | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org @@ -364,6 +364,10 @@ Currently items are filled like this: Adding =\\[.\\]= to the regexp used in org-list-item-body-column allows "ipsum" to be aligned below "lorem". **** TODO Prevent ~#+end_src~ background from extending to end-of-line when folded +**** TODO Add pandoc's ~auto_identifiers~ scheme for ID generation +~org-export-new-reference~ is the function which generates the current +ID, but it returns integers, so maybe the tweak should be made +somewhere above in the call stack? *** Programming modes **** ~conf-mode~ ***** TODO Tweak ~javaprop~ comments