Today I learnt how to get Org Agenda to show me only the day
https://janusworx.com/work/view-only-day-with-org-agenda/
tldr; (setq org-agenda-span 'day)
#mjbWrites #OrgMode #Emacs #TIL
Original: https://toots.dgplug.org/@jason/113858942009642596
#mjbwrites, #orgmode, #emacs, #til
More hacking on Espanso and Emacs
https://janusworx.com/work/more-espanso-emacs-shenanigans/
#mjbWrites #Espanso #Emacs
Original: https://toots.dgplug.org/@jason/113854298960556603
#mjbwrites, #espanso, #emacs
#NoteToSelf #Emacs
C-x 1
when I want to close all the other windows in my frame, other than the one I’m working on.
Original: https://toots.dgplug.org/@jason/112652129723045890
#notetoself, #emacs
Need Day of Month Reminders in Org Mode?
Emacs Sexp Diary Entries to the Rescue
https://janusworx.com/blog/org-mode-emacs-diary-sexps/
#OrgMode #Emacs #100WordHabit #NoteToSelf
Original: https://toots.dgplug.org/@jason/112637404799992368
#orgmode, #emacs, #100WordHabit, #notetoself
Linking to a Headline in an Org File
https://janusworx.com/blog/note-to-self-linking-to-a-headline-in-an-org-file/
#NoteToSelf #mjbwrites #100WordHabit #OrgMode #Emacs
Original: https://toots.dgplug.org/@jason/112569737181922954
#notetoself, #mjbwrites, #100WordHabit, #orgmode, #emacs
Ignoring Syncthing Conflict Files in the Org Agenda Folder
https://janusworx.com/blog/ignoring-syncthing-conflict-files-in-org-agenda-folder/
#OrgMode #Emacs #100WordHabit #mjbWrites #Syncthing
Original: https://toots.dgplug.org/@jason/112507197082775580
#orgmode, #emacs, #100WordHabit, #mjbwrites, #syncthing
Search for Something! Kill the Line! In Emacs
https://janusworx.com/blog/search-for-something-kill-the-line-in-emacs/
#Emacs #100WordHabit #mjbWrites
Original: https://toots.dgplug.org/@jason/112500216708145568
#emacs, #100WordHabit, #mjbwrites
Org Mode, Automatically Clocking in and Out of Tasks on Task State Changes
https://janusworx.com/blog/org-mode-clocking-in-and-out-of-tasks-on-task-state-changes/
#100WordHabit #mjbWrites #Productivity #OrgMode #Emacs
Original: https://toots.dgplug.org/@jason/112490811966870365
#100WordHabit, #mjbwrites, #productivity, #orgmode, #emacs
#Emacs #OrgMode friends! help!
I need a way to exclude files containing .sync-conflict in their name from Org Agenda.
My org setup is such that it reads all the files in a folder.
Context & Details:
- Org mode reads my
syncbox
folder for the agenda.
- (
syncbox
syncs with beorg on the phone via syncthing, so I can see and execute on all my stuff through out the day)
- files are open on both the desktop and the phone, and every once in a while
syncthing
creates a -sync.conflict file and now i have two sets of everything (sometimes 3) (for e.g. tasks.org conflicts and i get, tasks.sync-conflict-20240516-101335.2TWENY.org
and tasks.sync-conflict-20240408-041556.2TWENY.org
)
- for more context, the desktop needs to reigns supreme. i don’t care about the phone. once in a while i go delete the conflicting files and then all is well
- i tried hacking
org-agenda-file-regexp
, but wasn’t successful at asking it to ingore them.
is there a way I can tell org to ignore, files with a certain pattern in my org-agenda directory?
Original: https://toots.dgplug.org/@jason/112483224007964606
#emacs, #orgmode
Hello #Emacs and #OrgMode friends, is there a way to insert a deadline *with* time for a task?
for e.g. with:
Buy Book: CSS in Depth, Second Edition, Keith J. Grant
DEADLINE: <2024-06-10 Mon>
I want the deadline to be
DEADLINE: <2024-06-10 Mon 09:00>
I’m inserting times manually by hand currently. But am I missing an M-x org-some-command-to-insert-date
or a handy keyboard shortcut?
Original: https://toots.dgplug.org/@jason/112245323817341936
#emacs, #orgmode