[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

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

Re: [O] [RFC] Org linting library

2015-05-22 Thread Rainer M Krug
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Rainer M Krug rai...@krugs.de 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)

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

2015-05-22 Thread Kyle Meyer
Nicolas Goaziou m...@nicolasgoaziou.fr 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

[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 this

[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

Re: [O] float control in org

2015-05-22 Thread Rasmus
Zhihao Ding zhihao.d...@imm.ox.ac.uk 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

[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 Zhihao Ding
Thanks a lot Rasmus. Zhihao On 22 May 2015, at 11:07, Rasmus ras...@gmx.us wrote: Zhihao Ding zhihao.d...@imm.ox.ac.uk 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,

[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] customize LOGBOOK note intro text?

2015-05-22 Thread Kyle Meyer
Lawrence Bottorff borg...@gmail.com 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

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

2015-05-22 Thread Rasmus
Hi, Sorry for bringing this thread up again. Nicolas Goaziou m...@nicolasgoaziou.fr writes: Rasmus ras...@gmx.us 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))

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

2015-05-22 Thread Nicolas Goaziou
Hello, Kyle Meyer k...@kyleam.com 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] [RFC] Org linting library

2015-05-22 Thread Nicolas Goaziou
Rainer M Krug rai...@krugs.de 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