summaryrefslogtreecommitdiff
path: root/itches
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-11-25 07:39:57 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-11-25 07:39:57 +0100
commitdd3e9c7f928b08a2dc7968c468e6812d0f4da32f (patch)
tree8d1b4e258124b04a3d343cad3d42430b2e9b4776 /itches
parentc0fc494212b1ec0f488fb4b073865e3ea14d3cfc (diff)
downloadmemory-leaks-dd3e9c7f928b08a2dc7968c468e6812d0f4da32f.tar.xz
Note down thoughts on Org ID generation
Diffstat (limited to 'itches')
-rw-r--r--itches/emacs/tracker.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
index 062e545..0f23f3a 100644
--- 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