From 401b328cbfcb1f2e0492be11b48e46711a9bf791 Mon Sep 17 00:00:00 2001 From: tecosaur <20903656+tecosaur@users.noreply.github.com> Date: Wed, 29 Jan 2020 20:38:23 +0800 Subject: [PATCH] Add option and date org-mode symbols --- config.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.org b/config.org index b772a37..35cf77f 100644 --- a/config.org +++ b/config.org @@ -410,8 +410,10 @@ It's also nice to make use of the unicode characters for check boxes, and other :checkedbox "☑" :results "🠶" :property "☸" + :option "⌥" :title "𝙏" :author "𝘼" + :date "𝘿" :begin_quote "❮" :end_quote "❯" :em_dash "—")) @@ -422,8 +424,10 @@ It's also nice to make use of the unicode characters for check boxes, and other :checkedbox "[X]" :results "#+RESULTS:" :property "#+PROPERTY:" + :option "#+OPTION:" :title "#+TITLE:" :author "#+AUTHOR:" + :date "#+DATE:" :begin_quote "#+BEGIN_QUOTE" :end_quote "#+END_QUOTE" :em_dash "---")