Re: [O] Reference to org-drawers in the manual

2014-03-29 Thread Nicolas Goaziou
Hello, Nick Dokos ndo...@gmail.com writes: Section 15.6, Summary of in-buffer settings, contains a reference to org-drawers which if I'm not mistaken no longer exists: `#+DRAWERS: NAME1 ...' Set the file-local set of additional drawers. The corresponding global variable is

Re: [O] [bug] Org-verbatim and org-code not converted into HTML tags

2014-03-29 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: Sebastien Vauban writes: When =:hlines yes=, strips horizontal lines from the input table. outputs the following HTML: pWhen =:hlines yes=, strips horizontal lines from the input table./p with Org-mode version 8.2.5h (release_8.2.5h-867-g25c591). This

[O] How to test a draft of a new worg page?

2014-03-29 Thread James Harkins
Hi, I just searched worg for test a new worg file, but the results seemed irrelevant to my question, so... As promised, I'm writing up my workflow for the big workshop project. I've cloned worg, saved my (in progress) org file under exporters/beamer. Now I'd like to see what my page will

Re: [O] ignoreheading in LaTeX export

2014-03-29 Thread Alan Schmitt
Hi Rasmus, Rasmus ras...@gmx.us writes: This is why you would want to use a filter rather than a hook (i.e. you only want to retain the Org structure when exporting). Here's a slightly modified version of the filter I use. Thank you for this suggestion. I went back to my original problem

Re: [O] Chaining strings between babel blocks: why so many '\'?

2014-03-29 Thread Alan Schmitt
Hi Eric, I see you are the author of ob-dot.el. Should I push the attached patch? Thanks, Alan From c6437e8b7132d95ca432b0690bf65ede6e248567 Mon Sep 17 00:00:00 2001 From: Alan Schmitt alan.schm...@polytechnique.org Date: Thu, 27 Mar 2014 13:35:31 +0100 Subject: [PATCH] ob-dot.el: Substitute

Re: [O] I need help extending ob-ocaml to support :results output

2014-03-29 Thread Alan Schmitt
Hello, Alan Schmitt alan.schm...@polytechnique.org writes: Hello, Here is a patch that allows for the output of ocaml babel blocks to be captured. It also makes the parsing of the resulting value more robust: results of type string list are now converted to a table, for instance. At the

Re: [O] I need help extending ob-ocaml to support :results output

2014-03-29 Thread Bastien
Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: Should I push this patch? Please go ahead, -- Bastien

[O] Why may some Org regexps be risky when set as buffer-local variables?

2014-03-29 Thread Thorsten Jolitz
Hi List, there are dozens of regexps that are set as buffer-local variables when org-mode is turned on as major-mode, but other regexps are defined and set only once as global variables when e.g. org.el is loaded, and the docstring of these variables often reads like this:

Re: [O] Images in tables?

2014-03-29 Thread Peter Davis
On 3/28/14, 10:58 PM, Feng Shu wrote: Peter Davis p...@pfdstudio.com writes: I'm finishing a PDF document that will contain a number of screen shots. I'd like to put them in a table to avoid just having them arranged vertically on the page. Is there a way to do that? #+MACRO: p

Re: [O] Why may some Org regexps be risky when set as buffer-local variables?

2014-03-29 Thread Nick Dokos
Thorsten Jolitz tjol...@gmail.com writes: Hi List, there are dozens of regexps that are set as buffer-local variables when org-mode is turned on as major-mode, but other regexps are defined and set only once as global variables when e.g. org.el is loaded, and the docstring of these

Re: [O] Chapter headings

2014-03-29 Thread Scott Randby
On 03/28/2014 10:18 PM, Steven Arntson wrote: Back in my mac-user days I used a program called Scrivener that would renumber chapters on the fly if I dragged them to new positions. I think I was missing that functionality a little, but now that I think about it, I shouldn't miss it. It didn't

Re: [O] Why may some Org regexps be risky when set as buffer-local variables?

