From 1e42b31c04f78e4fcd18c1adb8810e1b22a2a524 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 24 Feb 2014 11:39:56 -0800 Subject: [PATCH] call faf and use hierarchical checkboxes --- .emacs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) -- 2.39.2