Coder Social home page Coder Social logo

Comments (4)

pank avatar pank commented on August 21, 2024

I cannot reproduce. Most likely, you have not looked into ox-icalendar.el-variables. Check out org-icalendar-include-todo, org-icalendar-use-deadline, org-icalendar-use-scheduled, and org-icalendar-with-timestamps.

Here's a sledgehammer solution that will most likely solve the issue:

(setq org-icalendar-include-todo t
      org-icalendar-use-deadline '(event-if-todo event-if-not-todo todo-due)
      org-icalendar-use-scheduled '(event-if-todo event-if-not-todo todo-start)
      org-icalendar-with-timestamps t)

from org-caldav.

csantosb avatar csantosb commented on August 21, 2024

This fixes the issue for me, thanks.

from org-caldav.

colonelpanic8 avatar colonelpanic8 commented on August 21, 2024

close?

from org-caldav.

emelin avatar emelin commented on August 21, 2024

No, please, there actually is an issue! I observe the following behaviour since several weeks with growing discomfort:

Only by the second sync (exactly as described above) the SCHEDULED time gets converted to an active timestamp and a freshly created property drawer with a new id is inserted above that newly created active timestamp.

My settings (perfectly legitimate) are:

(setq org-icalendar-include-todo 'all)
(setq org-icalendar-categorie '(all-tags category todo-state))
(setq org-icalendar-use-deadline '(event-if-not-todo todo-due))
(setq org-icalendar-use-scheduled '(todo-start event-if-todo event-if-not-todo))
(setq org-icalendar-with-timestamps 'active)
(setq org-icalendar-alarm-time 30)

I follow the org-mode master-branch. Current org-version is:

Org-mode version 8.3beta (release_8.3beta-835-g13938b

from org-caldav.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.