Re: [O] org --> odt with math

2017-09-04 Thread Rasmus
Uwe Brauer writes: > Hi > > Using org (git version) GNU emacs 26 on Ubuntu 14.04, > following > http://orgmode.org/manual/Working-with-LaTeX-math-snippets.html#fn-2 > I have set > (setq org-latex-to-mathml-convert-command > "/usr/bin/latexmlmath \"%i\" --presentationmathml=%o") >

Re: [O] org --> odt with math

2017-08-31 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > Using org (git version) GNU emacs 26 on Ubuntu 14.04, > following > http://orgmode.org/manual/Working-with-LaTeX-math-snippets.html#fn-2 > I have set > (setq org-latex-to-mathml-convert-command > "/usr/bin/latexmlmath \"%i\" --presentationmathml=%o") >

Re: [O] org-->odt math with mathtoweb fails also

2017-08-31 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Now I tried > (setq org-latex-to-mathml-convert-command > "java -jar %j -unicode -force -df %o %I" > org-latex-to-mathml-jar-file > "/home/oub/ALLES/src/MathWeb/mathtoweb.jar") It seems the culprit

[O] org-->odt math with mathtoweb fails also

2017-08-31 Thread Uwe Brauer
Now I tried (setq org-latex-to-mathml-convert-command "java -jar %j -unicode -force -df %o %I" org-latex-to-mathml-jar-file "/home/oub/ALLES/src/MathWeb/mathtoweb.jar") When I run org-odt-export-as-odf I obtain Saving file /home/oub/ALLES/tex/vo

[O] org --> odt with math

2017-08-31 Thread Uwe Brauer
Hi Using org (git version) GNU emacs 26 on Ubuntu 14.04, following http://orgmode.org/manual/Working-with-LaTeX-math-snippets.html#fn-2 I have set (setq org-latex-to-mathml-convert-command "/usr/bin/latexmlmath \"%i\" --presentationmathml=%o") Latexmlmath is installed of course.

Re: [O] org-odt-export-to-odt: tables: column and row spacing: configure

2014-03-07 Thread Jambunathan K
http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/txtXYCqBy8St9.txt Uwe Brauer writes: > Hello > > I use org-odt-export-to-odt quite a bit. How can I configure it in order > to set a different column and row spacing for tables? The default one is to > large > for my taste, > > Thanks >

Re: [O] org-odt-export-to-odt: tables: column and row spacing: configure

2014-03-07 Thread Jambunathan K
If you want "optimized" column widths, I am afraid LibreOffice doesn't honor the XML markup. See http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg01203.html See http://lists.gnu.org/archive/html/emacs-orgmode/2014-02/msg00380.html Uwe Brauer writes: > Hello > > I use org-odt-export

[O] org-odt-export-to-odt: tables: column and row spacing: configure

2014-03-07 Thread Uwe Brauer
Hello I use org-odt-export-to-odt quite a bit. How can I configure it in order to set a different column and row spacing for tables? The default one is to large for my taste, Thanks Uwe Brauer

Re: [O] org-odt table with borders on all sides

2014-02-10 Thread Jambunathan K
rajat mukherjee writes: > org-odt table with borders on all sides Try one of this |---+---+---| | < | | > | | a | b | c | | d | e | f | | g | h | i | |---+---+---| or #+ATTR_ODT: :style "GriddedTable" | a | b | c | | d | e | f | | g | h | i | With the first version above, the vertical ru

Re: [O] org-odt table with borders on all sides

2014-02-10 Thread rajat mukherjee
Bastien gnu.org> writes: > > Hi Rajat, > > rajat mukherjee cytel.com> writes: > > > Is this possible? Please help. > > See the manual: > > (info "(Org)Applying custom styles") > > Thanks, > Thanks Bastien. I have but it seems too trivial for a "custom". I can get the right border just

Re: [O] org-odt table with borders on all sides

2014-02-10 Thread Bastien
Hi Rajat, rajat mukherjee writes: > Is this possible? Please help. See the manual: (info "(Org)Applying custom styles") Thanks, -- Bastien

[O] org-odt table with borders on all sides

2014-02-09 Thread rajat mukherjee
Is this possible? Please help. Thanks. Rajat.

[O] org-odt-export-to-odt, tables bug in OO

2013-10-30 Thread Uwe Brauer
OO and Libre Office have a langstanding bug https://issues.apache.org/ooo/show_bug.cgi?id=7747 The select all function does not work in a document which starts with a table there is a workaround but this workaround does not work for odt files generated by the org converter. Now I generated by

