[O] orgstruct: broken global visibility cycling, when in comments

2013-06-14 Thread Nathaniel Cunningham
I'm attempting to use orgstruct minor mode in emacs-lisp-mode (org 8.0.3 in recent Aquamacs and in vanilla Emacs 24.3.1). I find: - cycling an individual headline using tab key works fine - global cycling via S-Tab (when on a headline) to more expanded visibility (e.g. OVERVIEW --> CONTENTS or CON

[O] Elpa twice in load-path

2013-06-14 Thread Rene
The way elpa works, it automatically adds packages to `load-path'. There is therefore no need to have such a line (add-to-list 'load-path (or (file-name-directory #$) (car load-path))) in the `package-autoloads.el" file. Besides, having such a line leads to adding twice the same directory to

Re: [O] face-at-point

2013-06-14 Thread Nick Dokos
Uwe Brauer writes: >>> "Nick" == Nick Dokos writes: > >> Uwe Brauer writes: > >> Eric Fraga has been prolific in providing solutions to these problems >> today. In addition to the client side solution ("Use v instead of t") >> which solves the problem on the recipient's side, he

Re: [O] #+INCLUDE: in a #+MACRO:

2013-06-14 Thread Sebastien Vauban
Hi John, John Tait wrote: > I'm trying to create a macro like this: > > #+MACRO: contactme #+INCLUDE: "./chunks/contactme.org" > > This would enable me to construct a website in a modular way. > > (The second level of abstraction, i.e. not using a direct include, would > make maintaining the websi

[O] Slides about LaTeX export

2013-06-14 Thread Fabrice Niessen
Hello, Just to let you know I've made a 1h30 presentation about the LaTeX exporter of Org mode 8 at the "Stage LaTeX de Dunkerque 2013", on last Wednesday (12th of June). My slides are visible on: http://fr.slideshare.net/fniessen/org-modelatexexport The Org source, LaTeX generated file and P

Re: [O] Org-mode and Taskjuggler

2013-06-14 Thread Louis Turk
On 06/13/2013 09:06 PM, John Hendy wrote: > On Wed, Jun 12, 2013 at 11:38 PM, Louis Turk > wrote: >> Hi Christian and others that are helping me, >> >> Many thanks! I've run into more problems, but I'm encouraged that with >> your help I'll soon have Taskjuggler enabled. >> >> On 06/11/2013 04:4

Re: [O] face-at-point

2013-06-14 Thread Uwe Brauer
>> "Nick" == Nick Dokos writes: > Uwe Brauer writes: > Eric Fraga has been prolific in providing solutions to these problems > today. In addition to the client side solution ("Use v instead of t") > which solves the problem on the recipient's side, he provided another > solution

Re: [O] face-at-point

2013-06-14 Thread Eric S Fraga
Nick Dokos writes: > Eric Fraga has been prolific in providing solutions to these problems > today. Can you tell I didn't feel like doing any more work at some point in the day (after an 8 hour meeting...)? ;-) > Thanks, Eric! You're very welcome! Now off to have a glass of wine and to read

[O] #+INCLUDE: in a #+MACRO:

2013-06-14 Thread John Tait
I'm trying to create a macro like this: #+MACRO: contactme #+INCLUDE: "./chunks/contactme.org" This would enable me to construct a website in a modular way. (The second level of abstraction, i.e. not using a direct include, would make maintaining the website much easier because if I rearrange th

Re: [O] Org-mode and Taskjuggler

2013-06-14 Thread Nick Dokos
Louis Turk writes: > Hi Nick, > > On 06/13/2013 01:21 PM, Nick Dokos wrote: > > If you *are* running v8.x, do C-h v org-export-backends RET > and then click the customize link towards the bottom of the help text. > That will take you directly to the place where you can customize >

Re: [O] face-at-point

2013-06-14 Thread Nick Dokos
Uwe Brauer writes: >>> "Nick" == Nick Dokos writes: > >> Uwe Brauer writes: >>> > The error is[fn:1]: >>> >>> I am sorry, this is also the fault of >>> gnus-dired-attach >>> >>> Which by default uses this type of attachment, I have to look into it, >>> how to

Re: [O] Org-mode and Taskjuggler

