Archive
March 2026
CANCEL Signal Skims 22 and 23
CANCEL Signal Injection Study for mixing
DONE Setup org-store agenda links
1248 +** Agenda Store Link
1249 +
1250 +From the agenda, create an ID on the task headline and store a link to it.
1251 +Bind to C-c s in agenda (shadows the global org-store-link with the
1252 +smarter version that ensures an ID exists first).
1253 +
1254 +#+beginsrc emacs-lisp :tangle ~/dotfiles/init-org.el
1255 +
1256 + (defun my/org-agenda-store-link ()
1257 + "Jump to the task at point in org-agenda, create an :ID: if needed,
1258 + store a link to it, then return to the agenda buffer.
1259 + Use C-c C-l in any org buffer to insert the stored link."
1260 + (interactive)
1261 + (unless (derived-mode-p 'org-agenda-mode)
1262 + (user-error "This must be called from an org-agenda buffer"))
1263 + (save-window-excursion
1264 + (org-agenda-switch-to)
1265 + (org-id-get-create)
1266 + (org-store-link nil))
1267 + (message "Link stored — use C-c C-l to insert it."))
1268 +
1269 + (define-key org-agenda-mode-map (kbd "C-c s") #'my/org-agenda-store-link)
1270 +
1271 +#+endsrc
1272 +
1273 +
Done. Here's what was added to ~/dotfiles/Emacs.org in the ** Org Agenda section:
(defun my/org-agenda-store-link () (interactive) (unless (derived-mode-p 'org-agenda-mode) (user-error "This must be called from an org-agenda buffer")) (save-window-excursion (org-agenda-switch-to) ; jump to source headline (org-id-get-create) ; ensure :ID: exists (org-store-link nil)) ; store the link (message "Link stored — use C-c C-l to insert it."))
(define-key org-agenda-mode-map (kbd "C-c s") #'my/org-agenda-store-link)
Usage: In the agenda buffer, put point on a task and hit C-c s. Then go to any org note and C-c C-l to insert the stored link.
Why save-window-excursion: cleanly handles the window navigation — jumps to the source file, does the work, and snaps back to the agenda automatically without needing to track windows manually.
To load it now: M-x org-babel-tangle in Emacs.org, then M-x load-file ~/dotfiles/init-org.el.
DONE What to do to hire a CMU UG for the summer
DONE Add ttbar cut flows using weights
DONE PLB Review
DONE Clean up Run2 vs Run3 configs
- FriendTrees in separatre config
DONE Recommendtion for Evan
DONE Sam re:Analysis
DONE Ping Gillian re:Lab Techs
DONE Remake Synthetic datasets 4b
DONE Mail Austin Offer Letter
DONE Move Hbb to Falcon
DONE Mail re:Mixed Data
DONE Review Feb
DONE Setup March
DONE Sam re:Analysis
DONE Ping Gillian re:Lab Techs
DONE Remake Synthetic datasets 4b
DONE Mail Austin Offer Letter
DONE Move Hbb to Falcon
DONE Mail re:Mixed Data
DONE Review Feb
DONE Setup March
DONE Test new Archive function
DONE Write up discovery as substack?
DONE Ping re:high school tour
DONE pourover run in runcontainer
DONE Build out the cog workflow
DONE GEt Jessica a Raise
DONE Student Names for Promotions
Student Names:
- Alejandro Espinosa: alejandro.gomez@cern.ch (also tgomezes@andrew.cmu.edu)
- Patrick Bryant: patrickbryant@me.com
- Chuyuan Liu: chuyuanl@andrew.cmu.edu
- Sindhu Murthy: sindhum@andrew.cmu.edu
- Aniket Khanal: aniketk@andrew.cmu.edu
- Jacques Moye: jmoye@andrew.cmu.edu
- Jonas Roemer: jroemer@andrew.cmu.edu
- Chance Lavoie: chancel@andrew.cmu.edu
- Tony Tang: letiant@andrew.cmu.edu
- Tudor Manole: tmanole@mit.edu
- Soheun Yi: soheuny@andrew.cmu.edu
- Chris Berman: christopher.roberts1313@gmail.com
Jessica+
Jim
Josh Kipiller:
- Wesley Terrill: wterrill@andrew.cmu.edu
- Trevor Russell: trevorrussell@brown.edu
- Stuart Johnson
CANCEL Auto done and start in local claude?
DONE Fix M-down for Markdown
DONE Get markdown-preview-mode working in emacs
DONE pay bills
DONE Clean up Mental Models
DONE Implement Run-2 like selection in Run3
DONE Fix tab complete in emacs telgram
DONE Check with MP re:student letters
DONE Work PourOver
DONE Setup Claude Code Channels on 15in
CANCEL Fix gptel on LPC
DONE Write an emacs function to write git commits
DONE Follow up with Sindhu
DONE Follow up Aniket Annual Review
DONE SEtup Top-level Claude Code
DONE Better local plotting and organizing coffea files and configs
run command to make plots with given coffea files and config.
- Its makes all the plots and hosts on a website
- Documents command and files used (git repos)
- link to start interactinve iPlot session
DONE VARs
DONE MAC Summary
DONE Remove passPreSel from nominal config
DONE Option to combine years in histogram making
DONE PRogress Report
DONE Refactor of iPlot
DONE Finances
DONE Prep for Guy Berry
DONE How to store the session-summaries in coffea4bees ?
CANCEL Chat Chuyuan
DONE Track down nan values in mixeddataall
DONE Clean Up CLAUD.md in barista and coffea4bees
DONE FIX CI
DONE Fix run-local-CI on LPC
DONE Setup status line in claude
DONE Ping Austin / Jeff
DONE Ping Rachel re:200um Sensors
CANCEL Setup MvD weights
February 2026
DONE Ping Austin re:Job
DONE Recover Obsidian plots
DONE Bitcoin for Fenguie
DONE Hotel in Alabama
DONE Upload Annual Report
DONE Claude code in EMACS!!!
DONE Flight to Alabama
DONE Call Rob
DONE Add some slides on synthetic datasets
DONE VARs
DONE Setup Openclaw
CANCEL Update the classifier stash on rogue
DONE Mail to Jeff
DONE Progress Report
DONE Chat Lipika
DONE Chat Jeff re-restarting the Lab Tech search
DONE Think more about Heumers Proof of free will
DONE Follow up on HS student
DONE Post CMS review comments
DONE Review Jan
DONE Setup Feb
DONE Aniket Started on SW project
DONE look into claude code
DONE Ping Austin re:Job
DONE Recover Obsidian plots
DONE Bitcoin for Fenguie
DONE Hotel in Alabama
DONE Upload Annual Report
DONE Claude code in EMACS!!!
DONE Flight to Alabama
DONE Call Rob
DONE Add some slides on synthetic datasets
DONE VARs
DONE Setup Openclaw
CANCEL Update the classifier stash on rogue
DONE Mail to Jeff
DONE Progress Report
DONE Chat Lipika
DONE Chat Jeff re-restarting the Lab Tech search
DONE Think more about Heumers Proof of free will
DONE Follow up on HS student
DONE Post CMS review comments
DONE Review Jan
DONE Setup Feb
DONE Aniket Started on SW project
DONE look into claude code
January 2026
DONE Call Dentist re:Cracked tooth
DONE check TTbar Trigger weights
CANCEL Recalculate Flows
DONE Update CI with corrected Run3 skims
DONE What can Chuyuan work on ?
DONE update gptel
DONE Aniket Re:MMTS
CANCEL Send around outreach summary
DONE Ping Austin
DONE Mail Mortgage Check
DONE Mail re:Institutional review EXO-23-001
CANCEL Read EXO-23-001
DONE Update CI with new Run3 loose defintion
DONE In 4bcode: Pass configs not options
DONE Modules Summary
DONE Library book back
DONE CAM VAR
DONE Update Lei Slides
DONE Add External Monitor to Listing
DONE Book room for outreach event
DONE Mail re:Outreach committee
DONE Ping Chuyuan for Date
DONE Progress Report January
DONE Redo Outreach Mail
DONE Ping Chuyuan
DONE Add coffee info ot AirBNB listingg
DONE Undergraduate Ad
DONE Setup Hemi-mixing 4b
Summer student starts Raymond Hmuifoo beginning May 27, 2025 and ending July 19, 2025.
DONE Message to Dr re: neck
DONE Prep for ORAL
CANCEL Write Greg a note
DONE Setup January
DONE Review DEC
DONE Review 2025
DONE Update Parking permit
DONE Call Dentist re:Cracked tooth
DONE check TTbar Trigger weights
CANCEL Recalculate Flows
DONE Update CI with corrected Run3 skims
DONE What can Chuyuan work on ?
DONE update gptel
DONE Aniket Re:MMTS
CANCEL Send around outreach summary
DONE Ping Austin
DONE Mail Mortgage Check
DONE Mail re:Institutional review EXO-23-001
CANCEL Read EXO-23-001
DONE Update CI with new Run3 loose defintion
DONE In 4bcode: Pass configs not options
DONE Modules Summary
DONE Library book back
DONE CAM VAR
DONE Update Lei Slides
DONE Add External Monitor to Listing
DONE Book room for outreach event
DONE Mail re:Outreach committee
DONE Ping Chuyuan for Date
DONE Progress Report January
DONE Redo Outreach Mail
DONE Ping Chuyuan
DONE Add coffee info ot AirBNB listingg
DONE Undergraduate Ad
DONE Setup Hemi-mixing 4b
Summer student starts Raymond Hmuifoo beginning May 27, 2025 and ending July 19, 2025.
DONE Message to Dr re: neck
DONE Prep for ORAL
CANCEL Write Greg a note
DONE Setup January
DONE Review DEC
DONE Review 2025
DONE Update Parking permit
December 2025
DONE Pay 5421 Rent
DONE Mail 5421 Check
DONE Send AirBNB message
DONE Modules Summary
DONE Move 5421 Payment
DONE Pay Champion
DONE SEtup Friday CMU Party
DONE Do December VAR
CANCEL Crank up car payments?
DONE Tony Letter
DONE Finances
DONE Need to put 1400 into the escrow for 720
DONE Read new Stats Draft
DONE Comments on Monday
DONE Change Addresses
DONE Letter for CL
DONE Do Rental Registration permit
DONE Jascques LEtter
DONE Arvind Letters
DONE Tony Letter
DONE Look at Schedule of final talks
DONE Setup Dec
DONE Review Nov
DONE Pay 5421 Rent
DONE Mail 5421 Check
DONE Send AirBNB message
DONE Modules Summary
DONE Move 5421 Payment
DONE Pay Champion
DONE SEtup Friday CMU Party
DONE Do December VAR
CANCEL Crank up car payments?
DONE Tony Letter
DONE Finances
DONE Need to put 1400 into the escrow for 720
DONE Read new Stats Draft
DONE Comments on Monday
DONE Change Addresses
DONE Letter for CL
DONE Do Rental Registration permit
DONE Jascques LEtter
DONE Arvind Letters
DONE Tony Letter
DONE Look at Schedule of final talks
DONE Setup Dec
DONE Review Nov
November 2025
DONE Move 26k for furniture
DONE Write up MAC meeting
DONE Schedule Visits
DONE Finances
DONE VAR
DONE Modules Summary
DONE Call Vangaurd re:Wire transfer
DONE Grade MPL
DONE Return Microwave
DONE Call Sharp Insurance
DONE Call for Utilities
[X]Electric[X]Gas[X]H20
DONE Chuyuan Letter
CANCEL Merge Leis Code
DONE Return Label
CANCEL Guy Berry Wes or Chuyuan
DONE Progress Report
DONE Follow up re:Insurance
DONE Letter for AE
DONE Setup Nov
DONE REview Oct
DONE Ping Chuyuan re:Thesis
DONE Watch HGC Overview
DONE Call Dons Appliances
DONE Move 26k for furniture
DONE Write up MAC meeting
DONE Schedule Visits
DONE Finances
DONE VAR
DONE Modules Summary
DONE Call Vangaurd re:Wire transfer
DONE Grade MPL
DONE Return Microwave
DONE Call Sharp Insurance
DONE Call for Utilities
[X]Electric[X]Gas[X]H20
DONE Chuyuan Letter
CANCEL Merge Leis Code
DONE Return Label
CANCEL Guy Berry Wes or Chuyuan
DONE Progress Report
DONE Follow up re:Insurance
DONE Letter for AE
DONE Setup Nov
DONE REview Oct
DONE Ping Chuyuan re:Thesis
DONE Watch HGC Overview
DONE Call Dons Appliances
October 2025
DONE Get Labs Taken
DONE Ping Sharp re insurance
DONE Reinbursements
DONE Write Up Modern Principles of Economics
DONE Grade Journal Article 1
DONE Review Chrisitans DOCs
DONE Remove the stacked signal
DONE Iterate on the plots
DONE Get Stuff for Chuyuan's defense
DONE Upload Loan Docs
DONE Read Chuyuans Thesis
CANCEL Ping Zoltan
DONE Read Stat-Data-Driven draft
DONE Send and email re:Jim
DONE CAM VARs
DONE Follow up with Don Farr
DONE Call rosyalyn
DONE Review X->YH bbgg
DONE Review AE docs
DONE Progress Report
DONE Move Long term cash to vangaurd
DONE Progress Report
DONE Write Up MAC MEeting
CANCEL Pickup shorts from Patagonia
DONE Update Plots for Marina
DONE ChildPro email
DONE Ping Joey re:Chuyuan
DONE Alejandros Statements
DONE Docs to Christian
DONE Setup Oct
DONE Review September
DONE Ping Dave and Alabama
DONE Get Labs Taken
DONE Ping Sharp re insurance
DONE Reinbursements
DONE Write Up Modern Principles of Economics
DONE Grade Journal Article 1
DONE Review Chrisitans DOCs
DONE Remove the stacked signal
DONE Iterate on the plots
DONE Get Stuff for Chuyuan's defense
DONE Upload Loan Docs
DONE Read Chuyuans Thesis
CANCEL Ping Zoltan
DONE Read Stat-Data-Driven draft
DONE Send and email re:Jim
DONE CAM VARs
DONE Follow up with Don Farr
DONE Call rosyalyn
DONE Review X->YH bbgg
DONE Review AE docs
DONE Progress Report
DONE Move Long term cash to vangaurd
DONE Progress Report
DONE Write Up MAC MEeting
CANCEL Pickup shorts from Patagonia
DONE Update Plots for Marina
DONE ChildPro email
DONE Ping Joey re:Chuyuan
DONE Alejandros Statements
DONE Docs to Christian
DONE Setup Oct
DONE Review September
DONE Ping Dave and Alabama
September 2025
DONE post Osher Week 4
DONE post Osher Week 4
August 2025
CANCEL Call Tax man
DONE Add PFCand to the subjet objects
DONE Add Lei/Christian to the emails
DONE Ping again re:Aniket MMTS
DONE Training for Manfred
DONE Synthetic Dataset Slides
DONE Look into mixeddata cutflow
DONE Read Soehens draft
DONE Setup bbWW code
DONE CL Letter
DONE Review August
DONE Setup September
DONE Add Reinhard to MPL Canvas
DONE Plan Osher
DONE Send Osher Mail
DONE Arrange shipment to India
DONE Outreach followup
DONE Prep Osher Day1
DONE Fix coffea4b plots in head
DONE Update bbreww ploting examples / interface
DONE Ping Nural Joe and Loncoln re:Thermal Tests
DONE Ping Seth re:spare electronics racks
DONE Send Osher slides
DONE Ping Ben re:rack
DONE Progress Report
DONE Ping Mauro with coffea4bees code
DONE Send Osher Slides
DONE Finish Jones Proposal
DONE Review Osher Slides
CANCEL Should I start a Blogs links too ?
DONE Ping Malcom
DONE setup bbreWW Processor
DONE Osher Slides Lecture 3
DONE Mail Andrew and Sam
DONE VARs
DONE Modules Summary
DONE Start reading Thesis
DONE Captions for AUX figures
DONE Buy new ledger hadware wallet
DONE Letter to Peking for Chuyuan
There is only one that not uses AcademicJobs and need to send via email:
- Peking University (https://inspirehep.net/jobs/2954972) Chen Zhou chen.zhou@cern.ch September 30th
DONE Osher Slides Week 4 (45min)
DONE Progress Reporting
DONE Send Manfred Commnets
DONE Ping Pritam re:Randy Rack
DONE Child Pro Email
DONE Apply for Seminar Series
DONE Mail Jasper re:Universal Inference
DONE WhenIsGood for MAC Meeting
DONE Feedback on table
DONE CL statement
DONE Plan Outreach Committee Meetings
DONE UPdate Collaborator Table
DONE Read Proposal
DONE Bold Analysis Titles
DONE Current and Pending
DONE Synergistic ACtivities
CANCEL DOE Chat
DONE Merge with new HEAD
DONE Update remote emacs installations to use straight.el
DONE Ping Chuyuan re:Graduation
DONE Sketch plan for DOE proposal
DONE CAM VARs
DONE Write up MAC meeting
DONE Progress Report August 15th
DONE Paragraph re:Database work
DONE DOE Draft due 21 st
DONE Ping B2G re:collaboration
DONE Push Boosted Synthetic Dataset code
DONE Ping re:HEP proposal
DONE Follow up with MP on Arvind Moving Expenses
DONE Turnaround report
DONE Do 720 Interest calculations
DONE Progress Report August 1st 2025
DONE AE Letter for LPC
DONE Set up August
DONE Review July
CANCEL Call Tax man
July 2025
DONE Chat Wes about putting in hours to equal his stipend
DONE Synthetic datasets for boosted 4b
CANCEL Make Boosted test code for declustering
DONE Mail re:AE and LDR
DONE Customize org-download [BROKEN LINK: No match for fuzzy expression: (defcustom org-download-image-org-width 0]
DONE Setup Crypto Sales Strategy
DONE Push code for Chance
DONE Do Vars
DONE Ping Berman
DONE Write up MAC meeting
DONE Modules Summary for Harry
DONE Colored Text in org-mode
(require 'org-colored-text) [red]This is red text.[/red]
DONE Follow up with Alabama re:testing boards
DONE Setup PGSS Zoom link
DONE Look at HGC Applicants HGC
DONE PGSS Homework 3
DONE Write up S/sqrt(B) to mu CL convertion
DONE Add option to set z-range in plot2d
DONE Ping Mauro re:4b plans
DONE Map somethign to org-metaright
DONE Ping HGCal conveeners about getting student involved
DONE Clean up paper plots making push
DONE Review 1st Half 2025
DONE Update public plots to 138/fb
DONE PGSS Homework
DONE Config .bashrc to org file
DONE Group Comments for Displaced sTaus
Re: Institutional Review of CMS paper/analysis EXO-24-020
DONE Do CAM Turnaround Report for June
DONE Setup July
DONE Review June
June 2025
DONE Start reviewing ARC HIG-24-016 ttHH in l+4b
DONE Write up MAC Meeting
DONE Add 5/fb of 2017 data
DONE Setup straight.el
DONE Fix Marginalia
DONE Setup copilot cylcle completion and remove
DONE Update Emacs.org to run smoothly on remote emacs.
DONE Do .aliases config with ORG
Need to change for falcon
-alias nemacs='/opt/homebrew/bin/emacs -nw' -alias nemcas='/opt/homebrew/bin/emacs -nw' -alias neamcs='/opt/homebrew/bin/emacs -nw' -alias nemasc='/opt/homebrew/bin/emacs -nw' -alias neamsc='/opt/homebrew/bin/emacs -nw' +alias nemacs='/usr/bin/emacs -nw' +alias nemcas='/usr/bin/emacs -nw' +alias neamcs='/usr/bin/emacs -nw' +alias nemasc='/usr/bin/emacs -nw' +alias neamsc='/usr/bin/emacs -nw'
DONE Update AN with all unblinding talks
DONE Send Ben Eater Videos to Hy Trac
DONE Write up MAC Meeting 6 June 2025
DONE Write up comments on theory uncertianties on mu
DONE June VAR
DONE Prepare Words for Jessica
DONE Acc x Eff Plots
DONE Migrate Closure Bias and Variance plots to yaml
DONE Write up Justifcation for Jeff of Endcap calorimeter
DONE Pay IL toll roads
DONE Update Run2 HH4b AN with unblinded data
DONE Make Doctors Appt (Statin)
DONE Plot list for HH paper
DONE Follow up on Overhead Fabrication
CANCEL write capture template to automatically handle writing of one thing to daily emacs
- When something is set as "The one thing," it gets added to the "The one thing" section in Daily.
- When something is changed from "one thing," it is enclosed in ? (maybe for later?).
DONE Reimbursement for FNAL Trip June 2025
DONE Ping Chance
DONE Xfinitiy
DONE Setup June
DONE Review May
May 2025
DONE Synthetic data with relaxed thresholds
DONE Config GPTel to use a more modern model as default
DONE Setup python LSP
DONE Fine tune gptel
- Send from minibuffer reply in place
DONE ProgressReport 23 May 2025
** DONE Merge 4b code CLOSED:
DONE Launch 2nd seed for synthetic data
DONE Buy Dry Air
DONE Checkout org-download
Org-Download allows you to drag and drop images into Org files.
(use-package org-download :ensure t :after org :hook (org-mode . org-download-enable))
DONE Ping Sussanne
DONE Send Drier to UCSB
CANCEL Look into /Setup Elpy
DONE Iterate on HGC Slides: 20th Final talks 27th. Review June 3-5 HGC
DONE Setup copilot Chat
DONE Reply Aniket re:bbWW slides
DONE Post Ad
DONE Get a copy of Modern Principles of Economics
DONE Setup config with org files
https://systemcrafters.net/emacs-from-scratch/configure-everything-with-org-babel/
General config. Config specific full emacs
- Turn on mail
- org
- Auto git
DONE Fix GCAL client secrete with gpg
DONE Update CMU Rec Membership
Your M0000920 membership will expire on 5/15/2025.
You can log into your account using the link below:
Dont see the towel service from the listed options
Sent mail
DONE Email in Emacs emacs
DONE Setup org-contacts
https://claude.ai/share/d9ae4242-487a-41ce-bf3b-6b19ab1e0fd7
** DONE Ping YKK and Scott re:June FNAL visit CLOSED:
DONE How to link to an email in a node ?
- org-store-line [C-c s] on the mail in view mail
C-c C-lwhere you want to put the link
DONE Re: nominations for partial fellowship (by Monday May 19)
DONE TGIF: The Emir of America
DONE Trade, Tariffs, & Make-Work Bias
Trade is in the news because of the Trump tariffs. I’ve finally given in and written this post, in case any of you still don’t know why free trade is good.
DONE Book June FNAL Trip
DONE Schedule Chance Meeting
DONE Look into Projectile emacs
DONE Write up 14 May MAC Meeting
DONE Ping Suzzane Re:Dry air HGC
HGC Transfer Tape BCR Dry Air for MMTS
Mailed Sussane https://www.wilkersoncorp.com/brochure/9cw-aw-220.pdf?utm_source=chatgpt.com
Re:it looks to me like the Tsunami has all the necessary specs, with a higher flowrate at a lower cost. I'd say let's go with it.
Pinged seth
DONE Write up P2UG slides HGC
DONE Effortless File Management with Dired emacs
DONE Update CMU HGC mailing list HGC
Can you please add for your email invites to the 11.30 am MAC mtg Rain Chen <siyuche4@andrew.cmu.edu> and Joyce Zhuang <xzhuang2@andrew.cmu.edu> I see you already have Carter and Giulia on your list. You can remove Logan and also Nedjma and probably Jonas. Not sure about Harshit …
DONE Setup Auto commit for RoamNotes emacs
DONE Create a note using a selected region as the title emacs
DONE Fix MD -> ORG in Dialies emacs
CANCEL Understand Terimal with emacs emacs
DONE Projectile and Magit emacs
DONE Organize FBC2 Meetings emacs
DONE Better search "fuzzy" search in node emacs
Vertigo ?
From Claude: Consult with Orderless - This combination allows for powerful fuzzy matching across your org-roam database. Consult is a general-purpose search framework, and when paired with Orderless (a completion style that supports flexible matching), it becomes very effective for fuzzy searching org-roam nodes.
https://protesilaos.com/codelog/2024-02-17-emacs-modern-minibuffer-packages/
Consult Looks Great! Can setup up book marks
Consult grep can pass options with --
eg #process -- -i# or #process -- -C 2# or
DONE Setup dailys with subfolders*
For automatic organization by year/month:
elisp(setq org-roam-dailies-capture-templates
'(("d" "default" entry
"* %?"
:target (file+head "%<%Y/%m/%Y-%m-%d>.org"
"#+title: %<%Y-%m-%d>\n"))))=
This creates a structure like "2025/05/2025-05-07.org".
Yes, you can use subdirectories under your org-roam-dailies-directory, but you need to customize your capture templates to specify the subdirectory structure you want. For example, if you want to organize daily notes by year and month (e.g., dailies/2025/05/2025-05-07.org), set your template’s :target to something like:
text
:target (file+head "%<%Y/%m/%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>\n")
Org-roam will then create and use those subdirectories automatically as needed. This approach is flexible and works well for organizing dailies hierarchically.
DONE Review HGC Candidates
DONE Next Note Not respecting Months emacs
DONE Fix opening windows when following links emacs
Should just have it switch to a new buffer… Not create a split.
DONE Cusor script that copies the dailys… adds header … # to * ## to *
DONE Migrate all the book notes
DONE How to setup emacs book marks?
DONE Write up MAC Meeting 30 April 2025
DONE Pick up Cap and Gown
DONE How to handle Meetings and Events
- FutureLog
- Need to set time stamps and durations
DONE Setup google calendar integration
DONE Grade Exams
DONE Need to get calendar selection to open dailies
Works for next and previous note
DONE Print Exams teaching
DONE Paragraph for Wes
DONE Migrate Books
DONE Mail for Saturday
DONE [BROKEN LINK: ProgressReport 25 April 2025]
DONE Keybinding for org-capture
[BROKEN LINK: No match for fuzzy expression: global-set-key (kbd "s-t") (lambda () (interactive) (org-capture nil "tt"))]