Re: [O] org-odt-export-to-odt: hide text

2013-07-07 Thread Daniel Clemente
> > You put your translation table in an org table, and there's a command to > slurp that into a hashtable. The translation commands just whizz through > the text and swap strings, basically. You can do subtree/region/file, > tag subtrees to translate or not to translate, and there are interactive

Re: [O] org-odt-export-to-odt: hide text

2013-07-07 Thread Suvayu Ali
Hello Rustom, On Sun, Jul 07, 2013 at 12:53:19PM +0530, Rustom Mody wrote: > > ie make a buffer (needs to be visiting a file) containing > OM > and call rpm-apply-iinput-method > and you should get a buffer containing > ॐ > Beautiful! I'll fool around with this a bit. -- Suvayu Open source

Re: [O] org-odt-export-to-odt: hide text

2013-07-07 Thread Suvayu Ali
On Sun, Jul 07, 2013 at 11:32:49AM +0800, Eric Abrahamsen wrote: > Daniel Clemente writes: > > > Just some ideas for anyone who has the time to come up with a > > multilingual export engine. > > > > [1]: http://www.danielclemente.com/dislines/syntax.en.html > > I came up with the basics of an

Re: [O] org-odt-export-to-odt: hide text

2013-07-07 Thread Rustom Mody
Hi, I have written something that may be useful to some and is somewhat complementary to what is being discussed here. [Well 'written' is not quite accurate -- Nick and Stefan helped me get it together] Its a transliteration system that Ive used with the itrans devanagari (ie Hindi/Sanskrit etc)

Re: [O] org-odt-export-to-odt: hide text

2013-07-06 Thread Eric Abrahamsen
Daniel Clemente writes: > El Sat, 6 Jul 2013 13:03:01 +0200 Suvayu Ali va escriure: >> >> If you or any other user wants this kind of feature, you have to come up >> with a syntax that is not intrusive and doesn't break basic Org >> features. >> > > I created such a syntax for normal text fil

Re: [O] org-odt-export-to-odt: hide text

2013-07-06 Thread Daniel Clemente
El Sat, 6 Jul 2013 13:03:01 +0200 Suvayu Ali va escriure: > > If you or any other user wants this kind of feature, you have to come up > with a syntax that is not intrusive and doesn't break basic Org > features. > I created such a syntax for normal text files [1] but have been struggling to

Re: [O] org-odt-export-to-odt: hide text

2013-07-06 Thread Suvayu Ali
Hello Uwe, On Sat, Jul 06, 2013 at 10:37:07AM +0200, Uwe Brauer wrote: > > While I would like to have some tags which I could toggle on and off, > for example in the example of Eric, I would just substitute > the tag :noexport: for :export: If you want to use tags, but then say you would prefer

Re: [O] org-odt-export-to-odt: hide text

2013-07-06 Thread Christian Moe
Suvayu Ali writes: > On Fri, Jul 05, 2013 at 09:26:22PM +0200, Uwe Brauer wrote: >> the issue is I want to write say one paragraph in Spanish >> and the next in German, again spanish then German, etc >> but the odt file should only display one language. Try drawers: --8<---

Re: [O] org-odt-export-to-odt: hide text

2013-07-06 Thread Uwe Brauer
>> "Suvayu" == Suvayu Ali writes: > On Fri, Jul 05, 2013 at 09:26:22PM +0200, Uwe Brauer wrote: >> >> the issue is I want to write say one paragraph in Spanish >> and the next in German, again spanish then German, etc >> but the odt file should only display one language. > Why

Re: [O] org-odt-export-to-odt: hide text

2013-07-06 Thread Suvayu Ali
On Fri, Jul 05, 2013 at 09:26:22PM +0200, Uwe Brauer wrote: > On 07/05/2013 07:40 PM, Eric S Fraga wrote: > > #+begin_comment ... #+end_comment? > does not work, the odt file contains > > #+begin_comment > > my text > > #+end_comment ? > > the issue is I want to write say one paragraph in Span

Re: [O] org-odt-export-to-odt: hide text

2013-07-05 Thread Uwe Brauer
On 07/05/2013 07:40 PM, Eric S Fraga wrote: #+begin_comment ... #+end_comment? does not work, the odt file contains #+begin_comment my text #+end_comment ? the issue is I want to write say one paragraph in Spanish and the next in German, again spanish then German, etc but the odt file shou

Re: [O] org-odt-export-to-odt: hide text

2013-07-05 Thread Eric S Fraga
Maybe use #+begin_comment ... #+end_comment? -- Composed on a very small pocket computer. Please excuse the brevity.

