config: text app preferences
This commit is contained in:
parent
e7b634a002
commit
02b22627ef
|
@ -1 +0,0 @@
|
|||
../../.local/share/applications/signal-tray.desktop
|
|
@ -611,6 +611,12 @@ Version 2019-11-04 2021-02-16"
|
|||
"E" 'org-export-repeat
|
||||
)
|
||||
|
||||
(defun org-export-disable-id ()
|
||||
(interactive)
|
||||
(defun my-link-remover (link contents info) contents)
|
||||
(org-link-set-parameters "id" :export 'my-link-remover)
|
||||
)
|
||||
|
||||
(setq org-html-style "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://gongzhitaao.org/orgcss/org.css\"/>"
|
||||
org-html-head-include-default-style nil
|
||||
org-html-htmlize-output-type 'css)
|
||||
|
|
|
@ -22,6 +22,14 @@ matches:
|
|||
Technischer Leiter https://software-challenge.de, deutscher Programmierwettbewerb für Schüler
|
||||
CTO der FTT Forensic Discovery GmbH - gesunde IT aus Bayreuth: https://forensicdiscovery.de
|
||||
Software Engineering Student @ https://code.berlin
|
||||
- trigger: ";grer"
|
||||
replace: |-
|
||||
Greetings from Bavaria,
|
||||
Janek
|
||||
|
||||
---
|
||||
CTO https://forensicdiscovery.de and https://software-challenge.de
|
||||
Software Engineering Student @ https://code.berlin
|
||||
- trigger: ";date"
|
||||
replace: "{{mydate}}"
|
||||
vars:
|
||||
|
|
Loading…
Reference in New Issue