emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Questions about splitting a tree into multiple files
@ 2024-03-10  8:48 Sébastien Gendre
  2024-03-13 13:38 ` Ihor Radchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Sébastien Gendre @ 2024-03-10  8:48 UTC (permalink / raw)
  To: orgmode

Hello,

I have some questions about splitting an Org-mode tree of headings into
multiple files.

Lets take an example: I want to track books I have read and take notes
about each book.

Each book have a title, a status, some properties and notes. The properties are:

* Author
* Editor
* Year

At first, I create one Org file where each book is a heading of level 1.
The title of the heading is the title of the book, the status is a TODO
keyword, the properties use Org-mode properties feature. And the notes
are simply headings of level 2, where the title of these headings
correspond to the chapter of the book.

Now, after adding a lot of books and notes, the file is too big. I want
to split it into multiple files: Each file is a book.

But with this, I have multiple problems:

A file doesn't have a status. If I want to assign a status, I have to
create a heading of level 1 representing the book. But in this case,
when I export the file to PDF or HTML, the result doesn't have a title.
And instead of having each notes as a level 1 section, I have 1 section
of level 1, representing the book, and all the rest are sections of level
2.

A file can have properties, but they are written before in-buffer
settings.

If I use org-agenda to summarize all the book, they have to be heading.
Not only files.

To say it simply, when I split one Org file to multiples ones: Org-mode
features, like Agenda or status tracking, need to continue using
headings to represent books. While exporting need to use files to
represent books.

And I'm a bit confuse by this.


Best regards



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Questions about splitting a tree into multiple files
  2024-03-10  8:48 Questions about splitting a tree into multiple files Sébastien Gendre
@ 2024-03-13 13:38 ` Ihor Radchenko
  2024-03-14 14:54   ` Sébastien Gendre
  0 siblings, 1 reply; 3+ messages in thread
From: Ihor Radchenko @ 2024-03-13 13:38 UTC (permalink / raw)
  To: Sébastien Gendre; +Cc: orgmode

Sébastien Gendre <seb@k-7.ch> writes:

> At first, I create one Org file where each book is a heading of level 1.
> The title of the heading is the title of the book, the status is a TODO
> keyword, the properties use Org-mode properties feature. And the notes
> are simply headings of level 2, where the title of these headings
> correspond to the chapter of the book.
> ...
> Now, after adding a lot of books and notes, the file is too big. I want
> to split it into multiple files: Each file is a book.
>
> But with this, I have multiple problems:
>
> A file doesn't have a status. If I want to assign a status, I have to
> create a heading of level 1 representing the book. But in this case,
> when I export the file to PDF or HTML, the result doesn't have a title.
> And instead of having each notes as a level 1 section, I have 1 section
> of level 1, representing the book, and all the rest are sections of level
> 2.

Rather than exporting the whole file, you can export subtree. Then, book
heading title will be used as exported document title.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Questions about splitting a tree into multiple files
  2024-03-13 13:38 ` Ihor Radchenko
@ 2024-03-14 14:54   ` Sébastien Gendre
  0 siblings, 0 replies; 3+ messages in thread
From: Sébastien Gendre @ 2024-03-14 14:54 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode

Thank you.


Ihor Radchenko <yantar92@posteo.net> writes:

> Sébastien Gendre <seb@k-7.ch> writes:
>
>> At first, I create one Org file where each book is a heading of level 1.
>> The title of the heading is the title of the book, the status is a TODO
>> keyword, the properties use Org-mode properties feature. And the notes
>> are simply headings of level 2, where the title of these headings
>> correspond to the chapter of the book.
>> ...
>> Now, after adding a lot of books and notes, the file is too big. I want
>> to split it into multiple files: Each file is a book.
>>
>> But with this, I have multiple problems:
>>
>> A file doesn't have a status. If I want to assign a status, I have to
>> create a heading of level 1 representing the book. But in this case,
>> when I export the file to PDF or HTML, the result doesn't have a title.
>> And instead of having each notes as a level 1 section, I have 1 section
>> of level 1, representing the book, and all the rest are sections of level
>> 2.
>
> Rather than exporting the whole file, you can export subtree. Then, book
> heading title will be used as exported document title.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-14 14:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-10  8:48 Questions about splitting a tree into multiple files Sébastien Gendre
2024-03-13 13:38 ` Ihor Radchenko
2024-03-14 14:54   ` Sébastien Gendre

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).