Coder Social home page Coder Social logo

Comments (5)

legalnonsense avatar legalnonsense commented on July 20, 2024

Capture template problem seems solved with adding (sync-clones) as a hook to org-capture-after-finalize-hook. One down, two to go.

from org-clones.

legalnonsense avatar legalnonsense commented on July 20, 2024

It is easy enough exclude a note added with org-add-note. If the goal is to include them, then it is more complicated because it does not seem like org-add-note runs any associated hook. I guess you could do it via advice.

from org-clones.

legalnonsense avatar legalnonsense commented on July 20, 2024

Also none of these editing functions trigger the cursor sensor, so there's no issue with read-only properties, and drawers following a headline are not considered part of the body, so logging into a drawer would not need to be synced unless the logbook is elsewhere in the body, so I guess it is the same problem involving org-add-note and the same advice would solve it.

from org-clones.

yantar92 avatar yantar92 commented on July 20, 2024

It is easy enough exclude a note added with org-add-note. If the goal is to include them, then it is more complicated because it does not seem like org-add-note runs any associated hook. I guess you could do it via advice.

That probably make sense to exclude notes - they are often associated with TODO keyword changes. Since TODO keywords are not synced, there is little reason to sync the notes.

from org-clones.

yantar92 avatar yantar92 commented on July 20, 2024

, so logging into a drawer would not need to be synced unless the logbook is elsewhere in the body, so I guess it is the same problem involving org-add-note and the same advice would solve it.

The problem is probably not when logging is done into drawer. By default, logging is done outside drawer, directly into the heading body.

from org-clones.

Related Issues (5)

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.