Re: org-export to icalendar: ignore links?

2023-01-29 Thread Timm Lichte
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  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





Re: org-export to icalendar: ignore links?

2023-01-13 Thread Ihor Radchenko
Timm Lichte  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 .
Support Org development at ,
or support my work at 



Re: org-export to icalendar: ignore links?

2023-01-13 Thread Timm Lichte

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  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





Re: org-export to icalendar: ignore links?

2022-08-10 Thread Ihor Radchenko
Timm Lichte  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



org-export to icalendar: ignore links?

2022-08-10 Thread Timm Lichte



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