Re: [O] bug in odt export via mathml of equations containing ''

2011-11-08 Thread Jambunathan K
Myles English mylesengl...@gmail.com writes: \begin{equation} \delta_{mn} = \begin{cases} 1 \text{if $n=m$}\\ 0 \text{if $n\nem$} \end{cases} \end{equation} , From ftp://ftp.ams.org/ams/doc/amsmath/short-math-guide.pdf | | Note. The plain TEX form \matrix{...\cr...\cr} and the

Re: [O] How to set up anniversaries/birthdays with org-contacts-anniversaries?

2011-11-08 Thread Jambunathan K
Debugger entered--Lisp error: (void-function diary-anniversary) There is a universal solution to this problem M-x load-library RET diary TAB and choose which of the options make most sense or try each one of them in turn. Note that in the above load-library you are using diary because it is

Re: [O] How to set up anniversaries/birthdays with org-contacts-anniversaries?

2011-11-08 Thread Jambunathan K
Marius Hofert marius.hof...@math.ethz.ch writes: Thanks for the explanation. Is there also an equivalent solution by just adjusting .emacs? C-h r g Init Examples Hint: search for load Helpful tip: Learn to use Emacs Info system well. On 2011-11-08, at 23:33 , Jambunathan K wrote

Re: [O] zotero plain, org-odt, and citations in general

2011-11-08 Thread Jambunathan K
Hi everyone, I am about to start experimenting with Erik Hetzner's zotero-plain, which allows the use of zotero as a bibliographic manager in emacs especially org-mode (https://bitbucket.org/egh/zotero-plain as well as a couple of threads on this list, I think). For Erik's benefit:

Re: [O] bug in odt export via mathml of equations containing ''

