Skip to content
  • Topics
  • Contact
  • Search
  • Random
  • Footer

Sacha Chua

« Waah. Bad day, code-wiseProof-of-concept code for autosensing task information »

sacha/planner-strip-task-numbers

Dec 27, 2004| emacs
(defun sacha/planner-strip-task-numbers ()
  (interactive)
  (while (re-search-forward "^#.\\([0-9]+\\)\\s-+.\\s-+" nil t)
    (replace-match "" t t nil 1))
  (planner-align-tasks))

../emacs/planner-config.el

You can e-mail me at sacha@sachachua.com.
More posts about emacs
« Waah. Bad day, code-wiseProof-of-concept code for autosensing task information »
  • Home
  • About
  • Topics
  • Archives
  • Privacy
  • Contact
  • Subscribe
  • RSS feed
  • Blogroll
  • Random
  • Sketches

Email - Mastodon - Github

Copyright © 2001-2024 Sacha Chua (sacha@sachachua.com). Emacs code snippets are generally under GPLv3+; other snippets are dual-licensed under the MIT License or GPLv3+ unless otherwise indicated. Please feel free to reuse or share stuff under a Creative Commons Attribution license unless otherwise noted. Thanks for reading!