From: Don Armstrong Date: Mon, 24 Feb 2014 19:39:56 +0000 (-0800) Subject: call faf and use hierarchical checkboxes X-Git-Url: https://git.donarmstrong.com/?p=emacs.git;a=commitdiff_plain;h=1e42b31c04f78e4fcd18c1adb8810e1b22a2a524 call faf and use hierarchical checkboxes --- diff --git a/.emacs b/.emacs index cf2269e..9c7b047 100644 --- 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)