Re: [O] [PATCH] ox-icalendar: fix handling of timestamps

2013-08-10 Thread Aaron Ecay
Hi Viktor, Thanks for this patch; I had also noticed this problem. 2013ko abuztuak 10an, Viktor Rosenfeld-ek idatzi zuen: > > * ox-icalendar.el (org-icalendar-entry): Honor setting of > `org-icalendar-with-timestamps' for timestamps on headlines > and checkboxes. > > The setting `org-ic

[O] [PATCH] org-mobile.el: Skip and elements

2013-08-10 Thread Viktor Rosenfeld
* org-mobile.el (org-mobile-add-after): Variable to turn off printing of information inside element. (org-mobile-add-before): Variable to turn off printing of information inside element. (org-mobile-sumo-agenda-command): Optionally skip printing of information inside element. (org-

[O] [PATCH] ox-icalendar: fix handling of timestamps

2013-08-10 Thread Viktor Rosenfeld
* ox-icalendar.el (org-icalendar-entry): Honor setting of `org-icalendar-with-timestamps' for timestamps on headlines and checkboxes. The setting `org-icalendar-with-timestamps' was only applied to timestamps which do not appear on a heading or on a checkbox. E.g., with `org-icalendar-

Re: [O] skip:t option not working

2013-08-10 Thread Scott Randby
On 08/10/2013 02:00 PM, Nick Dokos wrote: > Scott Randby writes: > >> On 08/09/2013 10:58 PM, Nick Dokos wrote: >>> Scott Randby writes: >>> I cannot get the skip:t option to work with HTML export. This option is listed in the manual, and it worked before Org-8. Am I missing somet

Re: [O] skip:t option not working

2013-08-10 Thread Nick Dokos
Scott Randby writes: > On 08/09/2013 10:58 PM, Nick Dokos wrote: >> Scott Randby writes: >> >>> I cannot get the skip:t option to work with HTML export. This option is >>> listed in the manual, and it worked before Org-8. Am I missing >>> something? Below is a simple sample in which skip:t does

Re: [O] how to handle svg files when exporting orgmode to html and pdf?

2013-08-10 Thread Cook, Malcolm
Thomas, Suvayu, Aaron, Nick, Eric, Carsten, Phil, et al, Thanks for all your help. I am now satisfied with approach for exporting images to inline html and inline latex=>pdf. In my hands, the following code block will produce in-line images in html and be included in exported pdf. #+LATEX_HEA

Re: [O] skip:t option not working

2013-08-10 Thread Scott Randby
On 08/09/2013 10:58 PM, Nick Dokos wrote: > Scott Randby writes: > >> I cannot get the skip:t option to work with HTML export. This option is >> listed in the manual, and it worked before Org-8. Am I missing >> something? Below is a simple sample in which skip:t doesn't work, even >> with emacs -

Re: [O] Filters not working

2013-08-10 Thread Thomas S. Dye
Nicolas Goaziou writes: > Actually, I didn't mean to introduce a type change in filter arguments. > > I fixed it: BACKEND is again a symbol. `org-export-derived-backend-p' > still works, and so does `memq'. Thanks Nicolas. I can confirm that my old filters with memq work again and that the new o

Re: [O] [BUG] Infinite loop in org-agenda-show-new-time

2013-08-10 Thread Nick Dokos
Matt Lundin writes: > ... > In other words, within the agenda buffer, move-to-column and > move-end-of-line will move to the point to the end of the entire > invisible region. That is why removing the local binding of > buffer-invisibility-spec to nil triggers this bug, because when that > variab

Re: [O] Org-Mode 8.07 LaTeX Beamer export does not parse headings to frames during export

2013-08-10 Thread Nicolas Goaziou
Hello, Tom Slee writes: > I have struggled with this myself. The answer is that the following line > will give what you want: > > #+OPTIONS: H:2 > > I'm not sure why the BEAMER_FRAME_LEVEL instruction doesn't handle that, > but the OPTIONS seems needed. BEAMER_FRAME_LEVEL doesn't exist anymore.

Re: [O] [PATCH v2] Timestamps: Handle sub-10-min ranges when updating timestamps

2013-08-10 Thread Nicolas Goaziou
Hello, Trevor Murphy writes: > * lisp/org.el (org-get-compact-tod): Always pad minutes to two places. > > TINYCHANGE Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Filters not working

2013-08-10 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > Charles Berry writes: > >> The changes introduced in commit >> >> cea0434c4f7f7f1fc1547e6790b96a76bc217e15 >> ox: Change back-ends internal representation to structures >> >> necessitate extracting the name of the back-end from a vector. >> >>