Add option and date org-mode symbols

This commit is contained in:
tecosaur 2020-01-29 20:38:23 +08:00
parent 03364e5352
commit 401b328cbf

View file

@ -410,8 +410,10 @@ It's also nice to make use of the unicode characters for check boxes, and other
:checkedbox "☑" :checkedbox "☑"
:results "🠶" :results "🠶"
:property "☸" :property "☸"
:option "⌥"
:title "𝙏" :title "𝙏"
:author "𝘼" :author "𝘼"
:date "𝘿"
:begin_quote "" :begin_quote ""
:end_quote "" :end_quote ""
:em_dash "—")) :em_dash "—"))
@ -422,8 +424,10 @@ It's also nice to make use of the unicode characters for check boxes, and other
:checkedbox "[X]" :checkedbox "[X]"
:results "#+RESULTS:" :results "#+RESULTS:"
:property "#+PROPERTY:" :property "#+PROPERTY:"
:option "#+OPTION:"
:title "#+TITLE:" :title "#+TITLE:"
:author "#+AUTHOR:" :author "#+AUTHOR:"
:date "#+DATE:"
:begin_quote "#+BEGIN_QUOTE" :begin_quote "#+BEGIN_QUOTE"
:end_quote "#+END_QUOTE" :end_quote "#+END_QUOTE"
:em_dash "---") :em_dash "---")