2013-06-14 Thread Louis Turk
Hi Nick, On 06/13/2013 01:21 PM, Nick Dokos wrote: > If you *are* running v8.x, do C-h v org-export-backends RET > and then click the customize link towards the bottom of the help text. > That will take you directly to the place where you can customize > the variable. This does take me to the plac

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-14 Thread Michael Brand
Hi Eric On Fri, Jun 14, 2013 at 8:18 PM, Eric Schulte wrote: >> The :session is only to have more than one call which works for >> emacs-lisp source blocks. Am I doing something wrong or is this a bug? > > Sessions are not supported in every language. Shell code blocks do > *not* support session

Re: [O] org-map-entries - wrong use or bug?

2013-06-14 Thread Thorsten Jolitz
Nick Dokos writes: > Thorsten Jolitz writes: > >> Nick Dokos writes: >> >>> Thorsten Jolitz writes: >> >> One more question: what would be the syntax for matching a property? I >> could not find a single example of this in the whole org-mode/lisp/ >> directory. >> > > Use the docs, Luke! > >

Re: [O] org-map-entries - wrong use or bug?

2013-06-14 Thread Nick Dokos
Nick Dokos writes: > Thorsten Jolitz writes: > >> Nick Dokos writes: >> >>> Thorsten Jolitz writes: >> >> One more question: what would be the syntax for matching a property? I >> could not find a single example of this in the whole org-mode/lisp/ >> directory. >> > > Use the docs, Luke! > >

Re: [O] org-map-entries - wrong use or bug?

