aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org.el
Commit message (Collapse)AuthorAgeFilesLines
* Add snippets for ‘oni-org’Gravatar Tom Willemse2019-08-271-191/+0
|
* Switch to IN-PROGRESS when clocking inGravatar Tom Willemse2019-08-151-1/+9
| | | | | When a task is TODO and I clock in, automatically switch it to IN-PROGRESS. Leave it as is if it's any other state.
* Add music and books refile targetsGravatar Tom Willemse2019-07-211-2/+4
|
* Switch from using PROGRESS to IN-PROGRESSGravatar Tom Willemse2019-07-171-2/+2
| | | | I didn’t rialize dashes were allowed in TODO states when I set this up.
* Add functions to show a special capture frame, add ↵Gravatar Tom Willemse2019-06-181-1/+20
| | | | | | | | | | agenda command Add functions to show a capture frame so that I can call it from anywhere and quickly capture some Org notes. Add an agenda command that shows me all the tasks that have been scheduled for today.
* Add ‘org-tempo’ as a module for ‘org-mode’Gravatar Tom Willemse2019-05-281-1/+2
|
* Fix index.org location on WindowsGravatar Tom Willemse2019-05-011-2/+2
|
* Fix appointmentsGravatar Tom Willemse2019-04-211-3/+4
| | | | | - Put appointment captures under the Appointments header. - Add TODO keyword so that ‘org-wild-notifier’ picks it up.
* Add org-wild-notifier as dependency for oni-orgGravatar Tom Willemse2019-04-211-2/+2
| | | | | | It’s not used by the package, but it lets other scripts call the ‘org-wild-notifier-check’ function to show notifications for appointments, scheduled tasks and tasks with deadlines.
* Fix global skip function for org-modeGravatar Tom Willemse2019-04-161-2/+2
|
* Add function to open the index to my personal wikiGravatar Tom Willemse2019-04-161-1/+10
|
* Bring TODO items in capture inline with orgzly onesGravatar Tom Willemse2019-04-141-2/+2
| | | | | When Orgzly adds a TODO item in a buffer it also adds a CREATED property along with it. Now this also happens when something is captured through Emacs.
* Fix refiling to someday.orgGravatar Tom Willemse2019-03-301-2/+2
|
* Automatically load oni-org when org-mode loadsGravatar Tom Willemse2019-03-041-1/+3
|
* Add a Hydra to Org configurationGravatar Tom Willemse2019-02-221-2/+14
|
* Add org mode configurationGravatar Tom Willemse2019-02-121-0/+137