We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601f0c4 commit 5be0f38Copy full SHA for 5be0f38
README.org
@@ -135,11 +135,11 @@ You can customise how =org-parser-tree= builds the tree using the [[https://cloj
135
(z/edit org-tree update :content str (:list-item list-item-line) "\n"))
136
137
(let [journal "
138
- ,,**** Learned new clojure tricks :LEARN:
139
- After reading the Clojure style guide I learned:
140
- - Use sets as function
141
- - Use =list*= for nested cons
142
- - Use =Constructor.= instead of =new="]
+ ,**** Learned new clojure tricks :LEARN:
+ After reading the Clojure style guide I learned:
+ - Use sets as function
+ - Use =list*= for nested cons
+ - Use =Constructor.= instead of =new="]
143
(parse-tree journal))
144
145
#+END_SRC
0 commit comments