diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 09:46:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 09:46:59 +0300 |
commit | 3f39051f4bb57613259669a3efa01e9391d41f9b (patch) | |
tree | 6fa723300cb2f6c5f27946a44928a0f93b6d8ead | |
parent | 5b95a69c8f01d503897696ffc66446c06f2b6c50 (diff) | |
download | docs-3f39051f4bb57613259669a3efa01e9391d41f9b.tar.gz |
docs: update sectid macro to fix new org-export behaviour
-rw-r--r-- | carbslinux.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/carbslinux.org b/carbslinux.org index 9c274a8..a3fd690 100644 --- a/carbslinux.org +++ b/carbslinux.org @@ -11,7 +11,7 @@ This is the documentation source for Carbs Linux in Org-mode. The macros below are used for assigning IDs to contribution guidelines. #+END_COMMENT #+MACRO: contid [@@texinfo:@anchor{$1}@@$1] -#+MACRO: sectid $2 [@@texinfo:@anchor{$1}@@$1] +#+MACRO: sectid (eval (format "%s [%s]\n@@texinfo:@anchor{%s}@@\n" $2 $1 $1)) This is the full documentation of [[https://carbslinux.org][Carbs Linux]], from the details of the distribution, installation, to the package manager. It is not yet complete. |