diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-03-26 17:39:06 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-03-26 17:39:06 -0400 |
commit | 65364b65f2172bd2189b34d741a56a7bdc28d17b (patch) | |
tree | 129e65ecb8631dd4443362e5a89efb63cf14afe7 /seam.el | |
parent | c775b16b846af22caba7bcc29f19afe3e0a1a15c (diff) |
Fix incorrect titles due to buffer narrowing
Diffstat (limited to 'seam.el')
-rw-r--r-- | seam.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -151,6 +151,7 @@ naming. Must be a function taking two arguments: TITLE and TYPE." (with-current-buffer buffer (save-mark-and-excursion (save-restriction + (widen) (goto-char 1) (ignore-errors (re-search-forward (org-headline-re 1)) |