config.phundrak.com/org
Lucien Cartier-Tilet daca7f41ff
[Emacs] Fix org-file export for CI
On older org-mode versions, org lists are lists of lists of only one
element, so that

    - a
    - b
    - c

translates as

    (("a") ("b") ("c"))

But in more recent versions, the same list translates as

    ("a" "b" "c")

This commit handles both situations, as my local Emacs version follows
the latter behaviour but the Emacs version available in my CI workflow
follows the former behaviour.
2023-03-11 18:57:32 +01:00
..
capture [Spacemacs] Move org capture templates out of main config 2021-09-01 22:10:11 +02:00
config [Emacs] Fix org-file export for CI 2023-03-11 18:57:32 +01:00