You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2022. It is now read-only.
Hey there!
I would love to see a better compatibility with the outline capabilities of org-mode, i.e. be able to take notes as sub-, subsub-, etc. headings. Lets assume we have a pdf structured as following:
1. Heading
some text
--pagebreak--
1.1 Subheading
more text
--pagebreak--
2. Another heading
and even more text
Then I would like to format the org-file with the notes as following:
* Heading (interleaved w/ p. 1)
notes
** Subheading (interleaved w/ p. 2)
notes
* Another heading (interleaved w/ p. 3)
notes
If I format the headings file like that, there are two issues:
M-p and M-n don't switch properly between Headings and Subheadings, one "gets stuck on the lower level".
New notes are not stored in the proper place in between existing ones but appended at the end of the org-file.
Greetings and thanks for the otherwise great package :)
Tobias
Hey there!
I would love to see a better compatibility with the outline capabilities of org-mode, i.e. be able to take notes as sub-, subsub-, etc. headings. Lets assume we have a pdf structured as following:
Then I would like to format the org-file with the notes as following:
If I format the headings file like that, there are two issues:
Greetings and thanks for the otherwise great package :)
Tobias