Re: [O] [PATCH] org-mime: make plain/text mime export a choice

2015-09-04 Thread Jon Miller
Nicolas Goaziou writes: > Jon Miller <joneb...@gmail.com> writes: > >> At this point, I'm not sure if there is any further hacking left to be done >> to the original patch I sent? Are we okay with just leaving the two options >> of 'ascii and 'org? > > I d

Re: [O] [PATCH] org-mime: make plain/text mime export a choice

2015-09-03 Thread Jon Miller
g on, e.g. a handheld > device. Okay, thanks. I figured at least a few people would prefer to keep the plain/text portion in org mode syntax and why I went with the configuration option route. At this point, I'm not sure if there is any further hacking left to be done to the original patch I sent? Are we okay with just leaving the two options of 'ascii and 'org? Thanks, -- Jon Miller

Re: [O] [PATCH] org-mime: make plain/text mime export a choice

2015-09-01 Thread Jon Miller
Jon Miller writes: > Nicolas Goaziou writes: > >> Hello, >> >> Jon Miller <joneb...@gmail.com> writes: >> >>> Update to how org-mime constructs emails for the plain/text section of the >>> mime email. I've found that using the 'ascii expor

Re: [O] [PATCH] org-mime: make plain/text mime export a choice

2015-09-01 Thread Jon Miller
Nicolas Goaziou writes: > Hello, > > Jon Miller <joneb...@gmail.com> writes: > >> Update to how org-mime constructs emails for the plain/text section of the >> mime email. I've found that using the 'ascii exporter produces a saner >> plain/text section than

[O] [PATCH] org-mime: make plain/text mime export a choice

2015-08-31 Thread Jon Miller
'ascii. Below is my git formatted patch. -- Jon Miller >From 7dca81cc20b81ac36b7580efa756b66e7f8b1705 Mon Sep 17 00:00:00 2001 From: Jon Miller <joneb...@gmail.com> Date: Mon, 31 Aug 2015 17:32:53 -0700 Subject: [PATCH] org-mime: make plain/text mime export a choice * org-mime (org-mim

[O] [PATCH] org-mime.el: correct element matching regex

2014-12-12 Thread Jon Miller
(defun org-mime-change-class-style (class style) -- 1.9.3 -- Jon Miller

Re: [O] column-mode can not do an estimate effort summation onday/week modifierss

2014-03-07 Thread Jon Miller
Christian Egli christian.e...@sbs.ch writes: Jon Miller joneb...@gmail.com writes: The problem I'm having is with column-mode and the estimate effort sum. What exactly is the problem? That the sum is not in Xd format? Don't know if you can change that. It appears that the normal effort

[O] column-mode can not do an estimate effort summation on day/week modifiers

2014-03-05 Thread Jon Miller
? Or a better suggestion? Thanks, -- Jon Miller

Re: [O] Changing [X] by something else

2012-02-11 Thread Jon Miller
(compose-region (match-beginning 0) (match-end 0) ☐) nil) -- Jon Miller 2012/2/11 Jambunathan K kjambunat...@gmail.com: Jambunathan K kjambunat...@gmail.com writes: pin...@iro.umontreal.ca (François Pinard) writes: I notice

Re: [O] save-excursion not saving when I call org-capture-goto-last-stored

2012-02-09 Thread Jon Miller
Awesome, thanks. That worked for me. Now to add my conditional logic for which parent headings I want this behavior to apply to and I'm done. Thanks again, Jon Miller On Thu, Feb 9, 2012 at 1:28 AM, David Maus dm...@ictsoc.de wrote: At Sat, 4 Feb 2012 22:01:32 -0500, Jon Miller wrote: I'm

Re: [O] Capture to top of tree or file

2012-02-08 Thread Jon Miller
Try adding :prepend t to the properties list in your org-capture-templates variable definition. http://orgmode.org/manual/Template-elements.html#Template-elements -- Jon Miller On Wed, Feb 8, 2012 at 4:01 AM, Jacek Generowicz jacek.generow...@cern.ch wrote: Hi, Is there a way to instruct

[O] save-excursion not saving when I call org-capture-goto-last-stored

2012-02-04 Thread Jon Miller
use a pointer here. Here is a simplified example: M-: (save-excursion (org-capture-goto-last-stored)) Is there a better way to navigate to the last capture and then return to my current buffer? Thanks, Jon Miller ;; My current full version: (defun jsm/org-project-properties () Takes