Re: [O] org-odt-export-to-odt: hide text

2013-07-05 Thread Uwe Brauer
>> "Eric" == Eric S Fraga writes: > Uwe Brauer writes: >> Hello > I'm not sure if I have misunderstood your question or not but you can > easily exclude whole subtrees from export by, for instance: > #+title: The title > #+EXPORT_EXCLUDE_TAGS: noexport > * Introduction

Re: [O] org-odt-export-to-odt: hide text

2013-07-05 Thread Eric S Fraga
Uwe Brauer writes: > Hello > > Is there a possiblity to hide text in a org file, such then it is not > displayed (or does not appear) in the odt file, I generated using > org-odt-export-to-odt? I'm not sure if I have misunderstood your question or not but you can easily exclude whole subtrees f

[O] org-odt-export-to-odt: hide text

2013-07-05 Thread Uwe Brauer
Hello Is there a possiblity to hide text in a org file, such then it is not displayed (or does not appear) in the odt file, I generated using org-odt-export-to-odt? thanks Uwe Brauer

Re: [O] Org odt export

2013-05-07 Thread Bastien
Hi, Wiskey 5 Alpha writes: > Hello all.  I use the odt-export functionality quite extensively.  I > recently upgraded to org-mode version 8.0.2-2-g93da18-elpaplus.  > > I created an .ott file to use as my style reference for some handouts > i created.  In previous versions of org-mode, I used a

[O] Org odt export

2013-05-03 Thread Wiskey 5 Alpha
Hello all. I use the odt-export functionality quite extensively. I recently upgraded to org-mode version 8.0.2-2-g93da18-elpaplus. I created an .ott file to use as my style reference for some handouts i created. In previous versions of org-mode, I used a line in the header like this #+ODT_STYL

Re: [O] org-odt: command line options for soffice bug?

2013-02-23 Thread Bastien
Hi Vinh, Vinh Nguyen writes: > After some debugging, it appears my "soffice" command takes a single > dash (-), not double dash (--) for command line arguments. When I > change to > > "soffice -headless -convert-to %f%x -outdir %d %i" > > in org-odt.el, things seem to work. I am running org-mo

Re: [O] org-odt: command line options for soffice bug?

2013-02-18 Thread Ista Zahn
On Mon, Feb 18, 2013 at 3:49 PM, Vinh Nguyen wrote: > On Sat, Feb 16, 2013 at 2:33 PM, Vinh Nguyen wrote: >> Hi, >> >> I was having issues exporting to a "doc" file with this in my init file: >> (setq org-export-odt-preferred-output-format "doc") >> >> After some debugging, it appears my "soffice

Re: [O] org-odt: command line options for soffice bug?

2013-02-18 Thread Vinh Nguyen
On Sat, Feb 16, 2013 at 2:33 PM, Vinh Nguyen wrote: > Hi, > > I was having issues exporting to a "doc" file with this in my init file: > (setq org-export-odt-preferred-output-format "doc") > > After some debugging, it appears my "soffice" command takes a single > dash (-), not double dash (--) for

[O] org-odt: command line options for soffice bug?

2013-02-16 Thread Vinh Nguyen
Hi, I was having issues exporting to a "doc" file with this in my init file: (setq org-export-odt-preferred-output-format "doc") After some debugging, it appears my "soffice" command takes a single dash (-), not double dash (--) for command line arguments. When I change to "soffice -headless -c

[O] org-odt: Batch exports creates data loss, deletes original org file

2012-12-22 Thread Jambunathan K
> Thank you for your reply. Below you will find a small example to > illustrate the problem. First I have a small test org-mode file in > the directory, =test.org=. It's contents is shown next. I run the > batch process, which causes an error. All files in the directory are > deleted except

[O] org-odt: Batch exports creates data loss, deletes original org file

2012-12-22 Thread Jambunathan K
> Thank you for your reply. Below you will find a small example to > illustrate the problem. First I have a small test org-mode file in > the directory, =test.org=. It's contents is shown next. I run the > batch process, which causes an error. All files in the directory are > deleted except

[O] org-odt

2012-10-06 Thread Will Schrimshaw
Hello, Did a complete recipe ever surface to fix the issues with the odt exporter, as described here: http://lists.gnu.org/archive/html/emacs-orgmode/2012-08/msg00459.html (copied below) I'm getting the following error when trying to export to odt: "Cannot find factory styles file. Check pack

Re: [O] org-odt: protected (ie non-breakable) space

