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,5 +1,5 @@
|
||||
* TODO 0011. Container With Most Water :medium:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0011. Container With Most Water :medium:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0011. Container With Most Water][Roadmap]]
|
||||
:END:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* TODO 0015. 3Sum :medium:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0015. 3Sum :medium:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0015. 3Sum][Roadmap]]
|
||||
:END:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* TODO 0042. Trapping Rain Water :hard:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0042. Trapping Rain Water :hard:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0042. Trapping Rain Water][Roadmap]]
|
||||
:END:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* TODO 0125. Valid Palindrome :easy:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0125. Valid Palindrome :easy:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0125. Valid Palindrome][Roadmap]]
|
||||
:END:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* TODO 0167. Two Sum II Input Array Is Sorted :medium:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0167. Two Sum II Input Array Is Sorted :medium:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0167. Two Sum II Input Array Is Sorted][Roadmap]]
|
||||
:END:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* TODO 0259. 3Sum Smaller :medium:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0259. 3Sum Smaller :medium:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0259. 3Sum Smaller][Roadmap]]
|
||||
:END:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* TODO 0344. Reverse String :easy:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0344. Reverse String :easy:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0344. Reverse String][Roadmap]]
|
||||
:END:
|
||||
|
||||
Reference in New Issue
Block a user