]> git.donarmstrong.com Git - emacs.git/commitdiff
call faf and use hierarchical checkboxes
authorDon Armstrong <don@donarmstrong.com>
Mon, 24 Feb 2014 19:39:56 +0000 (11:39 -0800)
committerDon Armstrong <don@donarmstrong.com>
Mon, 24 Feb 2014 19:39:56 +0000 (11:39 -0800)
.emacs

diff --git a/.emacs b/.emacs
index cf2269e0c4e87d546debc6295d3c45b9c6b41937..9c7b047e9ce8ff7c4ee1ce04139ce153f38447d5 100644 (file)
--- a/.emacs
+++ b/.emacs
@@ -210,7 +210,7 @@ Message can be specified either by a path pointing inside a
 Maildir, or by Message-ID."
   (interactive "MPath or Message-ID: ")
   (shell-command
-   (format "xterm -e \"%s %s\""
+   (format "faf xterm -e \"%s %s\""
        (substitute-in-file-name "$HOME/bin/mutt_open") message)))
 
 ;; add support for "mutt:ID" links
@@ -583,7 +583,9 @@ Argument DESCRIPTION MIME description."
        (substitute-in-file-name "$HOME/bin/bibtex_to_paper") bibtexkey)))
 (org-add-link-type "papers" 'open-research-paper)
 
-
+; I pretty much always want hiearchical checkboxes
+(setq org-hierachical-checkbox-statistics nil)
 ;; stolen from
 ;; http://www-public.it-sudparis.eu/~berger_o/weblog/2012/03/23/how-to-manage-and-export-bibliographic-notesrefs-in-org-mode/
 (defun my-rtcite-export-handler (path desc format)