2012-03-19 Thread Martin Gürtler
Dear John, Am Montag, den 19.03.2012, 09:31 -0400 schrieb John Rakestraw: > Hi, Martin -- > > > > > is it possible to have protected spaces in an odt exported from > > org.-mode? I tried ~ and \nbsp, but both come out literally. > > I just tried inserting the non-breaking space in emacs with C-

Re: [O] org-odt: protected (ie non-breakable) space

2012-03-19 Thread John Rakestraw
Hi, Martin -- > > is it possible to have protected spaces in an odt exported from > org.-mode? I tried ~ and \nbsp, but both come out literally. I just tried inserting the non-breaking space in emacs with C-x, 8, . It shows up as a non-breaking space in the odt file. -- John Rakestraw

[O] org-odt: protected (ie non-breakable) space

2012-03-19 Thread Martin Gürtler
Hi, is it possible to have protected spaces in an odt exported from org.-mode? I tried ~ and \nbsp, but both come out literally. Thanks, Martin

Re: [O] org-odt, org-e-html, org-e-odt needs new maintainers

2012-03-15 Thread suvayu ali
Hi Jambunathan, On Thu, Mar 15, 2012 at 08:50, Christian Moe wrote: > On 3/15/12 5:49 AM, Jambunathan K wrote: >> >> If you would like to bring specific issue to my attention, mail me >> directly. I am signing off from the list and I will not be keeping track >> of the issues - specifically org-o

Re: [O] org-odt, org-e-html, org-e-odt needs new maintainers

2012-03-15 Thread Christian Moe
On 3/15/12 5:49 AM, Jambunathan K wrote: If you would like to bring specific issue to my attention, mail me directly. I am signing off from the list and I will not be keeping track of the issues - specifically org-odt/ELPA ones - posted in this list. Not for good, I hope? Thanks again for the

[O] org-odt, org-e-html, org-e-odt needs new maintainers

2012-03-14 Thread Jambunathan K
org-odt, org-e-html, org-e-odt needs new maintainers. Wrt, org-odt the only thing that has remained uncleard for a long time is this feature: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9914. There has been some progress on this the last few days. I believe org-odt is stable enough to hit Emacs-

Re: [O] org-odt: cannot find factory styles

2012-03-05 Thread Matthew Landis
On 3/2/2012 3:38 PM, Jambunathan K wrote: If the Org is meant for a global distribution (as opposed to personal installation), the distributor has to specifically ask the users to copy the styles file to<>/etc/org. C-h v data-directory In your case, the data-directory is c:/emacs-23.4/etc/org

Re: [O] org-odt: cannot find factory styles

2012-03-02 Thread Jambunathan K
Jambunathan K writes: >> But I do see C:/emacs-23.4/etc/org/styles, which has >> OrgOdtStyles.xml, I didn't see this in your earlier message. This is how it is on my Emacs-24.0.94. There is no "styles" subdir. The XML files are directly under etc/org. , | c:/Program Files/emacs-24.0.94/e

Re: [O] org-odt: cannot find factory styles

2012-03-02 Thread Jambunathan K
The easiest solution is to use ELPA. There is some instruction on how to use ELPA here: http://orgmode.org/worg/org-faq.html#installing-via-elpa If you are installing through ELPA for the first time, make sure that you have no installation of org in your load-path. M-x locate-library RET org RET

[O] org-odt: cannot find factory styles

2012-03-02 Thread Matthew Landis
Hello all, I've been googling this problem and searching the archives, but I can't seem to find a solution. When I try to export to ODT, I get Error (org-odt): Cannot find factory styles files. Aborting. Looking in my *Messages* buffer, I see at startup: Debug (org-odt): Searching for OpenD

Re: [O] Org-odt table format

2011-10-27 Thread Jambunathan K
Vikas Rawal writes: > Is there a way to specify (in the org file) column widths of a table > when exported to an odt file. Ok, looks like the manual was dense. Copy the two files seen here: http://repo.or.cz/w/org-mode/org-jambu.git/tree/private:/contrib/odt/tests and put it in the same direct

Re: [O] Org-odt table format

2011-10-27 Thread Vikas Rawal
> Let me see how good my documentation is ... Thanks very much for responding to my query and for sending the documentation. This indeed clarifies the approach one needs to take in formatting the odt documents. I, however, realise that I need to understand a lot more of odt internals to be able to

[O] Org-odt table format

2011-10-26 Thread Vikas Rawal
Is there a way to specify (in the org file) column widths of a table when exported to an odt file. Vikas

Re: [O] org-odt: specifying fonts

