* org-export to icalendar: ignore links?
@ 2022-08-10 16:34 Timm Lichte
2022-08-11 5:35 ` Ihor Radchenko
0 siblings, 1 reply; 5+ messages in thread
From: Timm Lichte @ 2022-08-10 16:34 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I'm trying to export org-agenda-files to a combined ics/icalendar file
via org-icalendar-combine-agenda-files, but this fails due to unresolved
links in the source files. Instead of fixing these links, is there any
way to make org-export more robust and just ignore the links? As far I
know, they are actually not relevant for the icalendar export.
As this is an important step in my daily workflow, any help is more than
welcome.
Best regards,
Timm
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-export to icalendar: ignore links?
2022-08-10 16:34 org-export to icalendar: ignore links? Timm Lichte
@ 2022-08-11 5:35 ` Ihor Radchenko
2023-01-13 9:27 ` Timm Lichte
0 siblings, 1 reply; 5+ messages in thread
From: Ihor Radchenko @ 2022-08-11 5:35 UTC (permalink / raw)
To: Timm Lichte; +Cc: emacs-orgmode
Timm Lichte <timm.lichte@mailbox.org> writes:
> I'm trying to export org-agenda-files to a combined ics/icalendar file
> via org-icalendar-combine-agenda-files, but this fails due to unresolved
> links in the source files. Instead of fixing these links, is there any
> way to make org-export more robust and just ignore the links? As far I
> know, they are actually not relevant for the icalendar export.
>
> As this is an important step in my daily workflow, any help is more than
> welcome.
Thanks for reporting!
Fixed on bugfix via 70a311b00.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=70a311b001153afdf492b3dab5a0816c861e3186
--
Ihor Radchenko,
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] 5+ messages in thread
* Re: org-export to icalendar: ignore links?
2022-08-11 5:35 ` Ihor Radchenko
@ 2023-01-13 9:27 ` Timm Lichte
2023-01-13 9:30 ` Ihor Radchenko
0 siblings, 1 reply; 5+ messages in thread
From: Timm Lichte @ 2023-01-13 9:27 UTC (permalink / raw)
To: Ihor Radchenko; +Cc: emacs-orgmode
Thanks for your quick response! Sorry mine took much longer ;-)
Unfortunately, I cannot confirm that this fixed the problem. I still
cannot export org-agenda-files with broken links via
org-icalendar-combine-agenda-files under Org v9.6.1, which includes the
changes of your commit.
Am 11.08.22 um 07:35 schrieb Ihor Radchenko:
> Timm Lichte <timm.lichte@mailbox.org> writes:
>
>> I'm trying to export org-agenda-files to a combined ics/icalendar file
>> via org-icalendar-combine-agenda-files, but this fails due to unresolved
>> links in the source files. Instead of fixing these links, is there any
>> way to make org-export more robust and just ignore the links? As far I
>> know, they are actually not relevant for the icalendar export.
>>
>> As this is an important step in my daily workflow, any help is more than
>> welcome.
>
> Thanks for reporting!
>
> Fixed on bugfix via 70a311b00.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=70a311b001153afdf492b3dab5a0816c861e3186
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-export to icalendar: ignore links?
2023-01-13 9:27 ` Timm Lichte
@ 2023-01-13 9:30 ` Ihor Radchenko
2023-01-29 15:19 ` Timm Lichte
0 siblings, 1 reply; 5+ messages in thread
From: Ihor Radchenko @ 2023-01-13 9:30 UTC (permalink / raw)
To: Timm Lichte; +Cc: Ihor Radchenko, emacs-orgmode
Timm Lichte <timm.lichte@mailbox.org> writes:
> Thanks for your quick response! Sorry mine took much longer ;-)
>
> Unfortunately, I cannot confirm that this fixed the problem. I still
> cannot export org-agenda-files with broken links via
> org-icalendar-combine-agenda-files under Org v9.6.1, which includes the
> changes of your commit.
Then, please provide an example of the broken export.
See https://orgmode.org/manual/Feedback.html#Feedback
--
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] 5+ messages in thread
* Re: org-export to icalendar: ignore links?
2023-01-13 9:30 ` Ihor Radchenko
@ 2023-01-29 15:19 ` Timm Lichte
0 siblings, 0 replies; 5+ messages in thread
From: Timm Lichte @ 2023-01-29 15:19 UTC (permalink / raw)
To: Ihor Radchenko; +Cc: Ihor Radchenko, emacs-orgmode
I found the (pretty obvious) reason why I was getting errors about
broken links when exporting my agenda to icalendar format:
org-export-with-broken-links was not set to t.
After I changed this, everything works now.
Am 13.01.23 um 10:30 schrieb Ihor Radchenko:
> Timm Lichte <timm.lichte@mailbox.org> writes:
>
>> Thanks for your quick response! Sorry mine took much longer ;-)
>>
>> Unfortunately, I cannot confirm that this fixed the problem. I still
>> cannot export org-agenda-files with broken links via
>> org-icalendar-combine-agenda-files under Org v9.6.1, which includes the
>> changes of your commit.
>
> Then, please provide an example of the broken export.
> See https://orgmode.org/manual/Feedback.html#Feedback
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-01-29 15:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-10 16:34 org-export to icalendar: ignore links? Timm Lichte
2022-08-11 5:35 ` Ihor Radchenko
2023-01-13 9:27 ` Timm Lichte
2023-01-13 9:30 ` Ihor Radchenko
2023-01-29 15:19 ` Timm Lichte
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.