Johan Tolö
Johan Tolö
HackMD has this functionality. See https://hackmd.io/s/how-to-use-comments for examples. I do not think that the comments are stored in the markdown file.
You could try using the unicode "Zero Width Space" (8203) character instead of the empty string.
Haven't tried your patched function but would like to see this implemented.
Attachment links can be expanded by `org-attach-expand`. Perhaps this could be added to `:expand-links`? On the other hand, the real question might be how to treat properties of the transcluded...
This works for me: ```elisp (defun org-transclusion-content-filter-expand-links (link) "Convert LINK to an absolute filename. LINK is assumed to be an Org element. This function does nothing to LINK if the...
If you have `org-pomodoro-clock-break` set to `t`, org-pomodoro won't clock out when the short break starts. This statement ensures that it is clocked out when the break is finished.
So the title of the issue is wrong. If you want to clock the break, clocking out should be done when the break finishes, not before. If what you actually...