2014-03-29 Thread Thorsten Jolitz
Nick Dokos ndo...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Hi List, there are dozens of regexps that are set as buffer-local variables when org-mode is turned on as major-mode, but other regexps are defined and set only once as global variables when e.g. org.el is

Re: [O] I need help extending ob-ocaml to support :results output

2014-03-29 Thread Nicolas Goaziou
Hello, Alan Schmitt alan.schm...@polytechnique.org writes: Should I push this patch? Nitpick: it is better to remove the dangling parenthesis prior to this. Thanks. Regards, -- Nicolas Goaziou

Re: [O] Tasks with lots of logbook entries are very slow

2014-03-29 Thread Marcin Borkowski
Dnia 2014-03-28, o godz. 10:37:08 Pere Quintana Seguí p...@quintanasegui.com napisał(a): I didn't understand your message. I thought you meant archiving the task, but in fact you meant archiving the logs. That's what I've done. Take a look at the senders: *I* did mean archiving the task, and

Re: [O] Export Org checkboxes in ox-html using UTF-8 symbols

2014-03-29 Thread Marcin Borkowski
Dnia 2014-03-28, o godz. 10:59:43 Rick Frankel r...@rickster.com napisał(a): On 2014-03-28 10:01, Sebastien Vauban wrote: Rick Frankel wrote: BTW, i used [nbsp;] for the unchecked box (we use the same for checked and trans)... I think i'll change the unchecked box to #x2610; to match the

Re: [O] ignoreheading in LaTeX export

