aboutsummaryrefslogtreecommitdiff
path: root/lisp/seam.el
AgeCommit message (Collapse)Author
5 daysAggressively delete old HTML files on exportSpencer Williams
This is to avoid keeping around old HTML files that are no longer wanted after changing seam-export-alist.
5 daysImprove file rename codeSpencer Williams
5 daysRemove redundant HTML file deletion codeSpencer Williams
2025-04-17Fix improper handling of titles with single quotesSpencer Williams
2025-04-16Explicitly require OrgSpencer Williams
2025-04-16Fix improper error masking in regexp searchSpencer Williams
2025-04-16Use literal regexp instead of calling org-headline-reSpencer Williams
2025-04-16Don't try to set title from untitled note fileSpencer Williams
2025-04-08Don't pass alist to completing read (fixes ido-completing-read issue)Spencer Williams
2025-04-08Fix bug that allows notes to be created with empty slugSpencer Williams
2025-04-07Validate note type after completionSpencer Williams
2025-04-07Add note type validation functionSpencer Williams
2025-04-07Remove completion helper functionSpencer Williams
2025-04-07Move code to lisp/ subdirectorySpencer Williams