[O] Treat custom environment as verbatim on export

2015-05-22 Thread Jacob Gerlach
Hello, I want to use a one of several custom environments for some babel results using, for example, ":wrap myverbatim" as a header argument. (Since I have several possible environments, I think I need to use :wrap rather than, say, replacing "verbatim" using an export filter). However, since thi

Re: [O] [PATCH] org-src.el: Unescape source block on edit

2015-05-22 Thread Kyle Meyer
Nicolas Goaziou wrote: [...] > Thanks. However, this wouldn't work as `org-src--edit-element' is called > on elements that doesn't need escaping, e.g., a footnote definition. I see. > Anyway, it is fixed in 71641bc3a0882bb16fb2b62ebef8ebc98ba0e3d8. Yes, this commit fixes the issue I originally

Re: [O] [RFC] Org linting library

2015-05-22 Thread Nicolas Goaziou
Rainer M Krug writes: > 1) not identifying header argument with + > , > | #+PROPERTY: header-args+ :tangle no > ` > > results in > > , > | 87 high Unknown header argument "" > ` This should be fixed. > 2) not knowing header argument "file-ext" from R > , > | #+begin_src R

Re: [O] [PATCH] org-src.el: Unescape source block on edit

2015-05-22 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > org-edit-src-code doesn't seem to be unescaping correctly. For > example, calling org-edit-src-code on > > #+begin_src org > ,* h > #+end_src > > puts ",* h", not "* h", in the source buffer. When exiting, ",*" is > escaped again, resulting in > > #+begin_src org

Re: [O] [bug] orgstruct++-mode breaks backward-sentence

2015-05-22 Thread Rasmus
Hi, Sorry for bringing this thread up again. Nicolas Goaziou writes: > Rasmus writes: > >> Forget about fill-paragraph. Try this with test-org as nil and non-nil: >> >> (let ((test-org nil)) >> (switch-to-buffer "test.org") >> (if test-org (org-mode) (text-mode)) >> (erase-buffer) >>

Re: [O] customize LOGBOOK note intro text?

2015-05-22 Thread Kyle Meyer
Lawrence Bottorff wrote: > When I do C-c C-z to start a LOGBOOK entry note, the text reads "Note taken > on", then the timestamp. Is there any way to customize the text -- or get > rid of it and have just the timestamp? See org-log-note-headings. -- Kyle

[O] customize LOGBOOK note intro text?

2015-05-22 Thread Lawrence Bottorff
When I do C-c C-z to start a LOGBOOK entry note, the text reads "Note taken on", then the timestamp. Is there any way to customize the text -- or get rid of it and have just the timestamp? LB

Re: [O] float control in org

2015-05-22 Thread Zhihao Ding
Thanks a lot Rasmus. Zhihao > On 22 May 2015, at 11:07, Rasmus wrote: > > Zhihao Ding writes: > >> Hi there, >> >> Could I ask for some advice on using the latex float >> package in org mode? I’d like to have some control on >> the positions of the figures, tables, code blocks etc. >> C

[O] Using buffers instead of string when processing and passing org-babel results

2015-05-22 Thread Bjarte Johansen
Hi, I have been wondering: Is there a reason org-babel passes around results as strings instead of buffers? I understand there will be more to keep track of and right now there is a great chance of breaking code (org-modes code and other people who depend on the current behaviour). However, I

Re: [O] float control in org

2015-05-22 Thread Rasmus
Zhihao Ding writes: > Hi there, > > Could I ask for some advice on using the latex float > package in org mode? I’d like to have some control on > the positions of the figures, tables, code blocks etc. > Currently I am doing it using latex entirely, just for > my code blocks, as below > >

[O] float control in org

2015-05-22 Thread Zhihao Ding
Hi there, Could I ask for some advice on using the latex float package in org mode? I’d like to have some control on the positions of the figures, tables, code blocks etc. Currently I am doing it using latex entirely, just for my code blocks, as below #+BEGIN_LaTeX \floatstyle{rul

Re: [O] org-mode, tikz and beamer

2015-05-22 Thread Bernhard Schmitz
Hi Cédric, If I understand it correctly, you want to include a graphical representation of you headlines into you beamer file, created via tikz/pgf. That sounds quite similar to what I'm doing at the moment, only I create gantt charts instead of mind maps. As far as I can tell, the best possibi

Re: [O] [RFC] Org linting library

2015-05-22 Thread Rainer M Krug
Nicolas Goaziou writes: > Rainer M Krug writes: > >> Well - now it does. The following produces the error: >> >> #+PROPERTY: header-args :tangle-mode (identity #o444) >> >> * Some code >> >> #+begin_src R :results nons >> >> #+end_src >> >> The problem is the (identity #o444) which is causing t

[O] org-caldav: VTODO entries without DTSTART

2015-05-22 Thread Tractatus
Hello, I am testing syncing my ical files via Radicale CalDAV Server to org usinf org-caldav. For some files I get an error "Format specifier doesn't match argument type". [2] In my ical files generated by Mozilla Icedove are VTODO entries [1] without a DTSTART field. [1] I think this causes the