2011-11-08 Thread Jambunathan K
The best alternative in LaTeX would be to use the \left\{ and \right. (note the dot) construct as below[fn:4]. Unfortunately MathToWeb fails miserably while MathJax succeeds with flying colors. #+srcname: exact-equivalent-of-cases #+begin_src latex \begin{equation*}

Re: [O] zotero plain, org-odt, and citations in general

2011-11-08 Thread Jambunathan K
Basically all that one can do in org-mode at the moment is insert update citations, and following citation links to the entry in Zotero. Can you or someone provide me how such an Org file with citation definition and reference looks like? It might be possible to implement something similar

Re: [O] zotero plain, org-odt, and citations in general

2011-11-10 Thread Jambunathan K
not certain I will be able to hack gnotero and have it integrate with Emacs - but for a whimsical and a bored hacker like nothing can be said with certainty. Btw, gnotero is good. Not sure how usable it is though ... Jambunathan K. Footnotes: [1] With Mozrepl 1.1 beta2 on Firefox 3.6.23, I am unable

Re: [O] Feature request: Accept org mode dates in the date export field

2011-11-10 Thread Jambunathan K
Torsten Wagner torsten.wag...@gmail.com writes: Hi, one should be able to use org-modes date function to enter or modify a date for the variable #+DATE: At the moment its exported as plain text including the brackets. Keeping the date org-mode friendly and exporting it nicley would be a

[O] zotero-cite (A Proposal)

2011-11-11 Thread Jambunathan K
Hello Erik Good news. Getting a frugal Zotero-based citations is *definitely* possible. It is just a matter of time. Your libraries already provide the necessary plumbing to accomplish the job. Long story == For my own understanding, I tried trimming down zot4rst to it's bare

Re: [O] zotero plain, org-odt, and citations in general

2011-11-11 Thread Jambunathan K
Erik Footnotes: [1] With Mozrepl 1.1 beta2 on Firefox 3.6.23, I am unable to make org-zotero.el work. It hangs and I have to C-g out (Christian! you are not alone). I am able to get as far as creating the LIBRARY_KEY for the selected item in the zotero pane and not further. […] Have

Re: [O] [ODT] [BUG?] Custom links are formatted as for html

2011-11-12 Thread Jambunathan K
extrapolate this issue further, it looks like I have to audit contrib modules and see what changes I need to bring over to ODT. Jambunathan K. --

[O] New feature branch: org-xhtml-and-org-odt

2011-11-14 Thread Jambunathan K
updated the ODT section in the info manual and it is worth a read for serious users. (Chirstian, I will revise the manual later in the day. For now, it is pretty much same as what you had seen last time.) Let me know if there are any questions or comments. Jambunathan K. --

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-14 Thread Jambunathan K
1. The HTML exporter in lisp/org-html.el is *totally* rewritten. It should be on par with the current HTML exporter in the master branch. A small note: If you are exercising the new exporter then you will the following message. (Note the presence of org-lparse in the message) , |

Re: [O] odt export to google-docs problem

2011-11-17 Thread Jambunathan K
| and the surrounding context. ` Jambunathan K. Rustom Mody rustompm...@gmail.com writes: Here is a small file for org mode #+OPTIONS: toc:nil #+TITLE: Report * Tue 8th   - http://www.haskell.org/ * hello If I export to odt and then upload the odt

Re: [O] odt export to google-docs problem

2011-11-17 Thread Jambunathan K
Rustom Mody rustompm...@gmail.com writes: Here is a small file for org mode #+OPTIONS: toc:nil #+TITLE: Report * Tue 8th   - http://www.haskell.org/ * hello If I export to odt and then upload the odt to google docs, google-docs says the file is corrupt.

Re: [O] odt export to google-docs problem

2011-11-17 Thread Jambunathan K
Suvayu/Rustom suvayu ali fatkasuvayu+li...@gmail.com writes: Hi Jambunathan, On Thu, Nov 17, 2011 at 11:06, Jambunathan K kjambunat...@gmail.com wrote: Can anyone else reproduce this? I can replicate this. The odt file exported by org-odt is not accepted by google docs even though

[O] 24.0.91; Emacs runtime crashes while exporting an org file

2011-11-17 Thread Jambunathan K
value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ENG value of $XMODIFIERS: nil locale-coding-system: cp1252 default enable-multibyte-characters: t #+TITLE: zotero.org #+AUTHOR:Jambunathan K #+EMAIL

Re: [O] bug#10071: 24.0.91; Emacs runtime crashes while exporting an org file

2011-11-18 Thread Jambunathan K
Eli, Thanks for the clue and Stefan, thanks for the fix meanwhile. The minimal snippet that captures the root cause follows down below. Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Jambunathan K kjambunat...@gmail.com writes: Ccing Nicolas to attract his attention. Refer http

Re: [O] Add publishing with utf8

2011-11-22 Thread Jambunathan K
My html files are exported with charset=utf-8. I believe that that's because my org-mode buffers are utf-8 and ultimately because I've set LANG=en_US.UTF-8. Try the following when visiting your org file (actually, a backup of your org file :-)) o C-x RET f utf-8 RET o Save the file.

Re: [O] [bug] problem with odt export with latex \ref

2011-11-22 Thread Jambunathan K
This should be fixed now. The problem was triggered because of inter-mixing label references and the italics style in the same line. Hello all, Herbert's recent posting of a link to a video showing off the ODT exporter, I decided it was time I finally tried this out. I can export a

[O] 24.0.91; package.el (org): Macros in tar packages order of byte compilation

2011-11-24 Thread Jambunathan K
There have been constant flow of issues from users who install daily org tar balls from GNU ELPA. The problem concerns itself with the defmacros that are introduced in the *daily* tar but are *unavailable* in the *emacs* core. At the end of the package installation these new macros never get

Re: [O] Org from ELPA question

2011-11-24 Thread Jambunathan K
Filed as an umbrella bug - http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10125. Stelian you are cced in the bug report. I hope you can provide additional info as needed by the maintainers. Note: All the previous users were happy with the workarounds and never stuck around enough to reason the

Re: [O] odt export to google-docs problem continues

2011-11-24 Thread Jambunathan K
Rustom Mody rustompm...@gmail.com writes: On Fri, Nov 18, 2011 at 11:21 AM, Jambunathan K kjambunat...@gmail.com wrote: Suvayu/Rustom suvayu ali fatkasuvayu+li...@gmail.com writes: Hi Jambunathan, On Thu, Nov 17, 2011 at 11:06, Jambunathan K

Re: [O] bug#10125: 24.0.91; package.el (org): Macros in tar packages order of byte compilation

2011-11-24 Thread Jambunathan K
Org Mode files certainly have no dependency rules in lisp/Makefile.in. The Makefile - in devel repo of Orgmode - does define rules. Read on ... So the question why the problem does not happen while compiling Org in Emacs remains. I believe the way the files are compiled makes a substantial

Re: [O] [PATCH] org-babel-exp-lob-one-liners should not parse the entire buffer.

2011-11-24 Thread Jambunathan K
author. Btw, you can post your patches to the list. I am a regular on this list. Jambunathan K. --

[O] [odt] [PATCH] Anchoring image to a page

2011-11-24 Thread Jambunathan K
Jeremy What about the second patch ? I'm very interested in seeing it merged. I did a quick run of the attached patch (authored by you). When I do this: #+ATTR_ODT: :anchor page [[./org-mode-unicorn.png]] I see that the image is anchored to the page as expected. But the moment I attach

[O] bug#10125: 24.0.91; package.el (org): Macros in tar packages order of byte compilation

2011-11-24 Thread Jambunathan K
not that comfortable working with patches). Jambunathan K. --

[O] bug#10125: 24.0.91; package.el (org): Macros in tar packages order of byte compilation

2011-11-25 Thread Jambunathan K
switch...] I am wondering whether a knob to not compile installed packages is a good option in general. Can the autoloads be still generated even if the files themselves are not compiled? Jambunathan K.

Re: [O] Directional quotes in html

2011-12-06 Thread Jambunathan K
tycho garen ga...@tychoish.com writes: On Tue, Dec 06, 2011 at 06:25:09PM +, Herbert Sitz wrote: In my exports to pdf standard double-quote and single-quote (apostrophe) characters both get translated to corresponding pairs of opening and closing quotes. But in export to html both

Re: [O] [ANN][RFC] org-odt.texi/org-odt.pdf preview (was Re: Org-odt table format)

2011-12-10 Thread Jambunathan K
have tried my best to act on all your inputs. Let me know what you think. [1] http://www.mail-archive.com/emacs-orgmode@gnu.org/msg49545.html Yours, Christian On 10/28/11 6:19 AM, Jambunathan K wrote: I will work on your suggestions and circulate a revised draft shortly. Once an initial

Re: [O] [ANN][RFC] org-odt.texi/org-odt.pdf preview (was Re: Org-odt table format)

2011-12-10 Thread Jambunathan K
Christian Moe m...@christianmoe.com writes: - References and captions (not covered): It would be worth mentioning in the Tables and Images sections that these will work, but that you may need to use ToolsUpdateFields in LibreOffice to get them displayed right. I removed the above restriction

Re: [O] Making ePub books: further report

2011-12-11 Thread Jambunathan K
Alan L Tyree alanty...@gmail.com writes: On 11/12/11 20:41:18, Alan L Tyree wrote: On 11/12/11 18:42:10, Nick Dokos wrote: Alan L Tyree alanty...@gmail.com wrote: http://thread.gmane.org/gmane.emacs.orgmode/41826/focus=41849 Yes, Calibre does a nice job of converting XHTML to

[O] bug#9913: 24.0.91; ELPA: OpenDocument Text exporter for Org

2011-12-11 Thread Jambunathan K
Glenn Morris r...@gnu.org writes: In light of the following, can this be closed? Yes. Please close this issue. http://lists.gnu.org/archive/html/emacs-orgmode/2011-12/msg00155.html Subject: The Org-ODT exporter is now in Org's core (latest git)

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Jambunathan K
Martyn Jago martyn.j...@btinternet.com writes: Commit 6f8ea8e breaks the build. make clean make ...returns the error: emacs -batch -q -no-site-file -eval (setq load-path (cons (expand-file-name \./lisp/\) (cons \/usr/local/share/emacs/site-lisp\ load-path))) -f batch-byte-compile

Re: [O] [BUG] Various problems with org-odt export

2011-12-12 Thread Jambunathan K
Christian Hi, Either something's gone wrong with my setup, or there are a number of issues to straighten out after org-odt moved to core. Here's what I have so far (with Org 7.7 pulled this morning, Emacs 23.3.1, on a Mac). Issues 1 and 3 look urgent. 1. The org-export-odt-styles-file

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Jambunathan K
Bastien b...@altern.org writes: Jambunathan K kjambunat...@gmail.com writes: Don't you have htmlfontify.el in your version of Emacs? I thought it is part of regular Emacs. Could you please check why this is so? May be some adjustment of load path is required or htmlfontify.el has

Re: [O] The Org-ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Jambunathan K
for the ODT exporter? It's not so much about the creating of style files (although help in that regard would not be sniffed at ;-) but about whether there is a list of paragraph styles that can be customised somewhere? Ok. Can you be more specific? Jambunathan K. --

Re: [O] The Org-ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Jambunathan K
There is an implicit association between OpenDocument formats and MS Word. I see no reason why this association should continue to linger amidst masses even to this day where governments are actually clamouring for open standards. OpenDocument format has really nothing to do with MS Word. --

Re: [O] The Org-ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Jambunathan K
Give me latex any day! Ok. Take it. http://en.wiktionary.org/wiki/to_each_his_own. --

Re: [O] The Org-ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Jambunathan K
Dave Marquardt davem...@us.ibm.com writes: Bastien b...@altern.org writes: as the subject says. Please all test this heavily and report any problems. This will be part of Org 7.8 and soon in Emacs. Thanks a lot to Jambunathan for all this efforts, let's make sure everything is smooth

Re: [O] The Org-ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Jambunathan K
Alan That solved the problem. I was loading an old version. If you had copied etc/styles dir by hand to the installation dir I would consider that a bug. This copying should happen auto-magically. I hope things work auto-magically now without any manual intervention. --

Re: [O] ODT export custom link colors?

2011-12-14 Thread Jambunathan K
Christian Moe m...@christianmoe.com writes: Hi, I'm not sure about this, because I don't really know the ODT spec, LibreOffice is my friend. For instance, in the LibreOffice Styles and Formatting window, choose the Character styles tab, right-click on Default, select New. Name your style

Re: [O] odt export error

2011-12-14 Thread Jambunathan K
I can not pinpoint exactly what yields the error, but it reads Format error discovered in the file in sub-document styles.xml at 415,108(row,col) when the file attempts to open in openoffice 3.2. I am using org-mode 7.6. What is your default coding system. As christian points out, the

Re: [O] [BUG] Various problems with org-odt export

2011-12-14 Thread Jambunathan K
A small side-note. While styles file have moved to root/etc/styles the schema files are still in contrib. One can customize org-export-odt-schema-dir if one sees that auto-validation of xml files doesn't happen anymore. (schema files are in contrib because it will not be checked-into Emacs

Re: [O] Bug due to org-startup-indented

2011-12-22 Thread Jambunathan K
This should be reproducible in windows using the same emacs-version though. So I'll make sure to send a mail to emacs-devel. Don't bother about attaching gdb etc and Don't use emacs-devel. I suggest that you file a bug report - M-x report-emacs-bug RET - with a simple reproducible recipe.

Re: [O] Bug: [ORG-ODT] Export does not respect author:nil and timestamp:nil [7.8.02 (release_7.8.02.8.g8fb0)]

2011-12-23 Thread Jambunathan K
Jonathan I have pushed a fix for this. Please pull again. Prior to commit: f5add81f4b2b0d39f0597967fae4076fa5f8eff0 org-odt.el: Include author and date in the title when exporting my resume to ODT the exporter respected my export options for author:nil and timestamp:nil. Since the above

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-23 Thread Jambunathan K
Achim Gratz strom...@nexgo.de writes: Requiring htmlfontify seems to spawn a shell while byte-compiling please consider removing the rquire statement and replacing with the appropriate declarations. Done. --

Re: [O] [odt] [PATCH] Anchoring image to a page

2011-12-26 Thread Jambunathan K
Jeremy Jambunathan K kjambunat...@gmail.com writes: Jeremy What about the second patch ? I'm very interested in seeing it merged. I did a quick run of the attached patch (authored by you). When I do this: #+ATTR_ODT: :anchor page [[./org-mode-unicorn.png]] I see that the image

Re: [O] ODT Exporter

2011-12-27 Thread Jambunathan K
-styles-dir should be dir-reported-above/../etc/styles/*.xml. Note that copying by hand shouldn't be necessary nor should you set the org-odt-styles-dir explicitly by hand. Everything should happen auto-magically. Jambunathan K. Any ideas what I maay have overlooked? Many thanks

Re: [O] ODT Exporter

2011-12-27 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: Rainer Thiel r.th...@uni-jena.de writes: I had noticed Org Mode v. 7.8 integrates Jambunathan's ODT exporter that I had used successfully when it was still labelled as a contribution. After installing org-mode 7.8 on my Windows XP machine, I

Re: [O] ODT Exporter

2011-12-27 Thread Jambunathan K
Rainer I had noticed Org Mode v. 7.8 integrates Jambunathan's ODT exporter that I had used successfully when it was still labelled as a contribution. After installing org-mode 7.8 on my Windows XP machine, I can't seem to be able to use the ODT exporter, though. Trying to do so, I am

Re: [O] Orthogonality of blocks

2011-12-27 Thread Jambunathan K
Nick Dokos nicholas.do...@hp.com writes: Christian Moe m...@christianmoe.com wrote: On 12/27/11 9:37 PM, Eric Schulte wrote: Charles Turnerchtu...@gmail.com writes: Problem: I have two code blocks (#+BEGIN_SRC .. #+END) and I want to display them side by side on the page, perhaps

Re: [O] Orthogonality of blocks

2011-12-27 Thread Jambunathan K
Date: 2011-12-28 10:54:15 India Standard Time Author: Jambunathan K kjambunat...@gmail.com Org version 7.8.02 with Emacs version 24 Validate XHTML 1.0 hth, Christian --- #+title: Side by side code blocks #+style: stylepre.src {display: table

[O] Enhancing table cell alignments and commenting columns (was Re: Orthogonality of blocks)

2011-12-28 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: Charles Turner chtu...@gmail.com writes: @Jambunathan: Your examples render the blocks with sizes proportional to the contained text, rather than aligning as a table. I find that aesthetically displeasing :-( I am unable to understand what sizes

Re: [O] Enhancing table cell alignments and commenting columns (was Re: Orthogonality of blocks)

2011-12-28 Thread Jambunathan K
I think the colcookie lines could be enhnaced to also support t and / characters. IMNSHO, using #+ATTR_ODT: lines for commenting out columns will not only be cumbersome but also error-prone. A random thought: I think there will be more flexibility if the colcookies characters - l and r -

Re: [O] Orthogonality of blocks

2011-12-28 Thread Jambunathan K
If I look at the figures in the link provided, I am reminded of table.el tables. Put your different src blocks in table.el tables, this way even if you don't get fontification of src blocks atleast you will have a side-by-side output with both html and latex backends. Charles Turner

Re: [O] Location of OpenDocument style files should be configurable

2011-12-29 Thread Jambunathan K
. Jambunathan K. Footnotes: [1] http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00607.html [2] http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00571.html Now org-odt.el currently defines org-odt-styles-dir in a defconst, and it searches only in ../etc/styles/, ./etc/styles

Re: [O] Enhancing table cell alignments and commenting columns (was Re: Orthogonality of blocks)

2011-12-29 Thread Jambunathan K
I am wrong, the issue is not with the LibreOffice but with my memory. The srcblocks are actually aligned centrally (along the vertical axis) within the table cell. Since the two blocks are of different sizes/lengths the top border gets staggered. Changing the alignment to top will fix the

Re: [O] Location of OpenDocument style files should be configurable

2011-12-30 Thread Jambunathan K
of what is available for packaging. You can download a snapshot from the current HEAD: http://orgmode.org/w/?p=org-mode.git;a=summary Let know how things go. Thanks, Jambunathan K. Here is a summary of change: --8---cut here---start-8--- From

Re: [O] ca47d10e commit broke the build

2011-12-30 Thread Jambunathan K
]. Would it be possible for you (or anyone else) to isolate this further and identify the root cause. Thanks for reporting this, Jambunathan K. Footnotes: [1] See the last para of this post: http://lists.gnu.org/archive/html/emacs-orgmode/2011-12/msg00857.html Martyn Jago martyn.j...@btinternet.com

Re: [O] Location of OpenDocument style files should be configurable

2012-01-02 Thread Jambunathan K
on your patch(es). Jambunathan K. Cheers, Ulrich From f6eb5150418bfd5de35b8f4f9ca39f4cbff1d40b Mon Sep 17 00:00:00 2001 From: Ulrich Mueller u...@gentoo.org Date: Sun, 1 Jan 2012 21:39:21 +0100 Subject: [PATCH] Don't re-compile org-odt.el at install time. --- Makefile |6 +- 1

Re: [O] [Orgmode] Automatic screenshot insertion

2012-01-10 Thread Jambunathan K
Skip Collins skip.coll...@gmail.com writes: 2012/1/10 François Pinard pin...@iro.umontreal.ca: Some sad people think of me as a programmer.  While deep down, I am fundamentally an artist.  Programming is mere mean of expression :-). You and Jambunathan K. should form a club. Since I am

Re: [O] Captions for src and example blocks

2012-01-14 Thread Jambunathan K
and tell with a sample ODT document I am all ears. Jambunathan K. --

Re: [O] Captions for src and example blocks

2012-01-15 Thread Jambunathan K
BTW, is it currently possible to set the size for figures (I mean, included graphic)? I know it is possible in Latex, but the Latex directive seems to be ignored by ODT? Anyway, I guess this problem will go away with the new generic exporter. Try (info (org) Images in ODT export) or M-x

Re: [O] byte-code: Error (org-odt): Cannot find factory styles files. Aborting.

2012-01-15 Thread Jambunathan K
Johnny yggdra...@gmx.co.uk writes: Hi, I just upgraded to org-mode 7.8.03 (from 7.6) and now get this error message when trying to use the org-odt converter. With version 7.6, I used org-odt from contrib and that worked fine, so what is the reason for this error? I did see another post

Re: [O] byte-code: Error (org-odt): Cannot find factory styles files. Aborting.

2012-01-16 Thread Jambunathan K
Hello Johnny It looks like one of your installation step is non-standard. There is an easy workaround available but I would like to make sure that org-odt auto-configures itself with minimal user intervention. Make on unmodified Makefile, manually moved to /usr/local/share direcory. You

Re: [O] [bug] Tables in lists not exported to ODT

2012-01-16 Thread Jambunathan K
Hello Eric I have pushed a fix for this. The fix is a bit tricky. So please exercise extra care while verifying the output. Hope I haven't overlooked any corner cases. Jambunathan K. Eric S Fraga e.fr...@ucl.ac.uk writes: Hello, I am trying to export a document which includes small tables

Re: [O] [ODT] image scaling overridden by long caption

2012-01-19 Thread Jambunathan K
sections - 2-column frames (what is this?) side-by-side has surfaced in the list for the second time, I think it deserves to be supported out of the box. Jambunathan K.

Re: [O] latex export of #+header: lines

2012-01-19 Thread Jambunathan K
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Andreas, Andreas Leha wrote: I am experiencing a problem with the latex exporter: #+header: lines are visible in the

Re: [O] [bug] Tables in lists not exported to ODT

2012-01-19 Thread Jambunathan K
One comment: for tables that are indented, it probably makes sense to have the table take up 100% of the width available to it? Do you want to maximize the real-estate available for tables - indented or otherwise. Indentation for tables consume some real estate. Are you saying that you want

Re: [O] [bug] Tables in lists not exported to ODT

2012-01-22 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: Btw, I was trying to make the tables cute-looking Just pushed a fix whereby one can control the width of the tables. , commit f9d242 | Customize table width using :rel-width option. For example, to create a | table of width 60% use

Re: [O] Inconsistency in odt export to other exporters

2012-01-23 Thread Jambunathan K
The following snippet exports correctly to LaTeX and to html, but produces the text Figure Figure in odt. Fixed.

Re: [O] Side-by-side support

2012-01-23 Thread Jambunathan K
Hello Christian Christian Wittern cwitt...@gmail.com writes: On 2012-01-20 05:03, Jambunathan K wrote: side-by-side has surfaced in the list for the second time, I think it deserves to be supported out of the box. I strongly support this, since I have a lot of files with side-by-side

Re: [O] [ODT] image scaling overridden by long caption

2012-01-23 Thread Jambunathan K
-8--- #+TITLE: side-by-side.org #+AUTHOR:Jambunathan K #+EMAIL: kjambunat...@gmail.com #+DATE: 2012-01-23 Mon #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t :t #+OPTIONS: TeX:t LaTeX:dvipng skip:nil d:nil todo:t

Re: [O] [BUG] Inconsistency in src block hiding

2012-01-23 Thread Jambunathan K
Leo Alekseyev dnqu...@gmail.com writes: Tucking stuff away can mean different things to different users. Personally, I have treated them purely as an organizational device for supplementary information (I have :DETAILS: drawers all over my org files). (Out of Context) Drawer contents =

Re: [O] Indenting source code blocks in lists

2012-01-25 Thread Jambunathan K
Jarmo Hurri jarmo.hu...@syk.fi writes: what is the easy way to indent this block Mark the block as you would mark regularly. Then to 10 spaces you can do this: C-u 1 0 C-x TAB To figure out the number of spaces to add, you mentally the subtract the current column with the target column. Turn

Re: [O] [TABLE-OF-CONTENTS] with ODT exporter?

2012-01-26 Thread Jambunathan K
this means that [TABLE-OF-CONTENTS] isn't supported in the ODT exporter. Fixed. Please pull again. --

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Jambunathan K
I have no objection to implement limited numbering in both LaTeX and ASCII back-ends, but I'd like to know if it can be handled consistently in every other major back-end, too. I'm CC-ing Jambunathan to know his opinion about it. I can support this in ODT exporter. We can make this a feature

Re: [O] Tweaking the export

2012-01-27 Thread Jambunathan K
Nicolas I will let Christian answer for himself. [Nicolas] While I understand the shape of your input, I fail to see what you output should you look like. For example, given the following paragraph, text Atext A' line 2line 2 bis A line with *emphasis*A traduced

Re: [O] [ODT] image scaling overridden by long caption

2012-01-27 Thread Jambunathan K
Hello Andreas Andreas Leha andreas.l...@med.uni-goettingen.de writes: But I experienced another issue with respect to images scaling in the odt export: This subtree: test.org == * Test image scaling in odt #+caption: bar #+label: fig:bar #+name: bar

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: A way to set individual headings as numbered or unnumbered would be deluxe. Perhaps this is possible, but I haven't found it? It would require to modify Org's syntax (how to tell which headline has to be numbered and which has not?). It is not

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Jambunathan K
Tom The aspect I am exploring is this: Does numbering behavious occur uniformly for a *given* level? For example, are we talking of a scenario where level 3 heading in Tree-1 is numbered while level 3 heading on a Tree-2 is unnumbered. What would be the behaviour of level 4 heading in Tree-1.

Re: [O] org-version reported as 6.33x after upgrading to the latest and greatest with Emacs' Package Manager

2012-01-30 Thread Jambunathan K
Angel de Vicente ang...@iac.es writes: Hi, I'm running Emacs 23.2.1 (bundled with Ubuntu 11.04), and until now I was running the org-mode package that came with it (6.33x). Today I decided to update to the latest org version, and I followed the instructions at

Re: [O] org-version reported as 6.33x after upgrading to the latest and greatest with Emacs' Package Manager

2012-01-30 Thread Jambunathan K
sequence. Jambunathan K. In my .emacs file I have ;; Org-mode ;; (require 'org-install) (add-to-list 'auto-mode-alist '(\\.org$ . org-mode)) (define-key global-map \C-cl 'org-store-link) (define-key global-map \C-ca 'org-agenda) (define-key global-map \C

Re: [O] org-version reported as 6.33x after upgrading to the latest and greatest with Emacs' Package Manager

2012-01-30 Thread Jambunathan K
Angel de Vicente ang...@iac.es writes: and at the end of the file (setq load-path (cons ~/Emacs-custom load-path)) (require 'package) (package-initialize) Did I miss something else that I should do? I was planning on getting rid of the version that comes with Emacs, but I thought I should

Re: [O] [ODT] image scaling overridden by long caption

2012-01-30 Thread Jambunathan K
Andreas Leha andreas.l...@med.uni-goettingen.de writes: #+label: fig:baz #+name: baz #+attr_odt: :scale 0.5 #+header: :file baz.png #+header: :width 7200 :height 3600 :res 600 #+begin_src R :exports results :results graphics plot(1:10, 1:10) #+end_src Image that R outputs is

[O] 24.0.92; (image-size ...) on large images

2012-01-30 Thread Jambunathan K
-orgmode@gnu.org/msg51441.html , http://www.mail-archive.com/emacs-orgmode@gnu.org/msg51441.html | Re: [O] [ODT] image scaling overridden by long caption | | Jambunathan K | Mon, 30 Jan 2012 20:59:37 -0800 | | Andreas Leha andreas.l...@med.uni-goettingen.de writes: | | | #+label: fig:baz

[O] Frontmatter / Text before first headline

2012-01-31 Thread Jambunathan K
that is every element between the beginning of the parsed area and its first headline. I have trouble understanding what the real purpose of the text before the first headline is. It looks to me more like a placeholder for capturing the Frontmatter [1]. I have also trouble understanding what

[O] Hrules and Column/Page breaks

2012-02-01 Thread Jambunathan K
Is it possible to extend horizontal ruler to also stand for page *and* column breaks (say) by attaching a header to it. For it to be useful, the page break can have a style attached to it that specifies what manner of pages that this break introduces. (For example, start emitting Frontmatter

Re: [O] [ANN] ASCII back-end for new export engine

2012-02-01 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: No. Headlines, along with items, keywords and sections, can't have affiliated keywords. Though, they have properties. It may be done with: :PROPERTIES: :NUMBERING: nil :END: But it's still new syntax. It could also be narrowed to

[O] comments and attributes

2012-02-01 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Jambunathan K kjambunat...@gmail.com writes: Does the existing behaviour as captured in [[Side-by-Side images laid out by hand]] be preserved with new export driver? I'm not sure to get the syntax right, but in the new exporter, you can

Re: [O] How do teachers use org-mode

2012-02-01 Thread Jambunathan K
Have students turn in their assignments in Org mode format. From http://www.ocf.berkeley.edu/~rwl/lib/attachments/teaching/100/paper-guidelines.pdf See sec-2.3 , | I’m going to try an experiment in this course. I would like you to | submit your papers to me as plain text, not in a

Re: [O] Summary of syntax?

2012-02-02 Thread Jambunathan K
Alan Schmitt alan.schm...@polytechnique.org writes: Hello, I was just reading a document in org mode that had some code written like this: : make : make install I wanted to know more about this syntax (colon at the start of the line), M-x apropos-variable RET fixed-width or M-x

[Orgmode] Choosing css for Worg

2011-02-02 Thread Jambunathan K
Emacswiki has a nice and easy way to choose CSS for the page it renders. Look for `use it' links in the below page. http://www.emacswiki.org/emacs/CSS Is there anything similar for org/worg pages? Jambunathan K. ___ Emacs-orgmode mailing list

[Orgmode] [Worg] [PATCH] Update info on OpenOffice exporter

2011-02-03 Thread Jambunathan K
Can someone commit the following patch to worg? Btw, I need commit access to 'new' worg. Jambunathan K. From 0251dc250594cdc69d9cc7eca83ca3cf80302ad4 Mon Sep 17 00:00:00 2001 From: Jambunathan K kjambunat...@gmail.com Date: Thu, 3 Feb 2011 13:51:36 +0530 Subject: [PATCH] Update info

[Orgmode] Re: IMPORTANT: let's make the biggest gift of FLOSS history!

2011-02-03 Thread Jambunathan K
is the right place for it. Burying it too deep would `smell' (whatever that means). You seem to think that `contributions' to Free Software Projects are likely to be impulsive decisions as opposed to well-considered ones ... I hesitate to buy this argument. Jambunathan K. http://flattr.com

[Orgmode] Re: IMPORTANT: let's make the biggest gift of FLOSS history!

2011-02-03 Thread Jambunathan K
cost money. Paypal and other payments methods charge too. What I meant in my original comment was that spreading a micro-donation over a 12-month would it make a nano-donation :-). Jambunathan K. ___ Emacs-orgmode mailing list Please use `Reply All

[Orgmode] allout-mode + Babel

2011-02-08 Thread Jambunathan K
surfaced in the mailing list. So here I go ... http://www.emacswiki.org/emacs/AllOut Jambunathan K. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs

[Orgmode] Re: Table cells containing more than one line

2011-02-08 Thread Jambunathan K
some issues with having them exported. I had filed a report few months back. See http://lists.gnu.org/archive/html/emacs-orgmode/2010-12/msg00978.html Jambunathan K. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list

Re: [Orgmode] [ANN] OpenDocumentText/OpenOffice Exporter - 0.6 Release

2011-02-10 Thread Jambunathan K
. Let me know if you still encounter problems. I will be happy to help you out. Jambunathan K. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

<    1   2   3   4   5   6   7   8   9   10   >