Re: [O] [DEV] New package org-refer-by-number

2011-11-01 Thread Jambunathan K
The location of the elisp file is: http://ferntreffer.de/elisp/org-refer-by-number.el Copyright line says it is FSF. In that case, you should consider adding it to GNU ELPA - http://elpa.gnu.org --

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

2011-10-31 Thread Jambunathan K
Glenn Morris r...@gnu.org writes: Jambunathan K wrote: I would like to submit my OpenDocument Text exporter for Org to GNU ELPA. Org is already in GNU ELPA (with daily snapshots IIUC), so if your package is accepted into Org it will automatically be in GNU ELPA. True. But the fact is ODT

Re: [O] Outline and org-mode don't insert text into folded sections logically

2011-10-30 Thread Jambunathan K
- This patch covers only one of many ways to make unwanted changes in an invisible area. Others would be delete, backspace, kill-region, yank, kill-line, and an arbitrarily long list of less obvious other commands. Full protection could only be done with pre-change-hooks or so, but

Re: [O] [odt] equation labels

2011-10-30 Thread Jambunathan K
Myles English mylesengl...@gmail.com writes: Hello {Jambunathan}, I have found that Equations become labelled as Figures in the version I am using: emacs 23.3.1 org-mode from git commit 71f1c1be (Oct 26) The test equations in latex-mathml.org in this message:

Re: [O] OT: collage of scripts [was: Re: table alignment failed for Asian characters]

2011-10-28 Thread Jambunathan K
Jambunathan's mention of Tamil brought to mind a picture that I had seen long ago and found mysterious, beautiful and fascinating. It is Fig. 40, p. 168, in Hofstadter's Gödel, Escher, Bach: I looked for a copy on the web, but I only found the complete book. The picture is a collage of

Re: [O] table alignment failed for Asian characters

2011-10-27 Thread Jambunathan K
Carsten Dominik carsten.domi...@gmail.com writes: On Oct 27, 2011, at 4:00 PM, Giovanni Ridolfi wrote: Torsten Wagner torsten.wag...@gmail.com writes: Well the FAQ tells me what I thought already. I will post here a specific solution for Japanese and it might be added to the FAQ later.

Re: [O] Internal link doesn't work

2011-10-27 Thread Jambunathan K
Ning Zheng nings...@gmail.com writes: Hi, When I create an internal link using format [[My Target]], most of the time it cannot find the text in the file and tells me No match - create this as a new heading? The only situation it can find the text is when I have a heading My Target, and it

Re: [O] Org-odt table format

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

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

2011-10-27 Thread Jambunathan K
Christian Moe m...@christianmoe.com writes: Hi, Jambunathan, This is great. I'd be happy to proofread. Thanks. That is nice. What's the best way to return the proofs to you? A diff of the .texi? Whatever suits you. You can just send me a copy/paste/modify text snippets - with change

Re: [O] Orgmode performance problem and solution

2011-10-26 Thread Jambunathan K
Sorry I have no explanation but maybe someone who has performance problems may try to checkout from scratch and recompile. May be this is the explanation: http://orgmode.org/w/?p=org-mode.git;a=commit;h=1a97f29c342d85960a65c0bd992fee7c87850da5 points to this thread:

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

2011-10-26 Thread Jambunathan K
The org-odt.texi and org-odt.pdf are in the parent of this mail. It is also accessible as attachment at http://article.gmane.org/gmane.emacs.orgmode/48468 Proof readers invited. --

Re: [O] [RFC] Standardized code block keywords

2011-10-25 Thread Jambunathan K
. A BLOB in and of itself is but JUST A BLOB and has NO INHERENT meaning. I don't use babel myself so I may not be using the right set of words. Also it is not my intention to hijack the thread. Jambunathan K.

Re: [O] How to include comments on export? org-exp-blocks.el?

2011-10-24 Thread Jambunathan K
Herbert Sitz hes...@gmail.com writes: I'm trying to see if there is a way to include comments on export, to show up as something like the comments boxes you see in MS Word. What is your target format? Is it org-odt-doc. If yes, then currently there is no support for annotations/comments. It

