Compare commits

..

No commits in common. "a959152d216e32053654fe6de02805acb68805fd" and "593a2ab9df367bc5d8c352287b97120029e339eb" have entirely different histories.

2 changed files with 4 additions and 6 deletions

View File

@ -1215,8 +1215,6 @@ point to the beginning of buffer first."
(use-package ox-pandoc (use-package ox-pandoc
:init (setq org-pandoc-options-for-docx '((standalone . t)))) :init (setq org-pandoc-options-for-docx '((standalone . t))))
;; Extra Org packages
(use-package org-tree-slide (use-package org-tree-slide
:commands (org-tree-slide-mode) :commands (org-tree-slide-mode)
;; Configuration from https://protesilaos.com/dotemacs/ ;; Configuration from https://protesilaos.com/dotemacs/

View File

@ -829,10 +829,10 @@ forces clocking in of the default task."
;; Quote %, as otherwise they would be misinterpreted as format characters ;; Quote %, as otherwise they would be misinterpreted as format characters
" "
Current Task: %s(replace-regexp-in-string \"%\" \"%%\" (or org-clock-current-task \"\")); Current Task: %s(replace-regexp-in-string \"%\" \"%%\" (or org-clock-current-task \"\"));
- Clock in to [_w_]ork, [_h_]ome, [_b_]reak default task - Clock in to _w_ork, _h_ome, _b_reak default task
- Cloin in to [_l_]ast, or [_s_]elect task to clock in to - Cloin in to _l_ast, or _s_elect task to clock in to
- [_j_]ump to current clock or to [_a_]ny item - _j_ump to current clock or to _a_ny item
- Clock [_o_]ut - Clock _o_ut
" "
("w" (db/org-clock-in-work-task) nil) ("w" (db/org-clock-in-work-task) nil)
("h" (db/org-clock-in-home-task) nil) ("h" (db/org-clock-in-home-task) nil)