2014-03-29 Thread Marcin Borkowski
Dnia 2014-03-27, o godz. 09:23:06 Alan Schmitt alan.schm...@polytechnique.org napisał(a): Hello, I need to ignore a heading during a LaTeX export (I don't want the section command to be generated, but I need the text to be included; the heading is there because the previous one is tagged

Re: [O] How to setup this custom function with Org-mode functions? (org-habit)

2014-03-29 Thread Marcin Borkowski
Dnia 2014-03-28, o godz. 16:09:01 stardiviner numbch...@gmail.com napisał(a): I want to create a custom keybinding to custom function which will execute all necessary steps for creating an org habit. The bellowing is my code, but seems it doesn't work at all. I don't know how to write this

Re: [O] Proposal to replace the prefix repetition with whitespace during expansion of noweb references

2014-03-29 Thread Charles Berry
Pontus Michael m.pontus at gmail.com writes: I would like to propose a change to the behavior of noweb expansion in relation to prefix handling. [snip] I recommend to introduce a change that will replace the inserted prefix with whitespace of equal length. [snip] The behavior you

[O] exporting link abbreviations

2014-03-29 Thread Greg Minshall
hi. i'm playing with the example in the manual of a google map link (gmap:). technology is wonderful, and it's amazing (to simple-minded me) to see the map pop up with the locations. but, i'm less happy with how these links look when i've provided no description and they are exported. if i

Re: [O] Images in tables?

2014-03-29 Thread Marcin Borkowski
Dnia 2014-03-29, o godz. 10:58:59 Feng Shu tuma...@gmail.com napisał(a): Peter Davis p...@pfdstudio.com writes: I'm finishing a PDF document that will contain a number of screen shots. I'd like to put them in a table to avoid just having them arranged vertically on the page. Is there a

Re: [O] I need help extending ob-ocaml to support :results output

2014-03-29 Thread Alan Schmitt
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Alan Schmitt alan.schm...@polytechnique.org writes: Should I push this patch? Nitpick: it is better to remove the dangling parenthesis prior to this. Thanks. I'm sorry, but I don't see a dangling parenthesis. Where is it? Thanks, Alan

Re: [O] I need help extending ob-ocaml to support :results output

2014-03-29 Thread Nicolas Goaziou
Alan Schmitt alan.schm...@polytechnique.org writes: + (mapcar #'org-babel-trim (reverse raw))) +(raw (org-babel-trim clean)) +(result-params (cdr (assoc :result-params params))) +(parsed + (string-match +

Re: [O] exporting link abbreviations

2014-03-29 Thread Nicolas Goaziou
Hello, Greg Minshall minsh...@acm.org writes: but, i'm less happy with how these links look when i've provided no description and they are exported. if i have a link like: [[gmap:123 Main Street, Our Town, California, United States]] what is *shown* on the exported web page

Re: [O] I need help extending ob-ocaml to support :results output

2014-03-29 Thread Alan Schmitt
Nicolas Goaziou n.goaz...@gmail.com writes: Alan Schmitt alan.schm...@polytechnique.org writes: +(mapcar #'org-babel-trim (reverse raw))) + (raw (org-babel-trim clean)) + (result-params (cdr (assoc :result-params params))) + (parsed +

Re: [O] I need help extending ob-ocaml to support :results output

2014-03-29 Thread Nicolas Goaziou
Alan Schmitt alan.schm...@polytechnique.org writes: OK, I put it on the previous line. I'll commit now. Thank you. -- Nicolas Goaziou

[O] Bug : Subscripting not properly working

2014-03-29 Thread Xavier Garrido
Dear Orgers, I get a strange behavior when using subscripting /i.e./ =_= char. Here is a minimal example subscripting.org #+OPTIONS: ^:{} The file a_b_c works. The file a_b_c_d does not work. The file =a_b_c_d= works again. When exporting to pdf through LaTeX, the first

[O] Bug: `org-agenda-prepare-buffers' fails at (org-refresh-properties APPT_WARNTIME 'org-appt-warntime) [8.2.5h (8.2.5h-82-gd91d4b-elpaplus @ /home/wgg/.emacs.d/elpa/org-plus-contrib-20140324/)]

2014-03-29 Thread wgg2
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] exporting link abbreviations

2014-03-29 Thread Greg Minshall
Nicholas, You may want to add gmap as a new link type with dedicated export functions. See `org-add-link-type'. awesome -- thanks! (sorry i didn't see it/think of it in the manual.) cheers, Greg Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Greg Minshall minsh...@acm.org

[O] TODOs in the agenda?

2014-03-29 Thread Sharon Kimble
I have a document called 'organiser.org' which is mainly comprised of various TODOs under various projects, and various NEXT under birthdays and hospital appointments. These TODOs can be up to 4 levels in depth, and with one level 1 TODO as the project header. How can all of these TODOs be

Re: [O] Bug : Subscripting not properly working

2014-03-29 Thread Nicolas Goaziou
Hello, Xavier Garrido xavier.garr...@gmail.com writes: I get a strange behavior when using subscripting /i.e./ =_= char. Here is a minimal example subscripting.org #+OPTIONS: ^:{} The file a_b_c works. The file a_b_c_d does not work. The file =a_b_c_d= works again.

[O] [SOLVED] Re: TODOs in the agenda?

2014-03-29 Thread Sharon Kimble
Sharon Kimble boudic...@talktalk.net writes: I have a document called 'organiser.org' which is mainly comprised of various TODOs under various projects, and various NEXT under birthdays and hospital appointments. These TODOs can be up to 4 levels in depth, and with one level 1 TODO as the

Re: [O] Reference to org-drawers in the manual

2014-03-29 Thread Christian Wittern
On 2014-03-29, 13:37, Nick Dokos wrote: `#+DRAWERS: NAME1 ...' Set the file-local set of additional drawers. The corresponding global variable is `org-drawers'. Has that been removed? I do rely quite heavily on this and do not want to loose it. Which version dropped it and what

Re: [O] Export arrays for 'sh' code blocks when using bash

2014-03-29 Thread Eric Schulte
Thanks for making these changes. Once they're in and Bastien figures out how the google-wide copyright attribution works we should be good to go. Thanks! Pascal Fleury fle...@google.com writes: Hi Eric, see comments inline. On Thu, Mar 27, 2014 at 6:43 PM, Eric Schulte