Re: [O] How to include comments on export? org-exp-blocks.el?

2011-10-24 Thread Jambunathan K
So I tried (add-hook 'org-export-preprocess-hook (function org-export-blocks-preprocess)) and I get the comment in the HTML output. Is it valid a valid xhtml? M-x nxml-mode C-c C-n (assumming rng validation is on) I find that it suffers from the same problem that cropped up wrt special

Re: [O] How to include comments on export? org-exp-blocks.el?

2011-10-24 Thread Jambunathan K
I think the comment blocks are better handled as special blocks instead of org-exp-blocks. That may very well be true. If only - , From org-export-preprocess-string | ;; Call the hook | (run-hooks 'org-export-preprocess-hook) | | ;; Remove comment environment and

Re: [O] Outline and org-mode don't insert text into folded sections logically

2011-10-22 Thread Jambunathan K
Bastien b...@altern.org writes: Hi Suvayu, suvayu ali fatkasuvayu+li...@gmail.com writes: I think this might be the right time to ask for a feature request, unfold a tree if someone tries to edit it. This will prevent many mishaps. Good idea. There is `post-self-insert-hook' but there

Re: [O] BUG: Export images to LaTeX

2011-10-22 Thread Jambunathan K
Unfortunately, I pull infrequently, so I can't really narrow down when it started happening. -Anthony You can use git bisect to identify the commit that caused the breakage. ORIG_HEAD should point at the commit you used to be on before your last pull. I frequently use git reflog

Re: [O] Cannot display images inline any more

2011-10-21 Thread Jambunathan K
Rainer Stengele rainer.steng...@online.de writes: Am 21.10.2011 15:33, schrieb Sebastien Vauban: Hi Suvayu and Rainer, suvayu ali wrote: On Fri, Oct 21, 2011 at 2:39 PM, Rainer Stengele rainer.steng...@online.de wrote: I have for example [[file:c:/img.jpg]] which is exported

Re: [O] Cannot display images inline any more

2011-10-21 Thread Jambunathan K
Well, who is telling me No images to display inline? Is it Emacs or Org? Should be straight-forward right? How about C-x C-f image.file? --

Re: [O] OPatches for org-generic-export

2011-10-21 Thread Jambunathan K
I think also we should try to assemble a single org document with all kinds of markup that are expected to work, and use that to make tests. An export facility is actually easy to regression test I just haven't gotten around to it. Do you know if there is such a document for one of the

Re: [O] Org-mode Standardized Code Block Keywords

2011-10-21 Thread Jambunathan K
chris.m.mal...@gmail.com writes: I've invited you to be an owner of the Google Moderator series Org-mode Standardized Code Block Keywords. You can view and edit this series at http://www.google.com/moderator/#16/e=ffe1e I generally feel sad whenever some posts a blob via imgur or pastebin. It

Re: [O] org-odt: specifying fonts

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

Re: [O] org-odt: specifying fonts

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

Re: [O] org-odt: specifying fonts

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

Re: [O] how to do footers

2011-10-19 Thread Jambunathan K
Mehul Sanghvi mehul.sang...@gmail.com writes: I know that Org can do foot notes using fn:xxx but what I wanted to do was put a footer to every page that is created. It would be the same thing on each page. How would I do that ? Either I missed it in the manual or it is not there. You

Re: [O] Export an org file from the command line in the background

2011-10-19 Thread Jambunathan K
C-h v org-export-run-in-background Hi, is it possible to export an org file from the command line, so that a currently running Emacs instance is not disturbed? I want to export the attached org file and run the included source blocks, so I have an activity report in the end. I use the

Re: [O] org-odt: specifying fonts

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

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

2011-10-18 Thread Jambunathan K
if it's just me. Could I ask someone to please check? I have pushed a fix for this moment ago. Hope things are OK with your setup. Jambunathan K. Yours, Christian On 10/17/11 8:31 PM, Mehul Sanghvi wrote: On Mon, Oct 17, 2011 at 14:00, Nick Dokosnicholas.do...@hp.com wrote: My (factually

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

2011-10-18 Thread Jambunathan K
under http://repo.or.cz/w/org-mode/org-jambu.git/blob_plain/HEAD:/packages/ is still current. So the above URL can continue to be used for getting the latest org-odt through the package manager (as of today) Jambunathan K. --

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-14 Thread Jambunathan K
What about letting go those two variables and create `org-list-bullet-types', which would be a list of strings like: '(- + * 1. 1) (1) a. a) A) A.) It would be hard-coded but every bullet type could be opt-in or opt-out via customize. The default value should be as short