2011-10-19 Thread Christian Moe
Hi, Mehul, It's not that I would be opposed to a fonts option, of course, but I don't see it as a priority or even necessary. As long as org-odt handles the document structure and semantics right, and allows attaching an external stylesheet, I think it's done its job. There are other develop

Re: [O] org-odt: specifying fonts

2011-10-19 Thread Christian Moe
On 10/19/11 7:54 PM, Jambunathan K wrote: #+ODT_STYLES_FILE: "/path/to/styles.xml" Perfect. Thanks for the quick response! Yours, Christian

Re: [O] org-odt: specifying fonts

2011-10-19 Thread Mehul Sanghvi
On Wed, Oct 19, 2011 at 13:54, Jambunathan K wrote: > >> I agree with Mehul it would be great to have an option to specify a >> styles file on a per-file basis. Something like: >> >>    #+ODT_STYLE: ~/org/odt-templates/cv.odt > > I have gone with `#+ODT_STYLES_FILE: '[1]. Refer the docstring below

Re: [O] org-odt: specifying fonts

2011-10-19 Thread Jambunathan K
> I agree with Mehul it would be great to have an option to specify a > styles file on a per-file basis. Something like: > >#+ODT_STYLE: ~/org/odt-templates/cv.odt I have gone with `#+ODT_STYLES_FILE: '[1]. Refer the docstring below for a sample setting. ,[ C-h v org-export-odt-styles-f

Re: [O] org-odt: specifying fonts

2011-10-19 Thread Jambunathan K
Jambunathan K writes: >> The font thing was just something coming out from the fact that I do >> not know or understand ODT styles. Something new to learn now :) > > This is how you will change the fonts. > > 1. Export your resume.org to resume.odt (without using any custom >styles) > 2. Ope

Re: [O] org-odt: specifying fonts

2011-10-19 Thread Jambunathan K
Matt Price writes: > I think the problem here, Mehul, is that odt export works with > styles, not fonts.  So to do what you want, the exporter would need > to be able to tweak the styles manually(so, I guess, first run some > kind of xml transform on the stylesheet, then apply the stylesheet > i

Re: [O] org-odt: specifying fonts

2011-10-19 Thread Jambunathan K
> The font thing was just something coming out from the fact that I do > not know or understand ODT styles. Something new to learn now :) This is how you will change the fonts. 1. Export your resume.org to resume.odt (without using any custom styles) 2. Open resume.odt in LibreOffice 3. F11

Re: [O] org-odt: specifying fonts

2011-10-19 Thread Mehul Sanghvi
On Wed, Oct 19, 2011 at 10:35, Matt Price wrote: > > > On Tue, Oct 18, 2011 at 5:15 PM, Mehul Sanghvi > wrote: >> >> Christian, >> >>      Thanks for the stopgap measure.  As for fonts, like styles, it >> would be easier, simpler and more elegant >> to be able to do that without having to edit st

Re: [O] org-odt: specifying fonts

2011-10-19 Thread Matt Price
On Tue, Oct 18, 2011 at 5:15 PM, Mehul Sanghvi wrote: > Christian, > > Thanks for the stopgap measure. As for fonts, like styles, it > would be easier, simpler and more elegant > to be able to do that without having to edit styles.odt every time. > This is not specific to org-odt. It should

Re: [O] org-odt: specifying fonts

2011-10-18 Thread Mehul Sanghvi
Christian, Thanks for the stopgap measure. As for fonts, like styles, it would be easier, simpler and more elegant to be able to do that without having to edit styles.odt every time. This is not specific to org-odt. It should be, at least I think so for now, to do this with any exporting b

Re: [O] org-odt: specifying fonts

2011-10-18 Thread Christian Moe
Hi, Mehul, cc: Jambunathan, I agree with Mehul it would be great to have an option to specify a styles file on a per-file basis. Something like: #+ODT_STYLE: ~/org/odt-templates/cv.odt Jambunathan, please consider this a feature request (if you haven't implemented it already, and I've miss

[O] org-odt: specifying fonts

2011-10-18 Thread Mehul Sanghvi
This may not be specific to org-odt, but maybe applies to Org itself. I have a LaTeX file which I use for my resume at the moment. The fonts that are being used with it are great for what I want. How do I specify fonts that I want to use, rather then the defaults? Do I have to do that through sty

Re: [O] org-odt: turning off section numbering does not work

2011-10-18 Thread Christian Moe
Hi, Jambunathan, On 10/18/11 2:05 PM, Jambunathan K wrote: When you are generating such a custom styles file for templating purposes, it is highly desirable that H:10 num:t be option used. (...) I believe the above restriction is not overly restrictive. No, that makes good sense, and thanks

