|
|
@@ -231,14 +231,6 @@
|
|
|
[img-formats s]
|
|
|
(some (fn [fmt] (util/safe-re-find (re-pattern (str "(?i)\\." fmt "(?:\\?([^#]*))?(?:#(.*))?$")) s)) img-formats))
|
|
|
|
|
|
-(defn scheduled-deadline-dash->star
|
|
|
- [content]
|
|
|
- (-> content
|
|
|
- (string/replace "- TODO -> DONE [" "* TODO -> DONE [")
|
|
|
- (string/replace "- DOING -> DONE [" "* DOING -> DONE [")
|
|
|
- (string/replace "- LATER -> DONE [" "* LATER -> DONE [")
|
|
|
- (string/replace "- NOW -> DONE [" "* NOW -> DONE [")))
|
|
|
-
|
|
|
(defn remove-indentation-spaces
|
|
|
[s level remove-first-line?]
|
|
|
(let [lines (string/split-lines s)
|