Emacs: Quick way to collect references
Posted on October 12th, 2006 by Sacha Chua
(defvar sacha/planner-collector-buffer nil "Buffer for collecting links.")
(defun sacha/planner-collect-reference ()
(interactive)
(let ((text (sacha/yank-blog-reference-for-summary)))
(with-current-buffer sacha/planner-collector-buffer
(insert text))))
(defun sacha/planner-collect-reference ()
(interactive)
(let ((text (buffer-substring (line-beginning-position)
(1+ (line-end-position)))))
(with-current-buffer sacha/planner-collector-buffer
(insert text))))
On Technorati: emacs, pimpmyemacs
Random Emacs symbol: sgml-tag - Command: Prompt for a tag and insert it, optionally with attributes.
Save to - del.icio.us - Digg it - reddit - StumbleUpon - Twitter






Discussion Area - Leave a Comment
Please comment as you, not your organization.