[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] org-id-get-create creating property drawers after SCHEDULE and
From: |
Jack Kamm |
Subject: |
Re: [BUG] org-id-get-create creating property drawers after SCHEDULE and DEADLINE keywords [9.6 (release_9.6-3-ga4d38e @ /nix/store/zr2g5z2hbqxa93ndfkx6n0v489al6lfq-emacs-git-20221206.0/share/emacs/30.0.50/lisp/org/)] |
Date: |
Sun, 19 Feb 2023 18:28:00 -0800 |
Ihor Radchenko <yantar92@posteo.net> writes:
> Which is org-caldav's problem not recognizing Org syntax.
I don't think this is a bug in org-mode or org-caldav, nor has to do
with property drawers.
org-caldav just uses ox-icalendar.el to export to ICS, and by default
SCHEDULED timestamp is not exported to calendar VEVENTs. However, the
user can set org-icalendar-use-scheduled if they want to change this
behavior.