Re: [O] [Bug] marking repeating task done destroys property/logbook drawers

2014-03-08 Thread Karl Voit
* Matt Lundin wrote: > > When I mark a repeating task done (with the settings in the minimal.el > file below), org mangles the :LOGBOOK: and :PROPERTY: drawers when > trying to insert a :LAST_REPEAT: property. I can confirm this bug at my side.[1] 1. https://github.com/novoid/dot-emacs -- mai

Re: [O] Exporting LaTeX source blocks with HTML backend

2014-03-08 Thread Eric S Fraga
Xavier Garrido writes: [...] > The non export is due to this setup > > #+BEGIN_SRC emacs-lisp >(org-babel-do-load-languages > 'org-babel-load-languages > '((emacs-lisp . t) > (latex . t))) > #+END_SRC Actually, this wasn't enough for me (I already had both of these enabled).

Re: [O] verbatim/code text and line breaks with auto fill mode

2014-03-08 Thread Alan Schmitt
Nick Dokos writes: > Alan Schmitt writes: > >> Hello, >> >> Is there a way to disable line breaks inside verbatim or code text when >> using auto fill? For instance, if I type the following: >> >> This is an example of a long line when some stuff is code: ~1 + 2 + 3 = >> 6~. >> > > Untested, but

Re: [O] org-element-context doesn't parse consistently link with spaces

2014-03-08 Thread Achim Gratz
Nicolas Goaziou writes: > That is what I don't understand. You added "8.2.5h" to "maint", and > master wasn't merged into "maint" since then. How can the tag > propagate to "master"? It doesn't. But maint is included in master as an ancestor and git describe uses the most recent tag in common anc

[O] LaTeX export TOC decorations : how to

2014-03-08 Thread FAb
Hi, When I org-export in pdf the items in TOC have red box around them like "decoration" for link in css. How can I get ride of them ? Or how to customize this stuff ? Thanks

[O] Feature request: edit time stamp from agenda

2014-03-08 Thread Tory S. Anderson
Hello friends, I just discovered org-agenda-diary-entry, which is a terrific command to streamline my planning process as I move away from using the raw diary file. But it lacks a feature that is key to my usage: it conveniently creates a diary item in my configured org file and sticks a time s

Re: [O] LaTeX export TOC decorations : how to

2014-03-08 Thread Tim Burt
FAb <0x...@free.fr> writes: > Hi, > When I org-export in pdf the items in TOC have red box around them like > "decoration" for link in css. > How can I get ride of them ? > Or how to customize this stuff ? The boxes come from the default setup of hyperref in LaTeX and the behavior can be customiz

[O] `org-cycle-hook' vs `outline-view-change-hook'

2014-03-08 Thread Thorsten Jolitz
Hi List, I managed to copy and adapt the Org speed-commands to outshine.el, so that one can enjoy the one-key navigation and cycling commands in (outshine) source-code buffers too. This works well, although there is obviously a lot of cycling going on when exploring a source file with these spee

Re: [O] LaTeX export TOC decorations : how to

2014-03-08 Thread Nick Dokos
FAb <0x...@free.fr> writes: > Hi, > When I org-export in pdf the items in TOC have red box around them > like "decoration" for link in css. > How can I get ride of them ? > Or how to customize this stuff ? > Assuming you are going to PDF through latex, this is done by hyperref, so you'll need to

Re: [O] Tables with line wrapping?

2014-03-08 Thread Marcin Borkowski
Dnia 2014-02-22, o godz. 23:08:23 Peter Davis napisał(a): > [...] but then I'd have to bypass pdflatex and > use xelatex or something instead.) Or not. http://www.ctan.org/pkg/pdftricks Hth, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

[O] Exporting to multiple files

2014-03-08 Thread Marcin Borkowski
Hi all, I'd like to export an Org-mode file to /multiple/ HTML files. For instance, I might want to convert all first and second level headings to files, and third-level headings to , fourth-level ones to inside these files etc. Is that possible? I looked into the docs, but didn't find anythin

Re: [O] Tables with line wrapping?

2014-03-08 Thread Peter Davis
On Sat, Mar 8, 2014, at 08:08 PM, Marcin Borkowski wrote: > Dnia 2014-02-22, o godz. 23:08:23 > Peter Davis napisał(a): > > > [...] but then I'd have to bypass pdflatex and > > use xelatex or something instead.) > > Or not. http://www.ctan.org/pkg/pdftricks > Interesting! I'll definitely hav