FIX typos
This commit is contained in:
parent
3be64ee7ec
commit
8175d09a1d
|
@ -54,12 +54,12 @@
|
||||||
"Headline todo keyword for completed task or project.")
|
"Headline todo keyword for completed task or project.")
|
||||||
|
|
||||||
(defconst org-x-kw-canc "CANC"
|
(defconst org-x-kw-canc "CANC"
|
||||||
"Headline todo keyword for cancelled task or project.")
|
"Headline todo keyword for canceled task or project.")
|
||||||
|
|
||||||
;;; TAGS
|
;;; TAGS
|
||||||
|
|
||||||
(defun org-x-prepend-char (char string)
|
(defun org-x-prepend-char (char string)
|
||||||
"Return STRING with CHAR prepended."
|
"Return STRING with CHAR appended to the front."
|
||||||
(concat (char-to-string char) string))
|
(concat (char-to-string char) string))
|
||||||
|
|
||||||
(defconst org-x-tag-location-prefix ?@
|
(defconst org-x-tag-location-prefix ?@
|
||||||
|
|
Loading…
Reference in New Issue