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 0004. Median of Two Sorted Arrays :hard:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0004. Median of Two Sorted Arrays :hard:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0004. Median of Two Sorted Arrays][Roadmap]]
|
||||
:END:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* TODO 0033. Search In Rotated Sorted Array :medium:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0033. Search In Rotated Sorted Array :medium:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0033. Search In Rotated Sorted Array][Roadmap]]
|
||||
:END:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* TODO 0074. Search a 2D Matrix :medium:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0074. Search a 2D Matrix :medium:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0074. Search a 2D Matrix][Roadmap]]
|
||||
:END:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* TODO 0153. Find Minimum In Rotated Sorted Array :medium:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0153. Find Minimum In Rotated Sorted Array :medium:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0153. Find Minimum In Rotated Sorted Array][Roadmap]]
|
||||
:END:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* TODO 0704. Binary Search :easy:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0704. Binary Search :easy:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0704. Binary Search][Roadmap]]
|
||||
:END:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* TODO 0719. Find K-th Smallest Pair Distance :hard:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0719. Find K-th Smallest Pair Distance :hard:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0719. Find K-th Smallest Pair Distance][Roadmap]]
|
||||
:END:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* TODO 0875. Koko Eating Bananas :medium:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0875. Koko Eating Bananas :medium:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0875. Koko Eating Bananas][Roadmap]]
|
||||
:END:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* TODO 0981. Time Based Key Value Store :medium:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 0981. Time Based Key Value Store :medium:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*0981. Time Based Key Value Store][Roadmap]]
|
||||
:END:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* TODO 2300. Successful Pairs of Spells and Potions :medium:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
* TODO 2300. Successful Pairs of Spells and Potions :medium:
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[file:../../roadmap.org::*2300. Successful Pairs of Spells and Potions][Roadmap]]
|
||||
:END:
|
||||
|
||||
Reference in New Issue
Block a user