[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org-modern 0814985d83 3/6: Add comment (See #60)
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org-modern 0814985d83 3/6: Add comment (See #60) |
Date: |
Sun, 5 Jun 2022 07:57:43 -0400 (EDT) |
branch: externals/org-modern
commit 0814985d83254c6cded72ff6a9d2fbdbdee67ace
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Add comment (See #60)
---
org-modern.el | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/org-modern.el b/org-modern.el
index a91647aeae..813c97316a 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -174,8 +174,7 @@ used as replacement for \"#+keyword:\", with t the default
key."
:value-type (choice (string :tag "Replacement")
(const :tag "Hide prefix" t)))))
-(defcustom org-modern-footnote (cons (cadr org-script-display)
- (cadr org-script-display))
+(defcustom org-modern-footnote (cons nil (cadr org-script-display))
"Prettify footnotes.
The car corresponds to display specification for definitions, the cdr for
references."
@@ -574,10 +573,10 @@ You can specify a font `:family'. The font families
`Iosevka', `Hack' and
`((,(concat "^\\*+.*?\\( \\)\\(:\\(?:" org-tag-re ":\\)+\\)[ \t]*$")
(0 (org-modern--tag)))))
(when org-modern-footnote
- `(("^\\(\\[fn:\\)[[:word:]-_]+\\]"
+ `(("^\\(\\[fn:\\)[[:word:]-_]+\\]" ;; Definition
(0 '(face nil display ,(car org-modern-footnote)))
(1 '(face nil display ,(propertize "[" 'display (car
org-modern-footnote)))))
- ("[^\n]\\(\\(\\[fn:\\)[[:word:]-_]+\\]\\)"
+ ("[^\n]\\(\\(\\[fn:\\)[[:word:]-_]+\\]\\)" ;; Reference
(1 '(face nil display ,(cdr org-modern-footnote)))
(2 '(face nil display ,(propertize "[" 'display (cdr
org-modern-footnote)))))))
(when org-modern-internal-target
- [elpa] externals/org-modern updated (d6e1c77a9f -> acaaa30f31), ELPA Syncer, 2022/06/05
- [elpa] externals/org-modern 0814985d83 3/6: Add comment (See #60),
ELPA Syncer <=
- [elpa] externals/org-modern 83a4b3bd34 2/6: Support different styling for footnote references and definitions (Fix #61), ELPA Syncer, 2022/06/05
- [elpa] externals/org-modern a1de2ead31 4/6: Horizontal rules can be indented (#61), ELPA Syncer, 2022/06/05
- [elpa] externals/org-modern acaaa30f31 6/6: Improve org-modern-footnote handling, ELPA Syncer, 2022/06/05
- [elpa] externals/org-modern ad07891dca 1/6: Revert "Horizontal rules can be indented (#61)", ELPA Syncer, 2022/06/05
- [elpa] externals/org-modern 8ef4d49a58 5/6: Fix typos, ELPA Syncer, 2022/06/05