Re: [O] [PATCH] Add svg export using pdf2svg, for latex math and src blocks.

2011-10-12 Thread Jambunathan K
to avoid as much duplicated code as possible. *ping* Do you have FSF papers? May be you should write a ChangeLog entry as well so that reviewer is encouraged to look at the patch. Also look at http://orgmode.org/worg/org-contribute.html#devs Jambunathan K. --

Re: [O] Testing org-export-as-odt-and-open

2011-10-10 Thread Jambunathan K
that you switch to official builds from gnu.org. http://alpha.gnu.org/gnu/emacs/windows/?C=M;O=D Jambunathan K. --

Re: [O] Clicking on URL does convert some special characters

2011-10-09 Thread Jambunathan K
I have committed this patch. Can someone remove this from the patchwork's pending queue. http://patchwork.newartisans.com/patch/940/

Re: [O] org-7.7, C-c C-c to align tables says invalid function: org-called-interactively-p

2011-10-09 Thread Jambunathan K
Du Yanning duyann...@gmail.com writes: Windows 7 GNU Emacs 23.3.1 for Windows (i386-mingw-nt6.1.7601) Org 7.7 When I press C-c C-c to align a table, it says invalid function: org-called-interactively-p Org 7.5 is Ok. Check M-x locate-library RET org-table RET M-x locate-library RET

Re: [O] github: (partial) support for Org-mode files

2011-10-09 Thread Jambunathan K
FYI, https://lists.gnu.org/archive/html/emacs-orgmode/2011-09/msg00067.html Hi Karl, Org-mode support in GitHub is provided by the package org-ruby[1][2]. Looking at the source code and test-cases here would give you a fair idea of what is supported and what is not. Also, the version of

Re: [O] Invalid function: org-called-interactively-p

2011-10-09 Thread Jambunathan K
See http://www.mail-archive.com/emacs-orgmode@gnu.org/msg47345.html Hi, I'm using Emacs 23.3.1 on Windows 7 and org mode 7.7 (installed via elpa/marmalade). My .emacs is fairly minimalist: (add-to-list 'load-path ~/.emacs.d/) (require 'package) (add-to-list 'package-archives

Re: [O] Invalid function: org-called-interactively-p

2011-10-09 Thread Jambunathan K
is file ~/.emacs.d/elpa/org-20111008/org-macs.elc On Sun, Oct 9, 2011 at 4:31 PM, Jambunathan K kjambunat...@gmail.com wrote: See http://www.mail-archive.com/emacs-orgmode@gnu.org/ msg47345.html Hi, I'm using Emacs 23.3.1 on Windows 7 and org mode 7.7

Re: [O] org-7.7, C-c C-c to align tables says invalid function: org-called-interactively-p

2011-10-09 Thread Jambunathan K
See http://www.mail-archive.com/emacs-orgmode@gnu.org/msg47354.html That's only a temporary workaround. Du Yanning duyann...@gmail.com writes: Windows 7 GNU Emacs 23.3.1 for Windows (i386-mingw-nt6.1.7601) Org 7.7 When I press C-c C-c to align a table, it says invalid function:

Re: [O] Testing org-export-as-odt-and-open

2011-10-09 Thread Jambunathan K
: At this moment, I am not sure what the problem with your git installation is. May be you can discard your git setup for now ??? Jambunathan K. --

