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

2015-09-04 Thread Jon Miller
Nicolas Goaziou writes: > Jon Miller 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 don'

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

2015-09-03 Thread Jon Miller
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 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

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

2015-09-01 Thread Jon Miller
Nicolas Goaziou writes: > Hello, > > Jon Miller 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 using the 'or

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

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

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

2014-12-12 Thread Jon Miller
mat "<%s style=\"%s\"" element style (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 writes: > Jon Miller 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

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

2014-03-05 Thread Jon Miller
isn't doing what I'd like. Is there a way to get the entire work effort passed to my function? Or a better suggestion? Thanks, -- Jon Miller

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

2012-02-11 Thread Jon Miller
uot;\\[ \\]" (0 (progn (compose-region (match-beginning 0) (match-end 0) "☐") nil) -- Jon Miller 2012/2/11 Jambunathan K : > Jambunathan K writes: > >> pin...@iro.umontreal.ca (François P

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 wrote: > At Sat, 4 Feb 2012 22:01:32 -0500, > Jon Miller wrote: >>

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 wrote: > > Hi, > > Is there a way to instruc

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

2012-02-04 Thread Jon Miller
isp, so I could 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