Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Suggestion: Make interleave compatible with subheadings #55

Description

@Tobias-Loeffler

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:

  1. M-p and M-n don't switch properly between Headings and Subheadings, one "gets stuck on the lower level".
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions