Re: [O] new exporter: remove postamble in html of export subtree

2012-11-21 Thread Jambunathan K
Alan Schmitt writes: > Hello, > > I'm trying to remove the postamble in the html-export of a subtree, and > I don't know how to do it. This is what I tried: C-h v org-e-html-postamble RET > > > #+BEGIN_SRC org > :PROPERTIES: > :EXPORT_OPTIONS: html-postamble:nil > :END: > #+END_SRC > > > (I fo

Re: [O] problem while producing odt & pdf file

2012-11-21 Thread Jambunathan K
I have seen your message before previously in this mailing list. I am assuming that you are getting started with Emacs/Org. What version of Emacs you are using - M-x emacs-version RET Which OS/Distribution - Windows, Mac, Linux (Gentoo, Debian etc) - you use? Most likely you are not having th

Re: [O] Error in export to odt

2012-11-14 Thread Jambunathan K
Rainer M Krug writes: > Hi > > I am exporting a document to odt (Org-mode version 7.9.2 > (release_7.9.2-459-g6f7e92 @ > /home/rkrug/.emacs.d/org-mode/lisp/) and the odt generates fine, but > it is corrupt. The simple org > document looks like followed: > > > * Required data / field work > 1

Re: [O] OSX to PDF: Minimal Install

2012-11-05 Thread Jambunathan K
Nathan Neff writes: > I am using org-odt.el version 24.1 and org-mode version > 7.8.11 (release_7.8.11-723-g0f3b6 --8<---cut here---start->8--- $ git log 0f3b6 fatal: ambiguous argument '0f3b6': unknown revision or path not in the working tree. Use '--' to s

Re: [O] OSX to PDF: Minimal Install

2012-11-02 Thread Jambunathan K
Nick Dokos writes: > Jambunathan K wrote: > >> Nathan Neff writes: >> >> > Hello, >> > >> > I'd like to convert org-mode documents to PDF using the exporter, >> > on OSX, but it appears that I'd have to download MacTex which

Re: [O] OSX to PDF: Minimal Install

2012-11-02 Thread Jambunathan K
Nathan Neff writes: > Hello, > > I'd like to convert org-mode documents to PDF using the exporter, > on OSX, but it appears that I'd have to download MacTex which is a 2GB > download. Is there anything smaller that I could download in order to > be able to > export org documents to PDF? Install

[O] bug#12718: 24.2.50; ODT export (old) fails with wrong-type-argument

2012-10-24 Thread Jambunathan K
Bastien writes: > Hi Jambunathan, > > Jambunathan K writes: > >> When I try to export to ODT (without invoking the new exporter or >> anything), I get: >> >> OpenDocument export failed: Wrong type argument: stringp, >> (org-export-odt-preprocess-latex-f

Re: [O] New exporter: no custom timestamps

2012-09-17 Thread Jambunathan K
> Hello everybody, > > I am not able to export with custiom timestamps with the new > exporter.  `org-translate-time' expects "<>" and "[]" to be passed to it. I am not sure whether (all) the exporters should be changed or just the API needs to be fixed. , | *** Welcome to IELM ***

[O] Nice site using Org HTML/CSS

2012-09-14 Thread Jambunathan K
Happened to see this http://pirilampo.org/org-mode/ Looks nice. Don't fail to explore the tabs on top. I have seen the Chinese proverb on the home page in Emacs mailing list. Anyways the CSS could be had just by asking the author. --

Re: [O] [BUG] [new exporter] \cite and \ref in odt export

2012-09-13 Thread Jambunathan K
broken with new exporter. Jambunathan K. Andreas Leha writes: > Hi all, > > I experience problems when using \ref and \cite in documents, and then > exporting to odt. > > I can replace the \ref{uuu} with [[uuu]] (breaking compatibility with > the legacy exporter), but how

Re: [O] Question on latex source block

2012-09-13 Thread Jambunathan K
Abdó Roig-Maranges writes: > Hi, > > Here is a patch. Sorry for the bug! Thanks. I did a quick test and pushed the patch to repo. > Abdó. > > Eric Schulte writes: > >>> Seems to be caused by 149cc04782651e74764eb3188f6a6f178fe25f64, which is >>> unfortunate since that fixes (at least I *thin

Re: [O] Question on latex source block

2012-09-12 Thread Jambunathan K
; "$" "$$" "\\(" "\\[")) nil dvipng) org-format-latex("ltxpng/regression" "." nil "Creating LaTeX image %s" nil nil dvipng) org-export-odt-do-preprocess-latex-fragments() org-export-odt-preprocess-latex-fragments() run-hook

Re: [O] Extra space between list items in HTML export

2012-09-11 Thread Jambunathan K
> With Richard's example[fn:1] and the new exporter, we get different > behavior with HTML and latex (without the num: option or with num:t): > > o the second list is unordered in HTML, but enumerated in latex. > > o we get third level section numbers decorating the list entries in HTML, > but n

Re: [O] Extra space between list items in HTML export

2012-09-10 Thread Jambunathan K
Richard Stanton writes: > On 9/10/12 4:31 PM, "Jambunathan K" wrote: > >> >>>> From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com] >>>> Sent: Monday, September 10, 2012 2:37 PM >>>> >>>> > #+OPTIONS: h:2, toc:ni

Re: [O] Extra space between list items in HTML export

2012-09-10 Thread Jambunathan K
>> From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com] >> Sent: Monday, September 10, 2012 2:37 PM >> >> > #+OPTIONS: h:2, toc:nil >> > >> > * Example of itemized list >> > ** Blank level 2 header >> > - List 1 >> > - List 2 >> > - List 3 >> > >> > * Level 3 headings as itemized list, with

Re: [O] Compilation problem

2012-09-10 Thread Jambunathan K
Bastien writes: > Achim Gratz writes: > >> Bastien writes: >>> Achim Gratz writes: That would be commit 830a0781a6 by Jambunathan, then. Autoloads really don't work that way, so could this please be reverted? >>> >>> Done. >> >> Thank you. >> >> By way of explanation: autoload knows

Re: [O] org-url-hexify-p is not respected

2012-09-10 Thread Jambunathan K
James Harkins writes: > At Mon, 10 Sep 2012 12:07:26 +0530, > Jambunathan K wrote: >> If all you need is a stable link, you can go with CUSTOM_ID property for >> links. Just type in whatever string you want. IDs are machine created >> but CUSTOM_IDs are man made ones.

Re: [O] org-url-hexify-p is not respected

2012-09-09 Thread Jambunathan K
Following creates IDs on a headline. M-x org-id-get-create RET Then, the following creates a link to IDs C-c l on the headline C-c C-l at the place where link is to be inserted , | [[id:3f2c3ec7-e3ec-4fc8-9472-6b8fea4789d9][Low level Headline (Translations)]] | | * Low level He

Re: [O] Org-mode release 7.9

2012-09-09 Thread Jambunathan K
Jambunathan K writes: > Bundle the exporters in to say org-extras*.tar or org-devel-*.tar and > then have that package depend on the right version of org-*.tar. Or taking some cue from debian, call it org-*-unstable-*.tar and/or org-*-testing-*.tar.

Re: [O] Org-mode release 7.9

2012-09-09 Thread Jambunathan K
Achim Gratz writes: > Bastien writes: >> Let's take the easy road then. > > I'll work on that in maint, is this OK? > >> I'd suggest org+ as the name of the package. > > Hmm… I'd rather avoid that since "+" is a reserved character in file > names on some systems. How about orgplus? > >> Hosting

Re: [O] won't emacs kick into org mode for any file with a ".org" suffix?

2012-09-08 Thread Jambunathan K
"Robert P. J. Day" writes: > On Sun, 9 Sep 2012, Jambunathan K wrote: > >> "Robert P. J. Day" writes: >> >> > currently working my way thru the manual and section 1.3, >> > "Activation", explains how to add a line to your .

Re: [O] won't emacs kick into org mode for any file with a ".org" suffix?

2012-09-08 Thread Jambunathan K
"Robert P. J. Day" writes: > currently working my way thru the manual and section 1.3, > "Activation", explains how to add a line to your .emacs file to > guarantee that any ".org" file will open in org mode. > > but as far as i can tell, as long as org-mode is installed, that > will happen,

Re: [O] [ANN] New items pushed in into Org Mode Github.

2012-09-08 Thread Jambunathan K
> I should do that on the babel exports. It's on the todo list. This is probably what I meant. Things like eukleides and mathomatic are surfacing in this list for some time. Someone willing to use it will definitely find usage recipes, hmmm, useful. > Is there something that you've noticed th

Re: [O] [ANN] New items pushed in into Org Mode Github.

2012-09-08 Thread Jambunathan K
Luis It is great that you are updating your sources and providing updates on new features in the mailing list. It would be much better if you could maintain a .org file in Worg that demoes all the capabilities of org-e-groff exporter. My only concern is that updates that you are providing is get

Re: [O] my quick and dirty tutorial for getting started with beamer and org mode

2012-09-08 Thread Jambunathan K
If you don't mind, can you post the original odp file, the new org file and corresponding beamer file as an attachment. You see. Links disapper. They get moved etc, etc. But mail attachments stay in the mailing list and the archives. "Robert P. J. Day" writes: > from a totally newbie pers

Re: [O] still struggling with workflow

2012-09-06 Thread Jambunathan K
Nick Dokos writes: > Christopher W. Ryan wrote: > >> I've been using org-mode for, oh about a year now, and it seems like a >> very useful tool. But I'm still struggling to understand and implement >> effective workflows for projects, re-using bits and pieces of text. >> >> For example, I have

Re: [O] superscripts, tables and latex

2012-09-06 Thread Jambunathan K
Nick Dokos writes: > (add-to-list 'load-path "/path/to/contrib/lisp")) > (require 'org-export) > (require 'org-e-ascii) ; if you want > (require 'org-e-html) ; if you want > (require 'org-e-latex) I do this: C-x C-f ~/src/org-mode/contrib/lisp/ M-x update-directory-autoloads RET RET or

Re: [O] Alternate format for datetree

2012-09-05 Thread Jambunathan K
c b <24x7x...@gmail.com> writes: > It took a while to figure out that the back-tick is different from the > quote. Two useful links in this respect. http://www.lisperati.com/syntax.html http://www.lisperati.com/looking.html Just focus on the diagrams in the link - particularly the flip-

Re: [O] ELPA/org-export + org-e-*

2012-09-04 Thread Jambunathan K
> There is still the point of discoverability. Discoverability is an issue when there are search engines, hmmm! > Many more users already have the tromney/marmalade archives in their > .emacs. Have you looked at the default value of `package-archives'? It is in *everyone's* Emacs (for some

Re: [O] ELPA/org-export + org-e-*

2012-09-04 Thread Jambunathan K
Eric Schulte writes: > Maybe if you could share individual diffs from your git branch which add > Makefile targets to: > - bundle org-export and org-e-*.el ELPA packages > - update package-upload-file > - bundle an org+contrib ELPA package (if you have this implemented) > > then this functionalit

Re: [O] Org-export OpenDocument needs (defalias 'copy-seq 'copy-sequence)

2012-09-04 Thread Jambunathan K
Miguel Ruiz writes: > Org-export OpenDocument needs (defalias 'copy-seq 'copy-sequence) I see it is already aliased. Anyways, replaced copy-seq with copy-sequence in both org-odt.el and org-e-odt.el ,[ C-h f copy-seq RET ] | copy-seq is an alias for `copy-sequence' in `cl.el'. | | (copy-

Re: [O] Installation question

2012-09-03 Thread Jambunathan K
t...@tsdye.com (Thomas S. Dye) writes: > Aloha list, > > I'm having a difficult time installing org after upgrading to emacs 24.1 > :( > > If I make compile, then my initialization stops with an error because a > macro in org-compat.el can't be found. If I make uncompiled, then > initialization a

Re: [O] Org-mode release 7.9

2012-09-02 Thread Jambunathan K
> 1. There is no need to do download and M-x package-install-file RET if > the publishing server has a `archive-contents' file. > > Org's daily tars are already pushed to Orgmode.org and then later > pulled by GNU's ELPA servers. > > So only thing needed is a public URL on Orgmode

Re: [O] Org-mode release 7.9

2012-09-02 Thread Jambunathan K
1. There is no need to do download and M-x package-install-file RET if the publishing server has a `archive-contents' file. Org's daily tars are already pushed to Orgmode.org and then later pulled by GNU's ELPA servers. So only thing needed is a public URL on Orgmode.org for pac

Re: [O] ODT preferred format option per-file?

2012-09-01 Thread Jambunathan K
Jambunathan K writes: > James Harkins writes: > >> Hi, >> >> I have one particular org file that I would like to export to PDF by >> way of ODT. (I already set up outline styling in LibreOffice and I >> would like to use that, instead of trying to reconfigure

Re: [O] ODT preferred format option per-file?

2012-09-01 Thread Jambunathan K
James Harkins writes: > Hi, > > I have one particular org file that I would like to export to PDF by > way of ODT. (I already set up outline styling in LibreOffice and I > would like to use that, instead of trying to reconfigure a similar > look in LaTeX. For fun, I did try the LaTeX pdf export a

Re: [O] new HTML export prompts for file encoding

2012-08-25 Thread Jambunathan K
Bastien writes: > Hi Jambunathan, > > Jambunathan K writes: > >> commit 2cb72af8e8d818d10c744783549a6195c95036f0 >> Author: Jambunathan K >> Date: Sun Aug 26 00:50:17 2012 +0530 >> >> Set `org-e-html-coding-system' to 'utf-8 > >

Re: [O] new HTML export prompts for file encoding

2012-08-25 Thread Jambunathan K
er in such a way that no user prompts are raised during export? commit 2cb72af8e8d818d10c744783549a6195c95036f0 Author: Jambunathan K Date: Sun Aug 26 00:50:17 2012 +0530 Set `org-e-html-coding-system' to 'utf-8 > Thanks, --

Re: [O] org-notify.el doesn't work

2012-08-25 Thread Jambunathan K
maroony writes: > Bastien altern.org> writes: > >> >> Achim Gratz nexgo.de> writes: >> >> > None of those functions are interactive, so you can't run them with >> > M-x. >> >> `org-notify-start' is now interactive in git. >> > > Thanks for your answers! The new notify package sounds very in

Re: [O] Hyperlink to fileset

2012-08-24 Thread Jambunathan K
Nick Dokos writes: > Loris Bennett wrote: > >> Hi, >> >> Obviously I could simply learn elisp and do this myself, as described in >> the manual, but has anyone already implemented a link type to an emacs >> fileset? >> > > What's an emacs fileset? (info "(emacs) Filesets") > > Nick > > > -

Re: [O] Best way to implement project specific captures

2012-08-23 Thread Jambunathan K
May be dir local variables could be used? Carsten Dominik writes: > Hi Sylvain and Bastien, > > this is an interesting idea! > > I am wondering if the following feature would be useful as well: > Context sensitivity sounds most interesting to me if the same key > would do different things in di

Re: [O] org-export to Spreadsheet

2012-08-23 Thread Jambunathan K
Joost Helberg writes: > ls, > > org-export-odt-preferred-output-format doesn't support ods or xlsx. > Libreoffice is incapable of converting odt to ods, which is the main > reason, as far as I can see, for org-export-odt to not deliver this > service. LibreOffice is a collection of document cl

Re: [O] ELPA/server.mk

2012-08-21 Thread Jambunathan K
al.mk" -include local.mk # optional local customization, use default.mk as template +include UTILITIES/server.mk + # default target is "all" unless overridden in local.mk all:: > Jambunathan K writes: >> If I am not mistaken, you are talking about releas

Re: [O] Note about decimal mark for numbers

2012-08-21 Thread Jambunathan K
Achim Gratz writes: > Nicolas Goaziou writes: >> In a recent commit, I've modified `org-table-number-regexp' so it can >> recognize numbers with a comma as the decimal mark by default. > > This should really follow the definitions in the locale... That was my first reaction to it as well. But

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Jambunathan K
Achim Gratz writes: > It's not pushed to the orgmode repository yet. Please have a look at > the ELPA tar produced with the following patch (after including > UTILITIES/server.mk from your local.mk): Let me look at it. --

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Jambunathan K
Achim Gratz writes: > Jambunathan K writes: >> (Sometime back, I had made a request to Achim to >> port my ELPA changes to the new build system. I hope it is in his TODO >> list. Achim, are you there?) > > These changes are just what's in 395098f6f1 or is there

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Jambunathan K
Achim Gratz writes: > Jambunathan K writes: >> Mainline version >> >> 1. Doesn't update `archive-contents' which is necessary in order to >>browse packages in the repo with `list-packages'. My private version >>does it with `package-uploa

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Jambunathan K
Achim Gratz writes: > Jambunathan K writes: >> (Sometime back, I had made a request to Achim to >> port my ELPA changes to the new build system. I hope it is in his TODO >> list. Achim, are you there?) > > These changes are just what's in 395098f6f1 or is th

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-18 Thread Jambunathan K
Jambunathan K writes: > If the user experience is Wiki-like call it org-wiki-client and > org-wiki-server and the whole bundle org-wiki. > > If you want something cool, call it org-whatever-app. > > If you want to "promote", elnode just call it elnode_mod_org

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-18 Thread Jambunathan K
Eric Schulte writes: > Jambunathan K writes: > >> Eric Schulte writes: >> >>> Hi, >>> >>> I'd like to put together an ELPA package for org-ehtml [1], but it has >>> dependencies not only on Org-mode but also on org-export (which is i

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-18 Thread Jambunathan K
Eric Schulte writes: > Hi, > > I'd like to put together an ELPA package for org-ehtml [1], but it has > dependencies not only on Org-mode but also on org-export (which is in > contrib). Is there a way to require contrib packages through ELPA, or > should I just package up org-export into its own

Re: [O] Bug: html export converts "<" to "<" with "#!RESULTS" option [7.8.11]

2012-08-18 Thread Jambunathan K
If you switch to git version of Org-mode, then you can use org-e-html.el to do your export. The results look OK to me with M-x org-export-dispatch RET etc etc. Feiming Chen writes: > --- > - > > Please see the attached test f

Re: [O] get rid of empty caption on html export?

2012-08-18 Thread Jambunathan K
Matt Price writes: > Hi, > > I have asimpl table in an org document which, when i export to HTML, > is for some reason accompanied by an empty tag. My > wordpress theme causes the caption to take up valuable space... is > there any way to surpress the caption tag from being created on > export?

Re: [O] [OT] ELNODE is soon to be released as version 1.0

2012-08-14 Thread Jambunathan K
Jambunathan K writes: > Is elnode a Free Software - AGPL? I was looking for a license but it seems to have it under COPYING. Anyways, should it be AGPL? Will Nic be coaxed to put it under GNU ELPA? https://github.com/nicferrier/elnode/blob/57bb600b596a143ecd36ab994a287a7b71889ffb/COPYING

Re: [O] [OT] ELNODE is soon to be released as version 1.0

2012-08-14 Thread Jambunathan K
Is elnode a Free Software - AGPL? --

Re: [O] Using org-mode as day planner

2012-08-13 Thread Jambunathan K
I am wondering why people aren't using org-element.el to extract intelligence from org buffers. We seem to be living in 2011s. It is already 2012. --

[O] Fwd: Re: problem with odt export, emacs 23.3.1 on Ubuntu 12.04 LTS

2012-08-12 Thread Jambunathan K
(Forwarding to the list) > On 12 August 2012 20:40, Jambunathan K wrote: >> >> Fabio >> >> Thanks for going through all this trouble. Please post an updated >> recipe so that others can benefit. > > I think the problem should be dealt with by the maintai

Re: [O] problem with odt export, emacs 23.3.1 on Ubuntu 12.04 LTS

2012-08-12 Thread Jambunathan K
Fabio Thanks for going through all this trouble. Please post an updated recipe so that others can benefit. Did you look at `org-odt-data-dir', `org-odt-schema-dir-list' and `org-odt-styles-dir-list'? You can solve the issue by any one of the following ways: 1. Copy the style and schema files

Re: [O] [OT] Current website not very attractive

2012-08-09 Thread Jambunathan K
> how would you improve it? I will probably make Worg Wikipedia-like 1. Quick navigation to one side. 2. TOC on top and bounded. 3. A header bar, maybe. 4. A bigger font. One can start with pedia.css provided by Emacswiki. I have followed this trail - Org as a Wiki and a personal inf

Re: [O] Latest version of Org-mode 7.8.3?

2012-08-08 Thread Jambunathan K
'Mash writes: > I have a 'closed' thread going on here in regards to mobileorg-android: > https://github.com/matburt/mobileorg-android/issues/264 > > I have been told to use the latest org-mode which is apparently 7.8.3? > > But if I follow the instructions: > http://orgmode.org/worg/org-faq.html

Re: [O] The Quantified Shower

2012-08-08 Thread Jambunathan K
Nick Dokos writes: > Here's something to either inspire you or turn you off completely: > > http://www.technologyreview.com/featured-story/426968/the-patient-of-the-future/ Another one: http://blog.stephenwolfram.com/2012/03/the-personal-analytics-of-my-life/ --

Re: [O] Is there a way to selectively change the line spacing for visual line mode?

2012-08-05 Thread Jambunathan K
Paul Whipp writes: > Sticking in an extra carriage return works and has become my habit but > it is annoying when the text is copy/pasted or exported to certain > formats (such as libreoffice). You can create LibreOffice documents using the OpenDocument text exporter. Type C-c C-e O in the org

Re: [O] Introducing Octopress Exporter

2012-08-02 Thread Jambunathan K
Aurélien Aptel writes: > Since it's all static you relying on an external service like > Disqus. I'm not so fond of losing control over user contribution like > that. Besides, the actual service (disqus) is pretty terrible > anyway. I'm always pissed when the comment I sent gets processed in > we

Re: [O] [ANN] Markdown export back-end in contrib

2012-07-28 Thread Jambunathan K
Luis Anaya writes: >> If it still fails, could you provide an ECM? > > Erm, would you enlighten this old man and describe an ECM other than the > thinguie used by fighter planes to avoid being shut down by enemy > missiles? :) http://orgmode.org/worg/org-faq.html#ecm --

Re: [O] orgmode and pdf

2012-07-24 Thread Jambunathan K
x.pi...@gmail.com writes: > Hi list. > I try to make a workflow to mine data from pdfs into org mode. > I prefer to read in emacs, since I have fast dictionary lookup in it and > many other things. > There are two tools I think useful for conversion of pdfs into txt: > cuneiform - to extract text,

Re: [O] The "problem" with `flet' in Org-mode and (future) Emacs 24.2

2012-07-19 Thread Jambunathan K
Thanks. I have taken care for org-odt.el. Any `flet's in org-e-odt.el will also be removed in the next commit. --

Re: [O] [BUG] new exporter and #+BEGIN_CENTER

2012-07-17 Thread Jambunathan K
Center within Src. I don't think you can nest the blocks. The cryptic message is org-export.el way of saying that there is a parse error or that the Org file doesn't to conform to schema. > This throws an error: > > -- > * headline 1 > > #+BEGIN_CENTER > > #+BEGIN_SR

Re: [O] How to integrate org-mode in a MS Windows-/Office-based environment?

2012-07-16 Thread Jambunathan K
On the viewing front, doc-view can be used to view OpenDocument files right within Emacs. >From the manual, , | 35 Document Viewing | *** | | DocView mode is a major mode for viewing DVI, PostScript (PS), PDF, | OpenDocument, and Microsoft Office documents. It provides feat

Re: [O] Using HTML or ODF to get content from Org to Word

2012-07-14 Thread Jambunathan K
Karl Voit writes: > * Jambunathan K wrote: >> >> Instead of importing ODT documents right inside Microsoft Office, one >> can have LibreOffice do the ODT->DOC(X) conversion and import the LO >> created DOC(X) file in to Microsoft Office. > > As a side-mark

Re: [O] new exporter

2012-07-14 Thread Jambunathan K
Jambunathan K writes: > Nicolas Goaziou writes: > >> Hello, >> >> Achim Gratz writes: >> >>> Yes, that has been my impression as well. Again, I can make them go >>> away by removing one of the byte-compiled files, so I rather suspect >>>

Re: [O] new exporter

2012-07-14 Thread Jambunathan K
Nicolas Goaziou writes: > Hello, > > Achim Gratz writes: > >> Yes, that has been my impression as well. Again, I can make them go >> away by removing one of the byte-compiled files, so I rather suspect >> another case of a macro expansion that's not quite what was intented. >> Only this time I

Re: [O] Using HTML or ODF to get content from Org to Word

2012-07-14 Thread Jambunathan K
For people taking ORG->ODT->Microsoft Office they might want to give particular attention to the formatting of - Lists - Tables in the imported document. My best guess is import will be troublefree for the most part. Only issues could be around the import of customized tables. i.e., tables c

Re: [O] Using HTML or ODF to get content from Org to Word

2012-07-14 Thread Jambunathan K
If one does ORG->HTML->DOC instead of ORG->ODT->DOC, following areas could be problemsome. - Footnotes - Inlined images - do they end up right within the document or outside of it. See: http://www.libreoffice.org/download/release-notes/ https://wiki.documentfoundation.org/ReleaseNotes/3.5#ODF_1

Re: [O] table export to oocalc?

2012-07-11 Thread Jambunathan K
> Are there any plans to add a table to oocalc converter? There are no plans. Anyways, what prompted this question? What is your use-case? --

Re: [O] Compile error in org-odt.el in latest master

2012-07-11 Thread Jambunathan K
> Debugger entered--Lisp error: (error "Unable to create odt file (8)") According to `man zip', error code 8 (seen above) corresponds to , | 8 zip -T failed or out of memory ` Does this ring any bell?

Re: [O] Compile error in org-odt.el in latest master

2012-07-11 Thread Jambunathan K
> Thanks, export starts but stops here: > > > Debugger entered--Lisp error: (error "Unable to create odt file (8)") > signal(error ("Unable to create odt file (8)")) > error("Unable to create odt file (%S)" 8) > #[(cmd) "\304\305\306\307\310#\"\210\311\312\313!!\314\216 \315\316@\317 > \3

Re: [O] Compile error in org-odt.el in latest master

2012-07-11 Thread Jambunathan K
See my earlier message. This should be fixed. Rainer Stengele writes: > Am 11.07.2012 20:38, schrieb Rainer Stengele: >> Hi all, >> >> compiling the current master I get >> >> >> Compiling /cygdrive/c/Dokumente und >> Einstellungen/rainer/Anwendungsdaten/.emacs.d/org/lisp/org-odt.el... >>

Re: [O] Compile error in org-odt.el in latest master

2012-07-11 Thread Jambunathan K
> org-odt.el:2843:1:Warning: the following functions are not known to be > defined: condition-case-unless-debug, clear-image-cache, > image-size I have pushed a fix for `condition-case-unless-debug'. If you are using Emacs >= 23.1 you will have no further issues. As for other 2 function

Re: [O] org-export-select-tags

2012-07-10 Thread Jambunathan K
> I've seen some mention of this new exporter. Where can I find out > more? Is it included in 7.8.11 yet, or still being tested? 0. Checkout from git 1. Add contrib/lisp to load-path 2. Visit Org file. M-x org-export-dispatch RET 3. Migrate your existing settings in to the new exporter by han

Re: [O] org-html: subtree specific footnote references

2012-07-09 Thread Jambunathan K
Suhail Shergill writes: > i'm talking about a scenario where for one reason or another you may > not want to do that, but may instead only want to export the most > recent subtree which has been added (since the last time it was > exported). You are trying to merge two /instances of export comma

Re: [O] org-html: subtree specific footnote references

2012-07-09 Thread Jambunathan K
Won't it look odd and confusing to a reader, when there are two different footnote definitions with the same number. >>> >>> yes i agree that would be very confusing. but why, pray tell, would >>> there be two different definitions with the same number? >> >> you haven't modified the de

Re: [O] org-html: subtree specific footnote references

2012-07-09 Thread Jambunathan K
Suhail Shergill writes: > Jambunathan K writes: > >>>> running org-export-as-html on a subtree is currently problematic if >>>> the result is to be merged into a document which contains html-ized >>>> versions of other subtrees: the footnote ref

Re: [O] org-html: subtree specific footnote references

2012-07-09 Thread Jambunathan K
>> running org-export-as-html on a subtree is currently problematic if >> the result is to be merged into a document which contains html-ized >> versions of other subtrees: the footnote references and definitions >> get clobbered. Do the subtrees come from the same org file? Won't it look odd an

Re: [O] org-export-select-tags

2012-07-09 Thread Jambunathan K
I can duplicate what you say. May be it is a bug... ps: Text is no text with no whitespaces. All along we have been focussed on text, when we should actually have been focussed on the whitespace (or in this curious case, the missing whitepace) > SW gmail.com> writes: > >> I have an org-file w

Re: [O] org-export-select-tags

2012-07-09 Thread Jambunathan K
> Looks fine to me ... What does that mean? Are you getting the behaviour you are expecting. If you want to strip a tree from export, you can use the COMMENT keyword. I think the speed command is ";" or something. Note: With template not in place, I could see the problem that you reported. Onc

Re: [O] org-export-select-tags

2012-07-09 Thread Jambunathan K
#+AUTHOR:Jambunathan K #+EMAIL: kjambunat...@gmail.com #+DATE: 2012-07-10 Tue #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:dvipng skip:nil d:t todo:t pri:nil tags:t #+EXPORT_SELECT_TAGS: exp

Re: [O] org-export-select-tags

2012-07-09 Thread Jambunathan K
> I'm not sure this would help. Oh, OK. --

Re: [O] org-export-select-tags

2012-07-09 Thread Jambunathan K
SW writes: > Jambunathan K gmail.com> writes: > >> >> >> > I'm using Org-mode version 7.8.11-1 >> >> 7.8.11-1 is very old. Upgrade and problem will disappear. >> > > From the org-mode download page right now: > > "

Re: [O] org-export-select-tags

2012-07-09 Thread Jambunathan K
> I'm using Org-mode version 7.8.11-1 7.8.11-1 is very old. Upgrade and problem will disappear. --

Re: [O] [LibreOffice] Modified buffers

2012-06-29 Thread Jambunathan K
"Sebastien Vauban" writes: > Hi Jambunathan, > > There is one little annoyance after converting to ODT: the fact that files > such as... > > c:/WINDOWS/Temp/odt-172wPK/content.xml > > ... stay as modified buffers. I wouldn't mind much if they would be open but > saved. But, now, we have to an

Re: [O] local-set-key: Key sequence C-c SPC a starts with non-prefix key C-c SPC

2012-06-29 Thread Jambunathan K
1. M-x local-set-key (or M-x global-set-key) (and follow the prompts). 2. Once done, do M-x list-command-history and you will see a lisp form that you can insert in to your .emacs. Giacomo M writes: > Actually it was just the space > sorry for the noise > > On Fri, Jun 29, 2012 at 4:23

Re: [O] ASCII export: footer possible?

2012-06-29 Thread Jambunathan K
"Loris Bennett" writes: >> There are two exporters now - old and new. >> >> What command are you using for the export? C-c C-e a, M-x >> org-export-dispatch. > > I'm using C-c C-e a with Org 7.8.11. I am just persuading you to try the new exporter as well :-). It is possible that you get what y

Re: [O] ASCII export: footer possible?

2012-06-29 Thread Jambunathan K
There are two exporters now - old and new. What command are you using for the export? C-c C-e a, M-x org-export-dispatch. If you customize org-e-ascii (yourself), it is possible that you can generate the box programmatically on export and not have it in your Org file. How is the status generate

Re: [O] [LibreOffice] (void-variable org-line)

2012-06-28 Thread Jambunathan K
org-lparse '(push (quote ("@" emphasis)) org-lparse-char-styles)) If want to roll out your own style (for example highlight the text span), you need to add relevant entries to `org-lparse-char-styles', `org-export-odt-default-org-styles-alist' and also the styles.xml. i.e., changes are going to be a bit elaborate. Jambunathan K. --

Re: [O] [LibreOffice] (void-variable org-line)

2012-06-28 Thread Jambunathan K
"Sebastien Vauban" writes: > When trying to export to LibreOffice, I get this error message: > > Debugger entered--Lisp error: (void-variable org-line) Fixed in both master and maint. --

Re: [O] [Makefile] Re-compile if FLAGS change

2012-06-26 Thread Jambunathan K
Jambunathan K writes: > Apply the following patch and regenerate the html manual. Clarification: This is not a patch to Orgmode. Just a local change I needed. --

[O] [Makefile] Re-compile if FLAGS change

2012-06-26 Thread Jambunathan K
Apply the following patch and regenerate the html manual. You will see that the manual doesn't get *re*-generated. Can someone review the current rules to DTRT? -- diff --git a/default.mk b/default.mk index 7bdb7df..af871b6 100644 --- a/default.mk +++ b/default.mk @@ -103,7 +103,7 @@ MKDIR = i

Re: [O] Reporting Errors in Org Mode Manual

2012-06-26 Thread Jambunathan K
Please submit a patch doc/org.texi. See http://orgmode.org/worg/org-contribute.html > Hi, > > I looked through the Org Mode manual for a way to report errors and/ > or suggest changes in it, but could not find anything other than a > way to report bugs in the Org Mode implementation itself. I wa

Re: [O] aide

2012-06-25 Thread Jambunathan K
"Olaf.Hamann" writes: > After that M-x org-export-as-odt does not display the zip-Error any > more, but stops with 'Unable to create odt file (1)' in my case. When this happens, the "*Messages*" buffer usually contains the error string emitted by zip. Please look at the messages buffer for poss

Re: [O] aide

2012-06-25 Thread Jambunathan K
"Olaf.Hamann" writes: > I downloaded the Gzip binary from > http://gnuwin32.sourceforge.net/packages/gzip.htm. > I opened the zip-file with a graphical unzip-program (like Winzip or > 7zip or Totalcommander or so). > > Then I put only gzip.exe into Windows/system32 directory and renamed > it to

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