Re: [O] export to odt, change the default font.

2013-11-02 Thread Jambunathan K
Looks like there are many people who are new to LibreOffice in general. I strongly recommend this document. http://wiki.documentfoundation.org/File:Ooo_for_students.odt for introductory reading. Jambunathan K kjambunat...@gmail.com writes: Uwe Brauer o...@mat.ucm.es writes: Hello I

Re: [O] problem with titles in odt export

2013-11-02 Thread Jambunathan K
I acknowledge the bug. (But I won't send a patch.) What is your coding system? iso-latin-1... Switch to utf-8. The corruption will no longer happen. M-x add-file-local-variable RET coding RET utf-8 RET C-x C-s C-x C-v RET C-c C-e o In a day or two, I will queue up a fix in my

Re: [O] RLT (hebrew) tables and org-odt-export-to-odt problems

2013-11-02 Thread Jambunathan K
In LibreOffice, Right click on the table-Table-Text Direction-Right-to-Left. Now, does what you see seem right to you? As a side-note, the OrgOdtStyles.xml using a LibreOffice that uses en-GB (IN). So, there could be issues when it is used with other languages. You will be better of

Re: [O] Emulate a wiki a la wikidpad

2013-11-02 Thread Jambunathan K
I am in the process of adding support for Org-mode markup to the Oddmuse wiki engine. I call the new wiki Orgmuse. Interested people can watch for my announcements in this space. http://www.oddmuse.org/wiki/Org_Markup_Extension or watch the churnings in

Re: [O] Importing from Oddmuse?

2013-11-02 Thread Jambunathan K
Peter Davis p...@pfdstudio.com writes: I've used Oddmuse for years to maintain my own personal Wiki, but now I'm looking to move to Org mode. I am in the process of adding Org-mode markup support to the Oddmuse wiki engine. (By support I mean, only the text markup not agenda or babel related

Re: [O] export to odt, change the default font.

2013-11-02 Thread Jambunathan K
Uwe Brauer o...@mat.ucm.es writes: Hello I am searching the docs in order to configure the odt-export function. I cannot find anything concerning fonts. I would like to have hebrew text exported using a particular font. Can anybody give me a hint? 1. Search for Stylist in the

Re: [O] custom emacs org-emphasis-alist breaks EXPORT, help ;-) ?

2013-11-02 Thread Jambunathan K
Working with font-lock keywords is quite messy. The good news is that you don't have to do it. If you want highlighting in the buffer or a file (and but not in the exported buffer), just go with hi-lock-mode. The relevant manual page is at C-h K C-x w b In your Org file do this,

Re: [O] Outline cycling does not preserve point's position

2013-09-14 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Should there be a pit-stop at #+END in the segment below. You can use `org-forward-element' to go there. It makes no difference if I use `org-forward-element' or `org-forward-linear-element'. The reason is clear if one examines the parser output.

Re: [O] Remove Org and Tbl from menubar for derived mode

2013-09-14 Thread Jambunathan K
Christian Wittern cwitt...@gmail.com writes: I am developing a mode derived from org for special editing and browsing purposes. I will add my own menu to the menubar and would like to remove the menus added by org, Org and Tbl, in order not to confuse my users Try this (add-hook

Re: [O] Outline cycling does not preserve point's position

2013-09-12 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: I don't understand. Are you talking about the error message? There is no canonical C-down position, so I'm a bit confused. Put your cursor on the blank line between. Do a C-down. You will see the cursor moving and also an error reported. So, the

Re: [O] Outline cycling does not preserve point's position

2013-09-12 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Thanks. Take 2: Looks good. Less surprises. Some open questions... I have no preference one way or the other. 1. Seems to like beginning of line. May be it should do a back-to-indentation. It is disconcerting to have cursor rest on

Re: [O] Outline cycling does not preserve point's position

2013-09-12 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Here's a first draft for the linear forward motion. cond: Symbol's function definition is void: org-forward-and-down-element

Re: [O] Outline cycling does not preserve point's position

2013-09-12 Thread Jambunathan K
I will try out your changes later in the day... Meanwhile, I don't know what pre-order means. What about `org-flat-forward-element' By, flat or linear you really mean a serialized (or stringified) version of parse-tree. i.e., An Org buffer is really a serialized representation of the parse

Re: [O] Outline cycling does not preserve point's position

2013-09-12 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: Seems to like beginning of line. For repated C-down motion, where the cursor rests within the element is immaterial. So the question is at what position the cursor should rest so that whatever becomes easy. Whatever could be: 1. editing. 2

Re: [O] Outline cycling does not preserve point's position

2013-09-12 Thread Jambunathan K
Some suggestions: 1. Give a better name. Say pre-order traversal of element in the parse tree. [1] 2. Now if I M-h, C-x C-x and Deactivate mark, I essentially short-circuit the traversal of whole subtree rooted at point. There should be a convenient binding for it. Same

Re: [O] Outline cycling does not preserve point's position

2013-09-12 Thread Jambunathan K
I am happy with whatever is the latest version. You may want to commit it.

Re: [O] Can I ask Which day is it? when filtering org-agenda views?

2013-09-12 Thread Jambunathan K
Nick Dokos ndo...@gmail.com writes: the date of the item should be available to the function as the value of the dynamically bound variable date, To whomsoever it may concern. http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00085.html

Re: [O] Outline cycling does not preserve point's position

2013-09-12 Thread Jambunathan K
Suvayu Ali fatkasuvayu+li...@gmail.com writes: And I agree with you, beginning of line is a good target column. On reading Nicolas's explanation, I agree too. This is better. The decision should be based on what the user would do after doing a C-down and C-up. If *you* use C-down and C-up

Re: [O] Outline cycling does not preserve point's position

2013-09-12 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: `org-forward-paragraph' is much better. As long as the docstring or comments mention that Org's notion of paragraph is much more nuanced or richer than a text-mode's notion of paragraph. OK. Suggestions welcome. Meanwhile, here is an updated

Re: [O] Outline cycling does not preserve point's position

2013-09-12 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Some points are still to be discussed: 1. What to do on node properties? 2. What to do on source blocks? Looks good to me. Should there be a pit-stop at #+END in the segment below. --8---cut

Re: [O] Outline cycling does not preserve point's position

2013-09-12 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: It's a Sexp motion. Good opportunity to review the following bindings. C-c C-^ org-up-element C-c C-_ org-down-element Btw, C-M-p and C-M-n actually traverses the

Re: [O] Outline cycling does not preserve point's position

2013-09-12 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Jambunathan K kjambunat...@gmail.com writes: Suvayu Ali fatkasuvayu+li...@gmail.com writes: And I agree with you, beginning of line is a good target column. On reading Nicolas's explanation, I agree too. This is better. The decision should

Re: [O] Adding text properties to all Org mode links

2013-09-10 Thread Jambunathan K
Add salt to taste or cookup your own recipe based on the hints here. (add-hook 'org-mode-hook (lambda nil (setq-local default-text-properties '(point-entered org-link-entered-maybe (defun org-link-entered-maybe (op np) (when (derived-mode-p

Re: [O] Adding text properties to all Org mode links

2013-09-10 Thread Jambunathan K
Suvayu Ali fatkasuvayu+li...@gmail.com writes: I can't see the properties. This is what I tried: Did something happen with my snippet? I see a tooltip (which is placed afar from the link in question) in my machine. (add-hook 'org-mode-hook (lambda nil ;; (setq-local

Re: [O] Outline cycling does not preserve point's position

2013-09-10 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: When depth isn't involved When I am within a nested list (any arbitray position) and I C-down what should happen? When I am on an headline and I C-down, I find it disconcerting that

Re: [O] Outline cycling does not preserve point's position

2013-09-09 Thread Jambunathan K
It is extremely predictable if you know about the structure of an Org document and if you think in elements. Move over the smart navigation to C-M-f and friends. (info (emacs) Expressions) Programmers among us can exploit it.

Re: [O] Index of cases

2013-09-08 Thread Jambunathan K
CC me in the reply. Alan L Tyree alanty...@gmail.com writes: G'day, I am the author of a legal text of about 700 pages. I currently have the book in LaTeX using the memoir class. A couple of macros define special indexes for a Table of Cases and a Table of Statutes. Please share the

Re: [O] Index of cases

2013-09-08 Thread Jambunathan K
Here are the LaTeX macros that I use. Seeing a concrete example helps. Helps avoid speculation. I don't understand Latex, so I will speculate ... #+BEGIN_EXAMPLE Provided the documents are in order, the buyer must pay. This is so even if it is known that the goods have been lost at sea.

Re: [O] Index of cases

2013-09-08 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: I have (I think) got them to agree to accept plain text, but I would like to make it just as plain as possible. Oh, Ok. Looks like there is exchange of ideas between the author and publisher... In lighter vein and tongue-in-cheek sort of way

Re: [O] Index of cases -- Revisited

2013-09-08 Thread Jambunathan K
Alan L Tyree alanty...@gmail.com writes: I am concerned with the write - send to editor - rewrite - send to editor cycle. When the editor and I are in agreement with everything, convert to Word and send to publisher. Wikis.. Talk or comment pages separate from document content. Changes

Re: [O] (Emacs 23/24 binary compatibility): defstruct, setf

2013-09-05 Thread Jambunathan K
Stefan Monnier monn...@iro.umontreal.ca writes: I think existing *.elc files compiled against Emacs-23.2.1 should load fine on new Emacs versions. It's indeed an incompatibility I introduced when we switched from CL's setf to gv.el's setf, because the two work in a very different way. In

Re: [O] [SYNC] How do you sync your org-mode files between n devices (n 2)

2013-09-05 Thread Jambunathan K
I have a problem. I need to sync my files between several devices (currently 3). I don't use multiple machines. I use unison to copy files between Hard disk and USB disk. Apparently unison is superior to rsync.

Re: [O] syntax for blocks that the exporter should not render?

2013-09-05 Thread Jambunathan K
Matt Price mopto...@gmail.com writes: #+ was enough to get org to treat these lines as non-text Try adding a space character after #+.

[O] bug#14605: bug#14605: bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Jambunathan K
Suvayu Ali fatkasuvayu+li...@gmail.com writes: It is expected to be present in most desktop systems (almost anything with a GUI installed). I use Debian 6.05 (Squeeze) + XFCE. I had to install `xdg-open' by hand. (i.e., It is not installed during default installation). xdg-open is just a

[O] bug#14605: bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Jambunathan K
Carsten Dominik carsten.domi...@gmail.com writes: (defconst org-file-apps-defaults-gnu That's a real issue. As for what defaults to use, their availability and installability that is a secondary issue altogether. If I were you, I will plug in xdg-open there, issue

[O] bug#14605: bug#14605: bug#14605: bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Jambunathan K
Carsten Dominik carsten.domi...@gmail.com writes: OK, we now use xdg-open when available on a Linux system. The variable MUST be a defcustom.

Re: [O] [patch][org-entities] More symbols

2013-09-03 Thread Jambunathan K
Rasmus ras...@gmx.us writes: With some scripting, this pulling can be made less laborious but more complete. Would you be able to get the HTML entities? Nicolas said that Org prefers entity names due to encoding. I can find the unicode number in Emacs, but not it's name. This is often

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Jambunathan K
Achim Gratz strom...@nexgo.de writes: While I think it's a good default for someone using a desktop that conforms to XDG standards, there should be a check if in fact Emacs is running on such a desktop. What desktops you have in mind? How can they be checked for? On an Emacs running within

[O] (Emacs 23/24 binary compatibility): defstruct, setf

2013-09-03 Thread Jambunathan K
1. Compile ox.el (new-to-be-merged export library) with Emacs 23.2.1 (stock Debian binary) 2. Load the ox.elc file on Emacs Bzr trunk. 3. setf on a defstruct field breaks as seen below. Modify (1) so that .elc files are generated against Emacs Bzr trunk. Note that setf succeeds.

[O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Jambunathan K
Carsten Dominik carsten.domi...@gmail.com writes: OK, we now use xdg-open when available on a Linux system. Just realized that you have reverted the commit (a bit too early). Emacs goes through a long pre-test cycle for a reason. There is a plenty of room to test the waters on how useful or

[O] bug#14605: bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-02 Thread Jambunathan K
Carsten Dominik carsten.domi...@gmail.com writes: They are basically the open commands for MacOS X and Windows, and mailcap for Unix/Linux. The suggestion below is met with some approval in the Orgmode mailist earlier. http://lists.gnu.org/archive/html/emacs-orgmode/2013-07/msg00407.html

Re: [O] [patch][org-entities] More symbols

2013-09-02 Thread Jambunathan K
Rasmus It seems you have a keen interest in latex + org-entities. (This might be familiar to you.) You can do a, C-x b *scarath* C-x C-m C-\ TeX C-h C-\ RET and pull all the entities that you ever want in a single go (rather than including them piecemeal-by-piecemeal.) With

Re: [O] export tex file to different directory

2013-09-02 Thread Jambunathan K
Johannes Rainer johannes.rai...@gmail.com writes: Hi all, is there a way that I could export the generated tex files to a different directory upon export? It is called publishing. Search the info or pdf manual. thanks, jo

Re: [O] Invalid specification of styles.xml: nil

2013-08-31 Thread Jambunathan K
Luca Ferrari fluca1...@infinito.it writes: Hi all, when exporting to OpenOffice using a ott file as template I get the error Invalid specification of styles.xml: nil, even if I placed the property #+ODT_STYLES_FILE: /home/luca/letter.ott in the org file. Regular exports to ODT works out of

Re: [O] don't show author and date on odt export?

2013-08-31 Thread Jambunathan K
Matt Price mopto...@gmail.com writes: On Mon, Aug 26, 2013 at 2:49 PM, Matt Price mopto...@gmail.com wrote: I'm trying to figure out how best to tell org not to display my name and the date at the top of the page when it exports document. Currently, it seems I can do htis by setting

Re: [O] odt export version conflict on emacs for mac os x

2013-08-31 Thread Jambunathan K
Skip Collins skip.coll...@gmail.com writes: I started digging into this when I noticed some odd behavior while using ODT export. I think I am stuck using the older, buggier ox-odt and my setup is mixing two versions of org. Your settings seem OK to me. 1) an odt file is generated (good)

Re: [O] Changing page style in odt export

2013-08-31 Thread Jambunathan K
Vikas Rawal vikasli...@agrarianresearch.org writes: I have a wide table in my org document which I want on a separate landscape page in between the document. In my style file, I have a page style Landscape. Normally, in Libreoffice, I insert a page break with Landscape page style before the

Re: [O] odt export version conflict on emacs for mac os x

2013-08-31 Thread Jambunathan K
Skip Collins skip.coll...@gmail.com writes: After I do an ODT export, many ox-odt variables are duplicated with old variable names: | [-]-\ Group Org Export ODT | | |--- Option Org Odt Schema Dir | | |--- Option Org Odt Content Template File Above ones come from NEW

[O] (error Stack overflow in equal)

2013-08-31 Thread Jambunathan K
Export the below file to ODT. You will see the following stacktrace. Debugger entered--Lisp error: (error Stack overflow in equal) gethash(((table (:type org :attr_odt (:style \GriddedTable\) :parent)) . 0)) org-export-table-cell-width((table-cell (:parent (table-row (:type standard

Re: [O] don't show author and date on odt export?

2013-08-31 Thread Jambunathan K
Matt Price mopto...@gmail.com writes: Hi, I'm trying to figure out how best to tell org not to display my name and the date at the top of the page when it exports document. Currently, it seems I can do htis by setting #+OPTIONS: author:nil date:nil However, this also removes the relevant

Re: [O] Carriage return in macro

2013-08-31 Thread Jambunathan K
Tim wiskey5al...@gmail.com writes: At Mon, 26 Aug 2013 12:16:53 +0200, Nicolas Goaziou wrote: Is there any way to have carriage returns within the text of the macro ? No, there isn't. Macros target small substitutions. I have already tried using the #+BEGIN_ODT...#+END_ODT construct,

Re: [O] Changing page style in odt export

2013-08-31 Thread Jambunathan K
Vikas Rawal vikasli...@agrarianresearch.org writes: I have a wide table in my org document which I want on a separate landscape page in between the document. In my style file, I have a page style Landscape. Normally, in Libreoffice, I insert a page break with Landscape page style before the

Re: [O] odt export version conflict on emacs for mac os x

2013-08-31 Thread Jambunathan K
CAN and MUST be done. Jambunathan K.

Re: [O] odt export version conflict on emacs for mac os x

2013-08-31 Thread Jambunathan K
...@gmail.com writes: Hi, can someone please summarize this discussion for me and tell me what action is required? Thank you! - Carsten On 29.8.2013, at 20:25, Skip Collins skip.coll...@gmail.com wrote: Jambunathan K kjambunat...@gmail.com wrote: After I do an ODT export, many ox-odt

Re: [O] Carriage return in macro

2013-08-31 Thread Jambunathan K
structure doesn't bother me one way or the other. Jambunathan K kjambunat...@gmail.com writes: #+ATTR_ODT: :style OrgBulletedList :p-style Text_20_body_20_bold 1. N1 1. N11 2. N12 2. N2 #+ATTR_ODT: :style OrgNumberedList :p-style Preformatted_20_Text * B21 * B22 - B221

Re: [O] [ANN] Bibliography support ODT + JabRef

2013-07-30 Thread Jambunathan K
Nicolas, just jump to the last para. Feng Shu Please CC the mailing list. I don't mind receiving or replying to one-to-one mails but things that we exchange will be of interest to other members. feng shu tuma...@gmail.com writes: 1. When I add (setq org-odt-data-dir ~/project/org-mode/etc/)

Re: [O] [babel] Table as varaiables a differently proccesed by #+call lines vs. source code blocks

2013-07-29 Thread Jambunathan K
Torsten Wagner torsten.wag...@gmail.com writes: The different ways of calling a source code block might come with different system-wide values of header arguments. Thus, the behaviour of a source code block might differ, depending on the way how it was called. The table below depicts the

Re: [O] Encoding Problem in export?

2013-07-29 Thread Jambunathan K
If Org links are escaped by Org will the URLs be functional outside of Org? i.e., If I am on some machine, that has no Emacs or Org or if I am using a version of Org that uses new unescape algorithm but the original link was encoded with the old escape algorithm, will Copy-pasting the link to a

Re: [O] Encoding Problem in export?

2013-07-29 Thread Jambunathan K
I sense a design flaw. Fix it rather than escape it. Jambunathan K kjambunat...@gmail.com writes: If Org links are escaped by Org will the URLs be functional outside of Org? i.e., If I am on some machine, that has no Emacs or Org or if I am using a version of Org that uses new unescape

Re: [O] [ANN] Bibliography support ODT + JabRef

2013-07-29 Thread Jambunathan K
...@gmail.com writes: On Mon, Jul 29, 2013 at 3:48 AM, Jambunathan K kjambunat...@gmail.com wrote: Sorry about spamming you. s/RTFChars/XMLChars/ is what was needed. If I use XMLChars, then the Chinese characters in content.xml are actually numerically encoded. This would

Re: [O] Encoding Problem in export?

2013-07-29 Thread Jambunathan K
Nicolas, David I just interjected. Nicolas Goaziou n.goaz...@gmail.com writes: ...if that part cannot happen for some reason, links will be unusable outside Org. Correctness should overrule compatibility. In practice, we may have to strike a balance, with more weight thrown in favor of

Re: [O] [ANN] Bibliography support ODT + JabRef

2013-07-29 Thread Jambunathan K
2. Install the JabRef plugin [Chicago Export filters for Org-mode]. [Chicago Export filters for Org-mode] http://repo.or.cz/w/JabRefChicagoForOrgmode.git/blob_plain/HEAD:/net.sf.jabref.export.Chicago.ODF(English)-1.2.jar This is a port of Chicago plugin for JabRef. Search for Chicago

Re: [O] Latest Org Compatible with Emacs 23.3.1

2013-07-29 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: Look at the error messages and YOU tell us what the problem is. It is quite obvious what the problem is and how it can be fixed. I was rude, sorry. I C-s ed for error and landed up in makeinfo. The messages pertaining to scroll etc usually pop up

Re: [O] Standardize #+BIBLIOGRAPHY line

2013-07-25 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: #+toc: headlines :levels 4 (:toc headlines :levels 4) Btw, I forgot to mention that BIBLIOGRAPHY is itself a table of citations.

Re: [O] Standardize #+BIBLIOGRAPHY line

2013-07-25 Thread Jambunathan K
Nicolas Getting Citation right to cater to general needs is going to be complex. This is mainly because 1. Org's object syntax is very rudimentary and not extensible 2. real-world citations may need some annotations page number etc. I think it is good to *atleast make a move* in

Re: [O] Standardize #+BIBLIOGRAPHY line

2013-07-25 Thread Jambunathan K
I understand. You can still use ox-bibtex.el for now, and just ignore all the [[cite:...]] part. Each citation processor should reside in it's own file. So ox-jabref.el is the right place for my changes. It seems that you are not interested in introducing ox-cite.el or a make-shift

Re: [O] [ANN] Bibliography support ODT + JabRef

2013-07-25 Thread Jambunathan K
. NOTE: Review all the above changes once ox.el provides standard tools for handling citaitons. ___ ORG-JABREF Jambunathan

Re: [O] Standardize #+BIBLIOGRAPHY line

2013-07-25 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: Will it go as part of in text or will it go in to References list or both. For command line based processing, I see foresee issues with: 1. Multiple keys. 2. Stuff like Ibid. 3. Sort order of keys. 4. Numbering of entries

Re: [O] Standardize #+BIBLIOGRAPHY line

2013-07-25 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: before discussing (again) citations syntax I understand that talking about citations syntax will lead to bike-shedding. Every one - including me - seem to have an (un)informed opinion of it. The intent of the mail - as the subject - says is to

Re: [O] Standardize #+BIBLIOGRAPHY line

2013-07-25 Thread Jambunathan K
I am not sure how many people will read this or make sense out of it. Anyways, here I go. Rasmus ras...@gmx.us writes: - textcite k :pre x :post y → K (pre, year, post) - parencite k :p x :post y→ (pre, K, year post) - cite k :pre x :post y → K pre K year post

Re: [O] Standardize #+BIBLIOGRAPHY line

2013-07-25 Thread Jambunathan K
Rasmus ras...@gmx.us writes: The system should exhibit some flexibility supporting e.g. notes, parencite (prenote, key, year, postnote) and textcite key (prenote, year, postnote). But there could be others. E.g. someone mentioned using DOIs etc. I am not a scholar. I have never used

[O] Standardize #+BIBLIOGRAPHY line

2013-07-25 Thread Jambunathan K
(Fixed up the subject and CC line.) As for #+ATTR_BACKEND lines, they *must* be prefixed with the citation processor's name. It is unlikely that there will be a convergence of what Org-wide ':citation-style' values are. In that case, they can be converted to citation-processor specific style.

Re: [O] Standardize #+BIBLIOGRAPHY line

2013-07-25 Thread Jambunathan K
Let me state unequivocally that I am willing to co-operate . Nicolas Goaziou n.goaz...@gmail.com writes: I'm just pointing out two things: - ox-bibtex will have to be implemented differently (e.g., no more defadvices). Citation are obivously objects, whatever be their underlying

Re: [O] Standardize #+BIBLIOGRAPHY line

2013-07-25 Thread Jambunathan K
As expressed elsewhere I think [cite:key :pre xxx :post yyy :mycrazykey zzz] is the most desirable syntax. Where would the pre, post text would go. Will it go as part of in text or will it go in to References list or both. For command line based processing, I see foresee issues with:

Re: [O] [PATCH] Enable silent visibility cycling

2013-07-21 Thread Jambunathan K
[I have no specific opinions on this patch.] The customary way is to put each message at different level. The threshold level that the user wishes to see is configurable. Any logging message that falls below or above that threshold gets filtered. This way you don't introduce switches on a

Re: [O] Error while compiling

2013-07-21 Thread Jambunathan K
RCY re...@yahoo.com writes: ox-odt.el:369:1:Error: Cannot open load file: rng-loc rng-loc is a file that comes with Emacs. Your Emacs installation doesn't seem OK to me. M-x locate-library RET rng-loc RET Library is file ~/src/emacs/trunk/lisp/nxml/rng-loc.elc

Re: [O] Use babel to import table data from OpenDocument spreadsheets?

2013-07-18 Thread Jambunathan K
org-table-import-ods RET You will see something like what I see above. James Harkins jamshar...@gmail.com writes: At Thu, 18 Jul 2013 14:49:16 +0530, Jambunathan K wrote: 1. Give me a sample worksheet. Attached. 2. Give me the specific unoconv command that you used for converting

Re: [O] Use babel to import table data from OpenDocument spreadsheets?

2013-07-18 Thread Jambunathan K
1. Give me a sample worksheet. 2. Give me the specific unoconv command that you used for converting the worksheet. If you do (1) and (2), I will post a recipe. James Harkins jamshar...@gmail.com writes: At Wed, 10 Jul 2013 09:20:25 +0530, Jambunathan K wrote: James Harkins jamshar

Re: [O] Use babel to import table data from OpenDocument spreadsheets?

2013-07-18 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: I don't want to venture in to Babel. I don't want to experiment with unoconv either. I have a non-official libreoffice installed. Pulling in official unoconv will interfere with my working installation. For your purposes, just soffice will do

[O] [WIP/RFC] Bibliography support ODT + JabRef

2013-07-18 Thread Jambunathan K
[WIP/RFC] Bibliography support ODT + JabRef I need some quick feedback on how this works out. Look at the Org and ODT file and tell me to what extent it will suffice. I am not interested in Org syntax at the moment. But I am willing to exchange notes with anyone who wants to canonicalize some

Re: [O] How to turn off visibility-state messages from 'org-cycle?

2013-07-18 Thread Jambunathan K
Try this: (defadvice org-cycle-internal-local (around org-cycle-internal-local-suppress-messages activate) Do the local cycling action, but suppress messages. (letf (((symbol-function 'message) (symbol-function 'ignore))) ad-do-it)) (defadvice

Re: [O] [Patch] ob-ditaa.el for Cygwin

2013-07-12 Thread Jambunathan K
Have your tried setting the *Windows* environment variable $HOME via Windows system settings to d:/cygwin/home/yujie? Yujie Wen yjwen...@gmail.com writes: Hi, ob-ditaa.el calls Java VM to generate pictures. Unfortunately, Cygwin doesn't have native Java VM. In order to call the Windows

Re: [O] How can I write side by side code comparison table

2013-07-11 Thread Jambunathan K
Jisang Yoo jisang.yoo...@gmail.com writes: I can write a table: | Python | Emacs Lisp | |+| ||| and I can write two source code blocks: #+BEGIN_SRC python a = [0, 1, 2] a[0] += 10 #+END_SRC #+BEGIN_SRC elisp (setq a (vector 0 1 2))

Re: [O] Cannot convert to Odt

2013-07-11 Thread Jambunathan K
Tim Hawes haw...@anx.com writes: The problem was a shell code fragment, the parser did not know what to do with: #+BEGIN_SRC sh nodaemon) nodaemon() ;; #+END_SRC Just making the code more comprehensible as shell code as thus: #+BEGIN_SRC sh case $1 in nodaemon)

Re: [O] [Exporter] How to save 'info' plist for later use?

2013-07-10 Thread Jambunathan K
Add a filter or a translator. One of the arguments to that filter is the plist you are looking for. Work back from there and you will get the right APIs to use. The snippet below from ox-odt.el should be a good starting point for further exploration. The translators do fairly *non-trivial*

Re: [O] [Exporter] How to save 'info' plist for later use?

2013-07-10 Thread Jambunathan K
Thorsten Jolitz tjol...@gmail.com writes: Looking in the source-code is of course the best way to find out, but I thought I would have access to all function-names anyway with ,-- | C-h f org-export- TAB `-- until I figured out that defining some

Re: [O] Cannot convert to Odt

2013-07-10 Thread Jambunathan K
Tim Hawes haw...@anx.com writes: I am running Emacs 24.2 (installed from a bootstrapped pkgsrc) on Ubuntu Linux 12.04 When I try to convert my org doc to odt format, it fails. I have tried two different versions of org-mode. Version 7.8.11 that comes with Emacs 24.2 and the latest from GNU

Re: [O] Cannot convert to Odt

2013-07-10 Thread Jambunathan K
Tim Hawes haw...@anx.com writes: Jambunathan K writes: I am able to convert the same file on my home laptop with org-version 7.8.11 Nonetheless, I tried it with this minimal file: #+STARTUP: showeverything * Heading 1 1. Item 1 starting emacs with emacs -Q I am getting this error

Re: [O] I can not change the behavior of open the link which is a CHM file [[file+sys://kk.chm]]

2013-07-09 Thread Jambunathan K
Nick Dokos ndo...@gmail.com writes: In order to affect emacs as a whole, you need to modify one of your mailcap files This will work as well. (setcdr (assq 'system org-file-apps-defaults-gnu ) xdg-open %s) If xdg-open is not available, one can replace it with gnome-open or kde-open.

Re: [O] I can not change the behavior of open the link which is a CHM file [[file+sys://kk.chm]]

2013-07-09 Thread Jambunathan K
Nick Dokos n...@dokosmarshall.org writes: On 07/09/2013 10:08 AM, Jambunathan K wrote: Nick Dokos ndo...@gmail.com writes: In order to affect emacs as a whole, you need to modify one of your mailcap files This will work as well. (setcdr (assq 'system org-file-apps-defaults-gnu

Re: [O] Use babel to import table data from OpenDocument spreadsheets?

2013-07-09 Thread Jambunathan K
James Harkins jamshar...@gmail.com writes: I found a utility, unoconv[1], which I can persuade to produce a tab-separated export of the first worksheet of an ODS document. FYI, unoconv is an option provided by `org-odt-convert-processes'.

Re: [O] Can `org-element-map' act on secondary-strings?

2013-07-08 Thread Jambunathan K
Thorsten Jolitz tjol...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: You don't need `org-data' type. The tree root doesn't have any property anyway. I used that because I wanted the whole parse-tree as return value, but no matter what `org-element-map' returns, it changes

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: +(defconst org-export-dictionary Why?

Re: [O] [question] What does list of listing mean?

2013-07-02 Thread Jambunathan K
feng shu tuma...@gmail.com writes: List of listing = list of figure ? List of listing = List of src blocks

Re: [O] Use babel to import table data from OpenDocument spreadsheets?

2013-07-02 Thread Jambunathan K
M-x org-odt-convert RET or (org-odt-convert ..) James Harkins jamshar...@gmail.com writes: Just wondering if anyone out there has some magic code snippets that will automatically bring in data from a LibreOffice spreadsheet during HTML export. I think I could save, by hand, the

Re: [O] Use babel to import table data from OpenDocument spreadsheets?

2013-07-02 Thread Jambunathan K
James Harkins jamshar...@gmail.com writes: At Tue, 02 Jul 2013 19:49:43 +0530, Jambunathan K wrote: M-x org-odt-convert RET or (org-odt-convert ..) Is this valid for .ods, or only .odt? The file is from LibreOffice Calc, not Writer. I made a quick test and got only failed. From

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Jambunathan K kjambunat...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: +(defconst org-export-dictionary Why? Because it is not meant to be changed by the user nor let-bound. IOW, it's

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Even though it is a defconst, you can still change it. You are not forced to anything. But you're on your own. By the way, it is a defconst because of the keys, which shouldn't be altered, not the values. It /may/ be converted to a defcustom.

Re: [O] [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=.

2013-07-02 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, feng shu tuma...@gmail.com writes: From 63eba2e491a0c410b3841cbad2dd1a9f80416bca Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Tue, 2 Jul 2013 11:52:10 +0800 Subject: [PATCH] Let =`make'= be an option to

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Of course. Patch welcome. The conversation is taking a humorous turn.

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