Skip to content

Elisp package provides a view showing multiple journals in one buffer.

Notifications You must be signed in to change notification settings

tomoyukim/org-journal-timeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

org-journal-timeline

org-joural-timeline provides a view showing multiple journals in one buffer. It helps you to review your journals.

This package is designed to work with org-journal at open of the box but it should also work with another journal systems by your customization.

./demo.png

Installation

Using strainght.el

(straight-use-package
 '(org-journal-timeline :type git :host github :repo "tomoyukim/org-journal-timeline"))

Or with package.el

(use-package
  :straight (org-journal-timeline :type git :host github :repo "tomoyukim/org-journal-timeline")

Configuration

(use-package
  :straight (org-journal-timeline :type git :host github :repo "tomoyukim/org-journal-timeline")
  :custom
  (org-journal-timeline-days 30)
  (org-journal-timeline-timeline-directory "~/.org/my/journals")
  (org-journal-timeline-date-format "^\\([0-9]+-[0-9]+-[0-9]+\\.org\\)$")
  :bind
  ("C-c j" . org-journal-timeline-show))

About

Elisp package provides a view showing multiple journals in one buffer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published