module Greeter class Configurator OPTIONS = { :name => ‘toto’, :verbose => false, }
class << self OPTIONS.each do |name, default| define_method(name) do
https://plus.google.com/hangouts/_/a6663d1791fa29929c87431da1a4786dd1e006fe?authuser=0&hl=en |
https://plus.google.com/hangouts/_/29afb86a5e5f65a4e532fc386948e02c9026db59?authuser=0&hl=fr |
https://plus.google.com/hangouts/_/080efb0c1c7c2d7faba03fc708c5463a76d535ad |
; can be used to improve matching of ag.el. See also: | |
; - grep-mode-map | |
; - define-compilation-mode where everything happens | |
(defun grep-filter () | |
"Handle match highlighting escape sequences inserted by the grep process. | |
This function is called from `compilation-filter-hook'." | |
(save-excursion | |
(forward-line 0) | |
(let ((end (point)) beg) |
module Greeter class Configurator OPTIONS = { :name => ‘toto’, :verbose => false, }
class << self OPTIONS.each do |name, default| define_method(name) do
; use org-make-options-regexp to catch BLOG_DIR in #+BLOG_DIR that can | |
; be overload in a property :BLOG_DIR:. Same mechanism for | |
; BLOG_AUTHOR, BLOG_MAIL, BLOG_CATEGORY, BLOG_TAG. For this tag, | |
; BLOG_TAG, we can have multiple values. | |
(defun ch:org-export-blog () | |
(let* ((tree (org-copy-subtree)) | |
(buf (generate-new-buffer "*testing export*")) | |
(blog_dir "/tmp") | |
(blog_author "") |