2013-06-14 Thread Nick Dokos
Thorsten Jolitz writes: > Nick Dokos writes: > >> Thorsten Jolitz writes: > > One more question: what would be the syntax for matching a property? I > could not find a single example of this in the whole org-mode/lisp/ > directory. > Use the docs, Luke! (info "(org) Matching tags and prop

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2013-06-14 Thread Nicolas Goaziou
Hello, Feng Shu writes: > Nicolas Goaziou writes: > >> Feng Shu writes: >> >>> Nicolas Goaziou writes: 1. Does \underline{中文测试} work properly (notwithstanding the line breaks)? >>> >>> \underline can show chinese, but the command can't resolve lines >>> breaking properly. >>>

Re: [O] org-map-entries - wrong use or bug?

2013-06-14 Thread Thorsten Jolitz
Nick Dokos writes: > Thorsten Jolitz writes: One more question: what would be the syntax for matching a property? I could not find a single example of this in the whole org-mode/lisp/ directory. Imagine the doc looks like this: , | * my

Re: [O] org-map-entries - wrong use or bug?

2013-06-14 Thread Thorsten Jolitz
Nick Dokos writes: > Thorsten Jolitz writes: > >> >> ,-- >> | M: (length (org-map-entries t "\+Done")) >> `-- >> > > Try > > (org-map-entries t "/+DONE" nil) > > Note the slash. Oh yes, I see, thank you! -- cheers

Re: [O] org-map-entries - wrong use or bug?

2013-06-14 Thread Nick Dokos
Thorsten Jolitz writes: > > ,-- > | M: (length (org-map-entries t "\+Done")) > `-- > Try (org-map-entries t "/+DONE" nil) Note the slash. > but result is '0' while it should be '2'. > -- Nick

Re: [O] How to do a sum of products in a table?

2013-06-14 Thread Alan Schmitt
Rasmus writes: > So perhaps you'd want something like this > > | | Name | Grade | Question 1 | Question 2 | Question 3 | > | ! | | grade | q1 || q3 | > | _ | | g |||| > | / | Coeff |

Re: [O] org-map-entries - wrong use or bug?

2013-06-14 Thread Thorsten Jolitz
Thorsten Jolitz writes: > ,-- > | M: (length (org-map-entries t "\+Done")) > `-- sorry, I actually used DONE not Done, but result is still '0' while it should be '2'. -- cheers, Thorsten

[O] org-map-entries - wrong use or bug?

2013-06-14 Thread Thorsten Jolitz
Hi List, I tried out `org-map-entries' with this file , | * my todos | ** TODO get things done | ** TODO take care of things | ** DONE procrastinate when tasks are unpleasant | ** DONE delegate really unpleasant tasks `

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-14 Thread Eric Schulte
> > The :session is only to have more than one call which works for > emacs-lisp source blocks. Am I doing something wrong or is this a bug? > Sessions are not supported in every language. Shell code blocks do *not* support sessions (or rather it looks like someone started to implement session su

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-14 Thread Michael Brand
Hi Eric On Sat, Jun 8, 2013 at 9:21 PM, Eric Schulte wrote: > Vitalie Spinu writes: >> [...] >> `org-babel-src-block-location' >> >> or probably even more suggestive: >> >> `org-babel-src-block-beginning'. >> > > I like "current" because it is similar to other variables which are > dynam

Re: [O] How to do a sum of products in a table?

2013-06-14 Thread Rasmus
Alan Schmitt writes: > | Name | Grade | Question 1 | Question 2 | Question 3 | > | Coeff | 6 | 1 | 3 | 2 | > |---+---+++| > | Foo | | 1/2 | 1 | 1/4 | > | Bar | | 1 | 1 | 0 | > #+TBLFM: @2$2=vsum($3..$>) > > I would like the grade of Foo to be 10 * (1/2

Re: [O] ox-beamer maketitle

2013-06-14 Thread Sebastien Vauban
Hi Eric, Eric S Fraga wrote: > Sebastien Vauban writes: > >> Shouldn't we replace that by `\frame[plain]{\titlepage}' instead, so that the >> title page fills the whole frame? > > But the beamer theme is responsible for defining the look of the title > page. Do we actually want to lose this func

Re: [O] Bug in export orgtbl / LaTeX

2013-06-14 Thread Nicolas Goaziou
Hello, AW writes: > Am Donnerstag, 13. Juni 2013, 13:29:01 schrieb Nick Nick Dokos: >> AW writes: >> > Push?! >> >> With infinite force? But you are probably pushing against an immovable >> wall :-) >> >> >> Hi! >> >> >> >> If I try to use orgtbl-mode in this file and export the orgt

Re: [O] How to do a sum of products in a table?

2013-06-14 Thread Alan Schmitt
Hi Rasmus, Rasmus writes: > Sure, but please provide an example. Yes, I should have done that. Here is the beginning of the grading (I removed many columns which are identical). | Name | Grade | Question 1 | Question 2 | Question 3 | | Coeff | 6 | 1 | 3 | 2 | |--

Re: [O] serious problems with org-8 under Xemacs-21.5.32

2013-06-14 Thread Nick Dokos
Eric S Fraga writes: > Nick Dokos writes: > > [...] > >> [fn:1] Can you please make sure that when you send attachments they are >> typed properly? They are sent as "application/octet-stream" currently, >> requiring two steps: saving them and then opening the saved file. For >> backtraces, just

Re: [O] ox-beamer maketitle

2013-06-14 Thread Eric S Fraga
Sebastien Vauban writes: [...] > Shouldn't we replace that by `\frame[plain]{\titlepage}' instead, so that the > title page fills the whole frame? But the beamer theme is responsible for defining the look of the title page. Do we actually want to lose this functionality? I don't... Or have I

Re: [O] export to odt

2013-06-14 Thread Eric S Fraga
Manfred Lotz writes: > On Fri, 14 Jun 2013 09:07:26 +0200 > Christian Moe wrote: > >> But if many users are baffled why they can't just edit a document >> title on the page itself after exporting to ODT -- and that seems >> likely -- maybe this feature is ripe for a change. >> > > Hm, I do not

Re: [O] serious problems with org-8 under Xemacs-21.5.32

2013-06-14 Thread Eric S Fraga
Nick Dokos writes: [...] > [fn:1] Can you please make sure that when you send attachments they are > typed properly? They are sent as "application/octet-stream" currently, > requiring two steps: saving them and then opening the saved file. For > backtraces, just use "text/plain" instead: emacs/g

Re: [O] [PATCH] Override the default class name with a new one.

2013-06-14 Thread Feng Shu
Nicolas Goaziou writes: > Hello, > > Feng Shu writes: > >> #+LATEX_CLASS: article >> >> %%output: >> >> \documentclass[11pt]{article} >> >> ... >> >> -- >> >> #+LATEX_CLASS: article >> #+LATEX_CLASS_NAME: ctexart >> >> %%output: >> >> \documentclass[11pt]{ctex

Re: [O] How to do a sum of products in a table?

2013-06-14 Thread Rasmus
Hi Alan, > I'm grading an exam, and I'm trying to use org instead of Numbers to > tabulate the results. For each student, I'll input how well he answered > to the question, and his grade will be (sum of mark * coefficient), > where each question has a different coefficient (in Numbers I was using

[O] How to do a sum of products in a table?

2013-06-14 Thread Alan Schmitt
Hello, I'm grading an exam, and I'm trying to use org instead of Numbers to tabulate the results. For each student, I'll input how well he answered to the question, and his grade will be (sum of mark * coefficient), where each question has a different coefficient (in Numbers I was using the SUMPRO

Re: [O] [PATCH] Override the default class name with a new one.

2013-06-14 Thread Nicolas Goaziou
Hello, Feng Shu writes: > #+LATEX_CLASS: article > > %%output: > > \documentclass[11pt]{article} > > ... > > -- > > #+LATEX_CLASS: article > #+LATEX_CLASS_NAME: ctexart > > %%output: > > \documentclass[11pt]{ctexart} > > Thanks for your patch. Though, i

Re: [O] face-at-point

2013-06-14 Thread Uwe Brauer
>> "Nick" == Nick Dokos writes: > Uwe Brauer writes: >> > The error is[fn:1]: >> >> I am sorry, this is also the fault of >> gnus-dired-attach >> >> Which by default uses this type of attachment, I have to look into it, >> how to change it on demand. >> >>

Re: [O] Oorg-export-generic.el and emphasize

2013-06-14 Thread Wes Hardaker
Nicolas Goaziou writes: > "ox.el" is a generic exporter. I think we should focus on developing > export back-ends for this one instead. > > What feature from `org-export-generic' do you think is missing in > ox.el? ox.el is a wonderfully designed parser and exporter (from what I've read of code,

Re: [O] face-at-point

2013-06-14 Thread Nick Dokos
Nick Dokos writes: > Uwe Brauer writes: > > >>> The error is[fn:1]: >> >> I am sorry, this is also the fault of >> gnus-dired-attach >> >> Which by default uses this type of attachment, I have to look into it, >> how to change it on demand. >> >> > > gnus-dired-attach uses mm-default-file-e

Re: [O] face-at-point

2013-06-14 Thread Nick Dokos
Uwe Brauer writes: >> The error is[fn:1]: > > I am sorry, this is also the fault of > gnus-dired-attach > > Which by default uses this type of attachment, I have to look into it, > how to change it on demand. > > gnus-dired-attach uses mm-default-file-encoding to figure things out. That in

Re: [O] [PATCH] Override the default class name with a new one.

2013-06-14 Thread Suvayu Ali
On Fri, Jun 14, 2013 at 05:55:56PM +0800, Feng Shu wrote: > > CLASS and class-name are confusing, I think LATEX_CLASS should rename > to LATEX_CLASS_FORMAT or LATEX_CLASS_TEMPLATE, but this will break > compatibility. IMO compatibility is a big and important issue, and not to be taken lightly.

Re: [O] Agenda printing: org-agenda-write doesn't use ps-paper-type

2013-06-14 Thread Sebastien Vauban
Hi Myles, Myles English wrote: > Sebastien Vauban writes: >> Myles English wrote: >>> >>> I wonder if we need to allow a set of options to be passed to ps2pdf as >>> we do for ps? >> >> And setting that in a custom command? >> >> #+begin_src emacs-lisp >> (add-to-list 'org-agenda-custom-commands

Re: [O] Agenda printing: org-agenda-write doesn't use ps-paper-type

2013-06-14 Thread Myles English
Hi Seb, Sebastien Vauban writes: > Myles English wrote: >> >> I wonder if we need to allow a set of options to be passed to ps2pdf as >> we do for ps? > > And setting that in a custom command? > > #+begin_src emacs-lisp > (add-to-list 'org-agenda-custom-commands >'("L" "Call li

Re: [O] [PATCH] Override the default class name with a new one.

2013-06-14 Thread Feng Shu
Rasmus writes: > Feng Shu writes: > >> #+LATEX_CLASS: article >> #+LATEX_CLASS_NAME: ctexart > > I'm not sure this is the right approach. . . I can certainly see the > value of generating classes on the fly, though. But somehow the > proposed syntax just seems to counter-intuitive. I'm not su

Re: [O] [PATCH] Override the default class name with a new one.

2013-06-14 Thread Feng Shu
Nick Dokos writes: > Rasmus writes: > >> Feng Shu writes: >> >>> #+LATEX_CLASS: article >>> #+LATEX_CLASS_NAME: ctexart >> >> I'm not sure this is the right approach. . . I can certainly see the >> value of generating classes on the fly, though. But somehow the >> proposed syntax just seems t

Re: [O] Alternatives to Org-modes (TreeSheets, WorkFlowy, ...)

2013-06-14 Thread Rainer M Krug
Karl Voit writes: > Hi! > > I just came across TreeSheets[1] which looks like a easy-to-use > alternative to Org-mode. It went Open Source, by the way.[2] Well - this calls for an new exporter for org. TreeSheets looks definitely nice. Cheers, Rainer > > A couple of months ago, I found WorkFl

[O] Alternatives to Org-modes (TreeSheets, WorkFlowy, ...)

2013-06-14 Thread Karl Voit
Hi! I just came across TreeSheets[1] which looks like a easy-to-use alternative to Org-mode. It went Open Source, by the way.[2] A couple of months ago, I found WorkFlowy[3] which is an online service that offers some features of Org-mode as well. For all those people, which are not able to lear

[O] [partically solved] (was: serious problems with org-8 under Xemacs-21.5.32)

2013-06-14 Thread Uwe Brauer
>> "Nick" == Nick Dokos writes: > so xemacs found an outline.el that did not define > outline-previous-heading. Check which outline.el xemacs > finds with M-x locate-library RET outline RET. It's probably > a compiled file, but the corresponding outline.el should be > in the same

[O] face-at-point (was: serious problems with org-8 under Xemacs-21.5.32)

2013-06-14 Thread Uwe Brauer
>> "Nick" == Nick Dokos writes: > Uwe Brauer writes: >> Hello >> > You need to set up auto-mode-alist in your init file: > (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) Ok, I did this >> - I turned on org-mode and received and error I attach. >> > The

[O] ox-beamer maketitle

2013-06-14 Thread Sebastien Vauban
Hello, `ox-beamer' uses the variable `org-latex-title-command' to generate the title page. By default, this is equal to `\maketitle', which makes a title page with the footer visible. Shouldn't we replace that by `\frame[plain]{\titlepage}' instead, so that the title page fills the whole frame?

Re: [O] [PATCH] Override the default class name with a new one.

2013-06-14 Thread Rasmus
Nick Dokos writes: >> as e.g. the INCLUDE command. Of course (*) is somewhat different from >> how stuff like this is usually handled, cf. e.g. LATEX_CLASS_OPTIONS. >> > ...but this sounds a bit more promising: maybe LATEX_CLASS_OPTIONS can > be eliminated in favor of LATEX_CLASS with arguments:

Re: [O] [PATCH] Override the default class name with a new one.

2013-06-14 Thread Nick Dokos
Rasmus writes: > Feng Shu writes: > >> #+LATEX_CLASS: article >> #+LATEX_CLASS_NAME: ctexart > > I'm not sure this is the right approach. . . I can certainly see the > value of generating classes on the fly, though. But somehow the > proposed syntax just seems to counter-intuitive. I'm not su

Re: [O] serious problems with org-8 under Xemacs-21.5.32

2013-06-14 Thread Nick Dokos
Uwe Brauer writes: > Hello > > In order to check whether org-8 works under Xemacs-21.5.32 Mule (and not > using my old org-7 setting), I did the following > > - I started xemacs -vanilla (equivalent to GNU emacs -q) > > - I loaded the following init file: > > > , > | (push (expand-f

Re: [O] [PATCH] Override the default class name with a new one.

2013-06-14 Thread Rasmus
Feng Shu writes: > #+LATEX_CLASS: article > #+LATEX_CLASS_NAME: ctexart I'm not sure this is the right approach. . . I can certainly see the value of generating classes on the fly, though. But somehow the proposed syntax just seems to counter-intuitive. I'm not sure how to overcome this, but

Re: [O] org-exp

2013-06-14 Thread Nick Dokos
Uwe Brauer writes: >>> "Nick" == Nick Dokos writes: > >> Uwe Brauer writes: > "Eric" == Eric S Fraga writes: >>> >>> > Uwe Brauer writes: > >> (require 'ox) > >> is the closest equivalent. But the exporter has changed so much that it >> would not be surprisi

Re: [O] Agenda printing: org-agenda-write doesn't use ps-paper-type

2013-06-14 Thread Eric S Fraga
Myles English writes: > Eric, > > Eric S Fraga writes: >> If you use a4 sized paper all (or most of) the time, you can set this in >> /etc/papersize on Linux. I think this is what ps2pdf looks at by >> default. >> > Thanks for the suggestions. I looked into this for my Arch Linux but it > had n

Re: [O] org-exp

2013-06-14 Thread Rasmus
Uwe Brauer writes: >> (require 'ox) >> is the closest equivalent. But the exporter has changed so much that it >> would not be surprising if this doesn't work either. > It does not work, but as I found out I have much more fundamental > problems with the new org-8 version than I thought[1] org-p

[O] serious problems with org-8 under Xemacs-21.5.32

2013-06-14 Thread Uwe Brauer
Hello In order to check whether org-8 works under Xemacs-21.5.32 Mule (and not using my old org-7 setting), I did the following - I started xemacs -vanilla (equivalent to GNU emacs -q) - I loaded the following init file: , | (push (expand-file-name "~/xemacs/site-lisp/packages/or

Re: [O] Feature request: Tags exported as drop down filters in HTML export

2013-06-14 Thread Rainer M Krug
Hagino writes: > Hi - feature request please > > I would like tags (and the new group tags) to be rendered as a drop > down menu on HTML export, to allow different versions of the same > website to be filtered and viewed. +1 This would indeed be a very nice feature, especially for documentatio

Re: [O] org-exp

2013-06-14 Thread Uwe Brauer
>> "Nick" == Nick Dokos writes: > Uwe Brauer writes: "Eric" == Eric S Fraga writes: >> >> > Uwe Brauer writes: > (require 'ox) > is the closest equivalent. But the exporter has changed so much that it > would not be surprising if this doesn't work either. It doe

Re: [O] org-exp

2013-06-14 Thread Uwe Brauer
>> "Achim" == Achim Gratz writes: > Uwe Brauer writes: >> >> - 7.8.X had a file called org-exp.el. This file is now gone. What is >> >> it substitute??? >> >> > What functionality is it you need from that file? >> >> I checked: this is the *essential* file to use >> or

Re: [O] export to odt

2013-06-14 Thread Manfred Lotz
On Fri, 14 Jun 2013 09:07:26 +0200 Christian Moe wrote: > > Manfred Lotz writes: > > > On Thu, 13 Jun 2013 08:37:55 +0100 > > Eric S Fraga wrote: > > > >> Manfred Lotz writes: > >> > >> [...] > >> > >> > >> > This is really weird or it is because just my knowledge about > >> > Libreoffice

Re: [O] Agenda printing: org-agenda-write doesn't use ps-paper-type

2013-06-14 Thread Sebastien Vauban
Myles English wrote: > Eric S Fraga writes: Myles English writes: > Trying to print an agenda to pdf always results in the paper size being > US letter even though ps-paper-type is set to a4. >> >> Have you checked to see if the postscript version uses the right paper >> size? Just i

Re: [O] Relation between todo-mode.el and Org-mode?

2013-06-14 Thread Thorsten Jolitz
Stephen Berman writes: > On Wed, 12 Jun 2013 20:01:14 +0200 Thorsten Jolitz wrote: > >> on the 'emacs-devel' mailing list I saw the announcement of a new >> version of `todo-mode.el', which I found a bit surprising - I would not >> have expected that something else as Org-mode is used nowadays t

Re: [O] Bug: Exporter omits inline code blocks [8.0.3 (release_8.0.3-238-g172061 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-06-14 Thread Tassilo Horn
Eric Schulte writes: Hi Eric, >> Aha. I've used source blocks only for the markup especially when >> exporting until now. And the manual states that inline code blocks >> are not different to normal code blocks, just being inline. So >> that's at least unexpected behavior, and the manual shou

Re: [O] export to odt

2013-06-14 Thread Christian Moe
Manfred Lotz writes: > On Thu, 13 Jun 2013 08:37:55 +0100 > Eric S Fraga wrote: > >> Manfred Lotz writes: >> >> [...] >> >> >> > This is really weird or it is because just my knowledge about >> > Libreoffice is limited. At least, I'm happy to be able to use LaTeX >> > in most cases instead o