Re: [O] org-odt: turning off section numbering does not work

2011-10-18 Thread Jambunathan K
Mehul > % git remote -v > originhttp://repo.or.cz/r/org-mode/org-jambu.git (fetch) > originhttp://repo.or.cz/r/org-mode/org-jambu.git (push) > > > I have been pulling from the wrong repository. This git repo shouldn't be used at all. For the sake of convenience, the ELPA tarball

Re: [O] org-odt: turning off section numbering does not work

2011-10-18 Thread Jambunathan K
Hello Christian Christian Moe writes: > That probably explains it, then. > > But, uh, can I borrow this thread for a moment? > > I find custom styles in ODT export aren't working as per the manual, > section 12.8.2. Here's what I've done (test files attached; Emacs > 23.3.1; Org 7.7, freshly pu

Re: [O] org-odt: turning off section numbering does not work

2011-10-17 Thread Christian Moe
That probably explains it, then. But, uh, can I borrow this thread for a moment? I find custom styles in ODT export aren't working as per the manual, section 12.8.2. Here's what I've done (test files attached; Emacs 23.3.1; Org 7.7, freshly pulled): 1. Exported test-odt.org to ODT with defau

Re: [O] org-odt: turning off section numbering does not work

2011-10-17 Thread Mehul Sanghvi
On Mon, Oct 17, 2011 at 14:00, Nick Dokos wrote: > > My (factually-baseless but best-that-I-can-do given the paucity > of information you provide) guess is that you are not running the > version you think you are running. > > Nick > What I have is Org-mode version 7.5 (baseline.533.ga5129.dirty)

Re: [O] org-odt: turning off section numbering does not work

2011-10-17 Thread Mehul Sanghvi
I have seen that thread before, and am using the latest Org from the git repository. That is why I was wondering if I'd missed something or not. I just tried this with a new Emacs, and the test.org file that comes with org-odt. I changed test.org so that num: is nil and it still had section numbe

Re: [O] org-odt: turning off section numbering does not work

2011-10-17 Thread Christian Moe
Hi, According to this thread, num:nil should work in recent versions of Org: http://comments.gmane.org/gmane.emacs.orgmode/46058 It works for me. You might try updating to the most recent version of Org and see if that fixes things. As a one-off fix, in OpenOffice you can turn off the number

[O] org-odt: turning off section numbering does not work

2011-10-17 Thread Mehul Sanghvi
I have the following in my org file: #+OPTIONS: toc:nil H:10 num:nil Yet in my ODT file I get numbered sections: 1. Work Experience 1.1.1 Company A 1.1.2 Company B 2. Skills 3. Education Am I doing something wrong ? Or is there another option that I am not awa

Re: [O] org-odt: turning off Table of Contents

2011-10-16 Thread Mehul Sanghvi
On Sun, Oct 16, 2011 at 10:42, Christian Moe wrote: > On 10/16/11 4:03 PM, Mehul Sanghvi wrote: >> >> I do not want a table of contents as it makes no sense for a resume. >> How do I disable the generation of that ? >> I ran the unit test for ODT and it generated a ToC, although I didn't >> see an

Re: [O] org-odt: turning off Table of Contents

2011-10-16 Thread Christian Moe
On 10/16/11 4:03 PM, Mehul Sanghvi wrote: I do not want a table of contents as it makes no sense for a resume. How do I disable the generation of that ? I ran the unit test for ODT and it generated a ToC, although I didn't see anything in the test.org file to indicate such a behaviour. In t

[O] org-odt: turning off Table of Contents

2011-10-16 Thread Mehul Sanghvi
I do not want a table of contents as it makes no sense for a resume. How do I disable the generation of that ? I ran the unit test for ODT and it generated a ToC, although I didn't see anything in the test.org file to indicate such a behaviour. -- Mehul N. Sanghvi email: mehul.sang...@gmail.co

Re: [O] org-odt help

2011-10-04 Thread Jambunathan K
> I would like to submit 2 more patches - one to the manual and other to > org-exp.el. I am attaching the promised patch to org-exp.el. Can someone review and commit this change? Please note that I have withheld the changes to org-odt & co which make use of this change. ps: The patch to org.te

Re: [O] org->odt/html table export: adjusting default behaviour?

2011-08-28 Thread Jambunathan K
Matt > It would be nice if I could code the table formatting into the org > file so that I don't have to hand-fix the formatting on each > iteration. Thanks for your feedback. I have worked up a patch which intends to give users more control over how tables are formatted. The patch modifies f

