fix: move #+PROPERTY: STUDY_DECK_02 to top of file
Org-mode requires global file properties before the first headline. Moved PROPERTY line above the * TODO heading in all 199 note files and updated scaffold-notes.mjs template.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
* TODO 0003. Longest Substring Without Repeating Characters :medium:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0003. Longest Substring Without Repeating Characters :medium:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0003. Longest Substring Without Repeating Characters][Roadmap]]
|
||||
:END:
|
||||
|
||||
Reference in New Issue
Block a user