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.
Short URL: http://sachachua.com/blog/p/3937




Comment, share a thought, ask a question...
Please comment as you, not your organization.