Re: [O] org->odt/html table export: adjusting default behaviour?

2011-08-26 Thread Matt Price
On Thu, Aug 25, 2011 at 5:40 PM, Jambunathan K wrote: > Matt Price writes: > >> The attached test file shows an org file with tables whose columns >> include substantial amounts of text. The default export to odt is >> pretty ugly in this case, and even in html (where things work to some >> ext

Re: [O] org->odt/html table export: adjusting default behaviour?

2011-08-26 Thread Matt Price
On Thu, Aug 25, 2011 at 6:01 PM, Jambunathan K wrote: > Matt Price writes: > >> The attached test file shows  an org file with tables whose columns >> include substantial amounts of text.  The default export to odt is >> pretty ugly in this case, and even in html (where things work to some >> ext

Re: [O] org->odt/html table export: adjusting default behaviour?

2011-08-25 Thread Jambunathan K
Matt Price writes: > The attached test file shows an org file with tables whose columns > include substantial amounts of text. The default export to odt is > pretty ugly in this case, and even in html (where things work to some > extent) I would rather be able to control to some extent the way

Re: [O] org->odt/html table export: adjusting default behaviour?

2011-08-25 Thread Jambunathan K
Matt Price writes: > The attached test file shows an org file with tables whose columns > include substantial amounts of text. The default export to odt is > pretty ugly in this case, and even in html (where things work to some > extent) I would rather be able to control to some extent the way

Re: [O] org->odt/html table export: adjusting default behaviour?

2011-08-25 Thread Matt Price
this time I've actually attached the file... On Thu, Aug 25, 2011 at 11:12 AM, Matt Price wrote: > The attached test file shows  an org file with tables whose columns > include substantial amounts of text.  The default export to odt is > pretty ugly in this case, and even in html (where things wo

[O] org->odt/html table export: adjusting default behaviour?

2011-08-25 Thread Matt Price
The attached test file shows an org file with tables whose columns include substantial amounts of text. The default export to odt is pretty ugly in this case, and even in html (where things work to some extent) I would rather be able to control to some extent the way that long fields wrap. is th

Re: [O] org-odt numbering (Applying custom templates)

2011-08-23 Thread Jambunathan K
Matt > sort of hijacking this thread with a quick note: > > In order to remove numbering from the headings produced by org-odt, > simply export a file, go to Tools -> Outline Numbering in > libreoffice/openoffice, and turn numbering off for levels 1-10 > (probalby you only need about 4 levels anyw

Re: [O] org-odt numbering (Applying custom templates)

2011-08-23 Thread Matt Price
sort of hijacking this thread with a quick note: In order to remove numbering from the headings produced by org-odt, simply export a file, go to Tools -> Outline Numbering in libreoffice/openoffice, and turn numbering off for levels 1-10 (probalby you only need about 4 levels anyway). Then save t

Re: [O] Org-odt fails to export when inline tasks are present

2011-08-10 Thread Nicolas Goaziou
Hello, Jambunathan K writes: > Till such time as that happens, the attached patch would strip inline > tasks from odt export. i.e., the exporter will behave as though > org-inlinetask-export is set to nil for the purpose of odt export. I have applied the patch, correcting the coding issue. Reg

Re: [O] Org-odt fails to export when inline tasks are present

2011-08-06 Thread suvayu ali
Hi Jambu, On Sat, Aug 6, 2011 at 5:02 PM, Jambunathan K wrote: > > Hello Suvayu > >> Hi Jambunathan, >> >> Exporting to org-odt fails if my org file has inline tasks and >> org-inlinetask is already loaded. To reproduce the bug with the attached >> org file you can do the following: > > Looks lik

Re: [O] Org-odt fails to export when inline tasks are present

2011-08-06 Thread Achim Gratz
Jambunathan K writes: > NOTE TO THE MAINTAINERS: git diff is forcibly creating the first hunk in > the attached diff even though I haven't made any modifications as > suggested by it. (I think it is getting confused by the presence of the > "special non-ascii A") There is no such character in th

Re: [O] Org-odt fails to export when inline tasks are present

2011-08-06 Thread Jambunathan K
Hello Suvayu > Hi Jambunathan, > > Exporting to org-odt fails if my org file has inline tasks and > org-inlinetask is already loaded. To reproduce the bug with the attached > org file you can do the following: Looks like I need to create an entry in C-h v org-inlinetask-export-templates. Till

[O] Org-odt fails to export when inline tasks are present

2011-08-06 Thread suvayu ali
Hi Jambunathan, Exporting to org-odt fails if my org file has inline tasks and org-inlinetask is already loaded. To reproduce the bug with the attached org file you can do the following: 1. In a minimal org-mode setup (without requiring org-inlinetask), export the attached file to odt. It will

Re: [O] org-odt on Windows 7

2011-07-09 Thread Bastien
Sebastian writes: > I found a solution. > Info-zip (http://en.wikipedia.org/wiki/Info-ZIP) did the > trick for me. No patches needed. > I just added the binary to the PATH and it worked. Thanks for sharing this solution! -- Bastien

Re: [O] org-odt on Windows 7

2011-07-09 Thread Sebastien Vauban
Sebastian and all, Sebastian wrote: > I found a solution. > Info-zip (http://en.wikipedia.org/wiki/Info-ZIP) did the > trick for me. No patches needed. > I just added the binary to the PATH and it worked. Other solution: install the zip package from Cygwin. Tested, works. Best regards, Seb

Re: [O] org-odt on Windows 7

2011-07-09 Thread Sebastian
Bastien altern.org> writes: > > Ciao Sebastian, > > sebastian.titz unina.it writes: > > Is there a way to use org-odt under windows? > > Perhaps you can first try to get a command line version of zip > under Windows 7? > > If you manage to get this, the ODT exporter will need to set a >

Re: [O] org-odt on Windows 7

2011-07-09 Thread Bastien
Ciao Sebastian, sebastian.t...@unina.it writes: > I tried the new org-odt exporter in org-mode 7.6 running emacs 23.3 > on Windows 7 with (org-export-as-odt). It stops before generating an > output with the error message: Searching for program: no such file or > directory, zip. I guess it is caus

[O] org-odt on Windows 7

2011-07-09 Thread sebastian . titz
Hello, I tried the new org-odt exporter in org-mode 7.6 running emacs 23.3 on Windows 7 with (org-export-as-odt). It stops before generating an output with the error message: Searching for program: no such file or directory, zip. I guess it is caused by not having a command line version of zip

Re: [O] org-odt (Applying custom templates)

2011-07-08 Thread Jambunathan K
Vinh > Suppose I have styles.xml and > ./Pictures/1274034B83A526F3.png in the working > directory of my org file, both extracted from my original odt file > that I did myself. What exactly must I do to get these files packaged > into the generated odt file? How do I set org-expo

Re: [O] org-odt and bibliography

2011-07-08 Thread Rasmus
Torsten Wagner writes: > There is jabref [1]. Exactly. I was also going to point out JabRef. I have had Bibtex illiterates manageing Bib files using JabRef. > It also claims to have a Openoffice support > never tried. I tried it once and it works very nice. There were annoying limitations in O

Re: [O] org-odt and bibliography

2011-07-08 Thread Torsten Anders
Dear Henri-Paul, On 8 Jul 2011, at 00:27, Henri-Paul Indiogine wrote: > Yes, but the sad thing is that using emacs+orgmode is so fast, easy > and productive. Writer or Word feel so clunky and backwards. Sure, you can write with orgmode and then export for your supervisor to OpenOffice/Word.

Re: [O] org-odt and bibliography

2011-07-07 Thread Henri-Paul Indiogine
Hi Christian! 2011/7/7 Christian Moe : > Zotero is very nice, but getting Zotero IDs into an Org-mode document (see > Eric Hetzner's zotero-plain, https://bitbucket.org/egh/zotero-plain) and > then into OOo in a form where they'll be useful (no ready solution I know > of) is a somewhat complex tas

Re: [O] org-odt and bibliography

2011-07-07 Thread Torsten Wagner
There is jabref [1]. A standalone Java application, which uses the bib-format as native solution. Thus it could play nicely with org-mode. Since it will still remain all in a bib file. The feature set is already outstanding compared to many other solutions. There is a emacs interaction as wel

Re: [O] org-odt and bibliography

2011-07-07 Thread Christian Moe
Hi, I regret to agree about the OOo bibliographic features. Zotero is very nice, but getting Zotero IDs into an Org-mode document (see Eric Hetzner's zotero-plain, https://bitbucket.org/egh/zotero-plain) and then into OOo in a form where they'll be useful (no ready solution I know of) is a so

Re: [O] org-odt and bibliography

2011-07-07 Thread Henri-Paul Indiogine
Hi Matt! 2011/7/7 Matt Price : > The zotero Standalone Alpha has a Chrome extension.  I think using Zotero is > a much better bet than trying to use the native OOo bibliographic features > which were always very primitive, never really expanded as they were > supposed to be, and have, I believe, m

  1   2   >