Tagged Questions
7
votes
2answers
843 views
combine python-mode with org-mode for emacs
I combined org-mode with lisp-mode to achieve beautiful code folding in emacs for lisp code: lisp-orgi-mode.
Basically, I use ';' instead of '*' as the heading character. For comments, I just put a ...
1
vote
1answer
526 views
How do I partition datetime intervals which overlap (Org Mode clocked time)?
I have related tasks from two Org files/subtrees where some of the clocked time overlaps. These are a manual worklog and a generated git commit log, see below.
One subtree's CLOCK: entries needs to ...