[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug: exporting a subtree to icalendar omits body of subtree [9.3 (re
From: |
Stephen Eglen |
Subject: |
Re: Bug: exporting a subtree to icalendar omits body of subtree [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)] |
Date: |
Sun, 21 Feb 2021 12:23:07 +0000 |
User-agent: |
mu4e 1.4.13; emacs 27.1 |
> When exporting a subtree, the top-level outline becomes the title of the
> document, i.e., the document becomes morally equivalent to:
>
> #+title: test
> <2021-03-18 Thu 15:00-16:00>
> body of text
>
> There is indeed no event to export in this case. Only level 2 outline
> will become events. You may want to export region instead.
Thank you very much Nicolas for explaining; this was my mistake.
My solution for now is to use org-narrow-to-subtree and then export it.
Stephen