Re: [O] Recursive org-agenda-files

2011-10-04 Thread Jambunathan K
Neilen Marais nmar...@gmail.com writes: Hi, netty hacky netty.hacky at gmail.com writes: Hi Neilen, I think you want these in your .emacs (from http://orgmode.org/worg/org-faq.html, Can I add files recursively to my list of agenda files?): (load-library find-lisp) (setq

Re: [O] How to debug Specified time is not representable

2011-10-04 Thread Jambunathan K
A simple M-x grep-find on .org files for the year should work. I do not know the year. That is what regexps are for. If you visit the org file and do M-x occur RET [[]19[0-7][0-9] RET you are likely to find all entries in the 1900 and 1979 range. It is not my intention to provide you

Re: [O] Recursive org-agenda-files

2011-10-04 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: Neilen Marais nmar...@gmail.com writes: Hi, netty hacky netty.hacky at gmail.com writes: Hi Neilen, I think you want these in your .emacs (from http://orgmode.org/worg/org-faq.html, Can I add files recursively to my list of agenda files

Re: [O] Org-special-blogs does not make well-formed xhtml

2011-10-04 Thread Jambunathan K
Carsten Dominik carsten.domi...@gmail.com writes: On Oct 3, 2011, at 3:26 PM, Sebastien Vauban wrote: Hi Christian Moe, Christian Moe wrote: Hi, XHTML produced with Org-special-blocks is not well-formed; div tags get wrapped in p tags. Example: Some text. #+begin_sidebar

Re: [O] Suppressing DONE notes per-item?

2011-10-04 Thread Jambunathan K
Dave Abrahams d...@boostpro.com writes: I have a number of repeating items (habits especially) where it's very very rare that I have anything to say upon completion. I'd like to suppress Org's prompt for a DONE note on those items. Is that possible somehow? You are not look at the

Re: [O] org-odt help

2011-10-04 Thread Jambunathan K
will follow soon - maybe in a day or two. From 39ab2a263336ba077c7cd6627a3203c55c5bddba Mon Sep 17 00:00:00 2001 From: Jambunathan K kjambunat...@gmail.com Date: Tue, 4 Oct 2011 23:32:35 +0530 Subject: [PATCH] org-exp.el: Enhance `org-export-number-lines' to support odt export * lisp/org-exp.el

Re: [O] [contacts] No completion in Gnus

2011-10-04 Thread Jambunathan K
Thorsten quintf...@googlemail.com writes: Hello List, I have a org-contacts file with a few contacts with EMAIL property, taken from gnus using org-capture as described in the org-contacts manual. The contacts are tagged with some tags. But if I try to send an email to one of the contacts

Re: [O] Printing in indent mode

2011-09-30 Thread Jambunathan K
Jarmo Hurri jarmo.hu...@syk.fi writes: Jambunathan K kjambunat...@gmail.com writes: Is there a way to print the document tree in indent mode so that the hidden stars would not show up in the printed version? Don't you think exporting the buffer to say pdf is a better option than printing

Re: [O] would take more than an org-mode strip-down.

2011-09-30 Thread Jambunathan K
a better place for themselves and others. That said, I would say discard Orgmode. Use pen and paper. Use notice boards - much like the modern whiteboards or the ancient blackboards - to exchange notes with your workers. Go with what works for you. Jambunathan K.

Re: [O] How to debug Specified time is not representable

2011-09-30 Thread Jambunathan K
Karl Voit devn...@karl-voit.at writes: Hi! When I get «Specified time is not representable» while creating the Agenda view, I want to get more information *where* the problem is. I found [1] and following and so I got it that there is no way of managing timestamps before 1970 :-( Is

Re: [O] Printing in indent mode

2011-09-29 Thread Jambunathan K
Jarmo Hurri jarmo.hu...@syk.fi writes: Greetings! Is there a way to print the document tree in indent mode so that the hidden stars would not show up in the printed version? The indent mode is really nice for hierarchical list, but at least my printout with, e.g., Postscript Print Buffer

Re: [O] org-mobile-push

2011-09-29 Thread Jambunathan K
Vikas Rawal vikasli...@agrarianresearch.org writes: When I give M-x org-mobile-push I get an error: Symbol's function definition is void: appt-make-list What could be wrong? I am running org-mode 7.7 (require 'appt) Ideally this should be done automatically. Looks like that's not the

Re: [O] would take more than an org-mode strip-down.

2011-09-28 Thread Jambunathan K
this distinction requires a paradigm shift in the way you think. Footnotes: [1] It is not clear from your message whether you yourself are an Orgmode user. Jambunathan K.

Re: [O] would take more than an org-mode strip-down.

2011-09-28 Thread Jambunathan K
-orgmode/2011-04/msg00173.html Jambunathan K.

Re: [O] How to change latex export of links from \href to \url ?

2011-09-25 Thread Jambunathan K
Pierfranco Minsenti pierfranco.minse...@gmail.com writes: Hello, I would like to change how hyperlinks are exported from org mode to LaTeX. Infact now links are exported as a couple of \href but I've found out that in the case of long URLs it is impossible to have them broken properly in

Re: [O] How to change latex export of links from \href to \url ?

2011-09-25 Thread Jambunathan K
Low on caffeine :-) Under M-x customize-group RET org-export-latex RET ^^ missed this --

Re: [O] Testing org-export-as-odt-and-open

2011-09-25 Thread Jambunathan K
Hello Eric Hello I'm testing org-export-as-odt-and-open on Jambunathan's test.org file. I get error message Unable to create odt file (53). What version of zip are you using. 53 that you see here is the exit code from the zip command. I am not sure what that error means. Does the

Re: [O] rst-mode tables

2011-09-21 Thread Jambunathan K
Andrea Crotti andrea.crott...@gmail.com writes: I'm writing in RST a lot of documentation, and I noticed that RST-tables are very similar to org-mode tables. This makes me think that I could use happily turn-on-orgtbl and use it, but the tables are not exactly the same.

Re: [O] ODT image export

2011-09-21 Thread Jambunathan K
Derek Thomas derekctho...@gmail.com writes: Jambunathan, Thanks that looks like it's exactly what I need. I have been partially successful in getting the exporter running, but it stalls out after creating the odt file and opening it in openoffice. Any tips for getting ppt or odp export up

Re: [O] ODT image export

2011-09-21 Thread Jambunathan K
be it is not soffice but soffice.bin. Try creating a symlink between the two names and see if the problem goes away. It is important that M-: (executable-find soffice) should report some valid path. Jambunathan K.

Re: [O] [babel] What is `, (backquote comma)?

2011-09-21 Thread Jambunathan K
convey a fundamental/foundational idea in such simple and succinct terms. IMO, Elisp manual is too dense here to be really useful. Jambunathan K. --

Re: [O] Exporting subtree to LaTeX?

2011-09-18 Thread Jambunathan K
Johan Ekh ekh.jo...@gmail.com writes: Hi all, is it possible to export a subtree to LaTeX, i.e. not the entire org-file? I just want a latex file that I later include manually in an existing LaTeX document. Hint: Just hit C-c C-e and see what is on offer. Best regards, Johan --

Re: [O] [PATCH] org.el: Add support for LaTeX to MathML conversion

2011-09-17 Thread Jambunathan K
Equations. See the attached file for an illustrative export. latex-mathml-display-equations.odt Description: application/vnd.oasis.opendocument.text #+TITLE: latex-mathml-display-equations.org #+AUTHOR:Jambunathan K #+EMAIL: kjambunat...@gmail.com #+DATE: 2011-09-18 Sun #+DESCRIPTION

Re: [O] [odt] equation labels

2011-09-17 Thread Jambunathan K
or comment is welcome. TIA, Jambunathan K. Footnotes: [1] The patch is pending and has not hit the git repo yet --

Re: [O] how export highlight code

2011-09-17 Thread Jambunathan K
And I have not changed any option related to org-babel or the exporting function. So how can I make the syntax highlighting work for exporting to html? Add contrib/lisp to load path and do a (require 'htmlize) --

[O] [odt] Support for table templates (was Re: org-odt/html table export: adjusting default behaviour?)

2011-09-14 Thread Jambunathan K
as an illustrative example of what is possible with the odt exporter. Note that you need to modify automatic-styles that are in contrib/odt/styles/OrgOdtContentTemplate.xml. (Please consult the comments in the attached org file.) #+TITLE: table-template.org #+AUTHOR:Jambunathan K #+EMAIL

Re: [O] Org, latex and asymptote in a math project

2011-09-12 Thread Jambunathan K
. HTML is really not print oriented (whatever that means). May be the LABEL references \ref{LABEL} which looks to me to be LaTeX oriented syntax be re-defined to more Org-link like. Just my 2c, Jambunathan K. Footnotes: [1] I would like to view LABELS as below: LABEL := CATEGORY:SEQNO CATEGORY

Re: [O] Suppressing kill-ring copy and new buffers during export

2011-09-10 Thread Jambunathan K
Aditya Mandayam adity...@gmail.com writes: Whatup y'all. When I export to html or pdf via latex, the output is pushed onto the kill ring and a new background buffer created. I do not want this. How do i suppress it? ,[ C-h v org-export-kill-product-buffer-when-displayed RET ] |

Re: [O] Suppressing kill-ring copy and new buffers during export

2011-09-10 Thread Jambunathan K
Aditya Mandayam adity...@gmail.com writes: Whatup y'all. When I export to html or pdf via latex, the output is pushed onto the kill ring and a new background buffer created. I do not want this. How do i suppress it? Hint: You can look at org related customizations with M-x customize-group

Re: [O] Clicking on URL does convert some special characters

2011-09-08 Thread Jambunathan K
on historical research, the second org-link-unescape can be removed. The fact that attributes can be entered at C-c C-l prompt is largely documented and so the second call to org-link-unescape can largely be removed. Jambunathan K. Best regards, Seb --

[O] [odt][ANN] Embed links to mathml files as ODF formula

2011-09-08 Thread Jambunathan K
, display/paragraph types. IMPORTANT: I am following this mail with a patch to org.el which will add support for LaTeX-to-MathML conversion using an external converter. #+TITLE: mathml.org #+AUTHOR:Jambunathan K #+EMAIL: kjambunat...@gmail.com #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en

[O] [PATCH] org.el: Add support for LaTeX to MathML conversion

2011-09-08 Thread Jambunathan K
. Currently there is NO support for numbered and displayed equations which go like this x = y (1) y = z (2) From 762bffe1fc11d28502d6842c9b7d0049442ee2ef Mon Sep 17 00:00:00 2001 From: Jambunathan K kjambunat...@gmail.com Date: Fri, 9 Sep 2011 00:14:59 +0530 Subject: [PATCH

Re: [O] Inline tasks and latex export

2011-09-07 Thread Jambunathan K
You can also take some inspiration from the ?user-friendly? example in the post below. https://lists.gnu.org/archive/html/emacs-orgmode/2011-08/msg01274.html (You need to look inside the org attachment) Hi all, I've been trying to get inline tasks to work with the todonotes package. I

Re: [O] [bug] [odt] OpenDocument Text export produces corrupted files

2011-09-06 Thread Jambunathan K
portability, it is better that #+DATE is not-specified at all or if it is specified, the user has to be aware of the notes made above. There is a warning message that org-odt.el emits if user forces a date string. I am not sure how best this warning has attracted attention to itself. Jambunathan K

Re: [O] [odt/xhtml] Export lists as tables (list-tables)

2011-09-03 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Jambunathan K kjambunat...@gmail.com writes: List-tables is a humble first step in this direction. (Proportional sizing of columns and support for grid lines is coming soon) From the blurb: , | ;; Notes on LIST-TABLES

Re: [O] Small patch for org-lparse.el -- Macro edebug spec

2011-09-03 Thread Jambunathan K
Attached patch for org-lparse.el adds an edebug specification to `with-org-lparse-preserve-paragraph-state'. This is Committed. Thanks.

Re: [O] HTML export headers

2011-09-02 Thread Jambunathan K
(locate-library org-html.el)) and search for the specific string that you are querying for. Look around to see where the nearby `defcustom' are. Option 2 is likely to fast and efficient. Jambunathan K. Muchas gracias, A --

Re: [O] Local #+LINK's in org-mode file

2011-09-02 Thread Jambunathan K
org or the buffer) help installing the change? Jambunathan K.

Re: [O] Escaping Square Brackets in LaTeX Export

2011-09-01 Thread Jambunathan K
, verse, latex, html and | docbook blocks. ` Jambunathan K.

[O] [odt/xhtml] Export lists as tables (list-tables)

2011-09-01 Thread Jambunathan K
I am pleased to announce support for list-tables in the odt/xhtml exporters. See below for some introductary note. Also refer to the attached org/odt/html files. Thanks for your past and future inputs. Jambunathan K. Related posts: 1. Thanks to Ben for introducing list-table in this post

Re: [O] Table alignment

2011-08-31 Thread Jambunathan K
(Is this terminology correct). Table alignment works only if all characters occupy the same width. Focus on (set-default-font ...) stuff. FWIW, This is what I use. , | gdi:-raster-Courier-normal-normal-normal-mono-20-*-*-*-c-*-iso8859-1 (#x62) ` Jambunathan K. --

Re: [O] [odt] equation labels

2011-08-31 Thread Jambunathan K
a value of 72.0 Image sizes are a grey area to me. If there is an expert out there willing to educate me I am all ears. Jambunathan K. But I don't think it was applied and I am not sure how it would fit in the current scheme. Can anyone advise? Myles --

Re: [O] Custom latex environments using properties

2011-08-30 Thread Jambunathan K
suvayu ali fatkasuvayu+li...@gmail.com writes: Suvayu Hi everyone, I am trying to implement a way to wrap a custom latex environment around a sub-tree where I specify the environment and its options as a PROPERTY. I am expecting it to work as BEAMER_env or BEAMER_envargs works for

Re: [O] Custom latex environments using properties

2011-08-30 Thread Jambunathan K
But, the problem asked by Suvayu is different because the todo here is a macro, not an environment. Hence the expected output: \todo[inline]{\textbf{\textsf{\textsc{TODO} Provide your last offer.}}\\ } Except from working in such a fashion: #+LaTeX: \todo{ ... your Org text is

Re: [O] org-mode not in elpa package list

2011-08-30 Thread Jambunathan K
Kevin Emerson kemer...@uoregon.edu writes: Hello, I have run ELPAs packge-list to update to the newest version of org-mode and I do not see org-mode in the package list. The FAQ for org-mode suggests I post this discrepancy here. I think you are 1. using emacs-23 2. you are using package.el

[O] Footnote changes creates [REGRESSION] in xhtml/odt exporters

2011-08-29 Thread Jambunathan K
Footnote changes creates [REGRESSION] in xhtml/odt exporters. The required details are in the attached org file. Caught by my test.org file :-). -- #+TITLE: footnote-regression.org #+AUTHOR: #+EMAIL: kjambunathan@JAMBU-NETBOOK #+DATE: 2011-08-29 Mon #+DESCRIPTION: #+KEYWORDS:

Re: [O] Footnote changes creates [REGRESSION] in xhtml/odt exporters

2011-08-29 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Jambunathan K kjambunat...@gmail.com writes: Footnote changes creates [REGRESSION] in xhtml/odt exporters. The required details are in the attached org file. Caught by my test.org file :-). I've pushed a fix to master. Thanks

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

2011-08-28 Thread Jambunathan K
more involved for me - the developer and you - the user. Thanks, Jambunathan K. -- #+TITLE: test.org #+AUTHOR:Matt Price #+EMAIL: matt.pr...@utoronto.ca #+DATE: 2011-08-23 Tue #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t

[O] [PATCH 1/2] Parse and store both col align and col width spec for later use

2011-08-28 Thread Jambunathan K
I have worked up a patch which intends to give users more control over how tables are formatted. The patch modifies files that I don't own so the changes will take sometime to hit the repo. From 8bae4b059a3063a866260ed2958e6c1e05365901 Mon Sep 17 00:00:00 2001 From: Jambunathan K kjambunat

[O] [PATCH 2/2] org-odt.el: Put table style and col sizes under direct user control

2011-08-28 Thread Jambunathan K
I have worked up a patch which intends to give users more control over how tables are formatted. The patch modifies files that I don't own so the changes will take sometime to hit the repo. From 046a2d1793c50c99b5b58b3874540632513e4562 Mon Sep 17 00:00:00 2001 From: Jambunathan K kjambunat

Re: [O] [odt] equation labels

2011-08-27 Thread Jambunathan K
) conversion for sanitizing of indices [2]. It is also worth noting that the attached file uses the as yet undocumented #+ATTR_ODT: (:scale 2) to scale the image to twice the original size. Jambunathan K. Thanks, Myles Footnotes: [1] Other Categories could be Illustration, Table, Text etc. [2

Re: [O] Underline ONLY the first character of a word?

2011-08-26 Thread Jambunathan K
See http://www.mail-archive.com/emacs-orgmode@gnu.org/msg45991.html Just, creating a backlink to the other thread. John Hendy created the forward link. Greetings. I've inherited an HTML document that uses the construct: ue/uvent for instance, to underline the initial 'e' in the word.

Re: [O] nested and partially emphasizing

2011-08-26 Thread Jambunathan K
Neither for bar*keeper* nor for *bar*keeper. This will interest you http://www.mail-archive.com/emacs-orgmode@gnu.org/msg45991.html ,[ C-h v org-emphasis-regexp-components RET ] | org-emphasis-regexp-components is a variable defined in `org.el'. | Its value is ( ('\{ -

Re: [O] Not merging org-lparse, org-xhtml org-odt to the core

2011-08-25 Thread Jambunathan K
if I let my natural confrontational self to get the better of me. Jambunathan K.

Re: [O] Not merging org-lparse, org-xhtml org-odt to the core

2011-08-25 Thread Jambunathan K
Bastien b...@altern.org writes: Jambunathan K kjambunat...@gmail.com writes: Bastien has stepped in to big shoes and he has to measure up. Those shoes are so big that there is room for more than one guy. And I'm *really* glad I can rely on people like you, Carsten, Eric, Nicolas, David

Re: [O] HTML publishing broken?

2011-08-25 Thread Jambunathan K
as complicated and proceeded ahead with a fix. There is room for improvement. ps: I don't intend to provide a patch for this. Jambunathan K.

Re: [O] Not merging org-lparse, org-xhtml org-odt to the core

2011-08-25 Thread Jambunathan K
. The conventional stereotype of a geek as a social misfit also has some truth to it. I truly appreciate your kind words. I have no doubt that they are genuine words of love that bring LOTS OF understanding. Jambunathan K.

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

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

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

2011-08-25 Thread Jambunathan K
-u in step 4, only conversion will happen. The resulting file will not be opened) Jambunathan K. --

Re: [O] Is it possible to markup one character in a word?

2011-08-25 Thread Jambunathan K
Vladimir Lomov lomov...@gmail.com writes: Hi. Is it possible to markup one character in a word, like e*X*ecute. For now this don't work. I tried to add ZERO WIDTH SPACE (found on mailing list) before first * and last * like in example e​*X*​ecute but this don't work also. Your suggestion

Re: [O] Is it possible to markup one character in a word?

2011-08-25 Thread Jambunathan K
3. Goto Allowed chars in pre and do as in 2. ^^^ post Copy-Paste error. Replace pre by post. --

<    3   4   5   6   7   8   9   10   11   12   >