Re: [O] Possible to insert and view picture in a .org file?

2012-06-02 Thread Jambunathan K
itm...@chrikro.net itm...@chrikro.net writes: Hi! Is it possible to insert and view picture in a .org file with emacs? I want to se the picture in the text while editing the .org file. Possible? (Self-service) M-x org-info RET Within info buffer, i inline TAB --

Re: [O] Possible to insert and view picture in a .org file?

2012-06-02 Thread Jambunathan K
See this thread: http://lists.gnu.org/archive/html/emacs-orgmode/2011-10/msg00792.html You need to copy libpng (or whatever dll) to your emacs bin directory - directory where runemacs.exe is located.

Re: [O] Testing: org-export-e-html

2012-06-01 Thread Jambunathan K
the [[http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00752.html][this post]]. --8---cut here---end---8--- Btw, thanks for your patience and sticking it out right through to the end. Jambunathan K.

Re: [O] Testing: org-export-e-html

2012-05-31 Thread Jambunathan K
But first line of test.html:   ?xml version=1.0 encoding=iso-8859-1? This is fixed. Please pull again. There was one another issue: Heading with CUSTOM_IDS were not getting the associated property as an anchor. This is also fixed. Issues wrt images links and target links are still

Re: [O] Testing: org-export-e-html

2012-05-30 Thread Jambunathan K
For some reasons, the link type becomes custom-id. See the attached files - links.org and links.el. links.el Description: application/emacs-lisp * BC Crandall :PROPERTIES: :CUSTOM_ID: :END: * Link1 #+target: [[#][Some description]] * Link2 [[#][Some

Re: [O] Org-mode release 7.8.11

2012-05-29 Thread Jambunathan K
Julian Bean ju...@jellybean.co.uk writes: On 25 May 2012, at 08:51, Bastien wrote: Hi all, I've released Org 7.8.11. How do we view changelogs for minor versions? http://orgmode.org/Changes.html only appears to show changes for 7.8 (and, in the top section, changes in 'HEAD'). I

Re: [O] Org - markdown

2012-05-29 Thread Jambunathan K
Nick Dokos nicholas.do...@hp.com writes: brian powell briangpowel...@gmail.com wrote: * PanDoc! http://johnmacfarlane.net/pandoc/ On Tue, May 29, 2012 at 10:45 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Hey guys, Is there any tool out there that converts org

Re: [O] Pipe character in a table cell?

2012-05-28 Thread Jambunathan K
Daniel E. Doherty ded-...@ddoherty.net writes: All, I would like to put a string with an embedded pipe character in the cell. The idea is to display regular expressions, which inevitably contain pipe characters. I've tried /one|two/, one\|two, one|two, and even one\|two, but they all

Re: [O] Drupal syntax on html-export for image links

2012-05-27 Thread Jambunathan K
The exporter is new. Needless to say there are bugs, known and unknown. (Think, Rome wasn't built in a day) I have fixed few things. I will respond later for unresolved other things in your list. 7. No end-user documentation for the org-export package    has been created, describing for

Re: [O] Drupal syntax on html-export for image links

2012-05-27 Thread Jambunathan K
Since I don't maintain `e-html' back-end, I'll only answer partially. I don't want to take over the maintainership of org-e-html. What I am saying is that, anyone with commit access to Orgmode - this includes me - can fix or patch up org-e-html without it being routed via me. +1 to Bastien

Re: [O] Open Children of Children

2012-05-26 Thread Jambunathan K
Trevor Vartanoff t...@codepuzzles.org writes: I've been using this macro on headings to open the subtree to the children of children, since org-cycle just goes nothing - children - everything: (fset 'och ;; Open children of children [tab tab ?\C-n M-return ?\C-b ?* ?\C-a ?\C-p tab tab

Re: [O] Opening an odt file - problem solved

2012-05-25 Thread Jambunathan K
Bastien b...@gnu.org writes: Jambunathan K kjambunat...@gmail.com writes: Can you fix it? OK. Fixed in both maint and master. The exported ODT file will not have multiple XML declrations. Great, thanks a lot! This fix is back-firing. I have pushed an updated fix. I ignored

Re: [O] italicise across lines

2012-05-25 Thread Jambunathan K
[Not a reply to this thread, but kind of meta] What exactly are you trying to do? Please share the underlying motivation behind the series of questions you have been posting lately. Will disabling font-lock for Orgmode files accomplish what you want? If you are new to Orgmode, look at the

Re: [O] Smart quotes

2012-05-25 Thread Jambunathan K
I could be interesting, but keep in mind that no matter how smart your quotes are, they will fail in some situations. So, it will have to be optional for export, independently on their in-buffer status. The OPTIONS keyword may be used, with q:t and q:nil items. I don't see an entry for this

Re: [O] italicise across lines (stop comments and weblinks from being coloured and names of directories from being italised, /etc/)

2012-05-25 Thread Jambunathan K
Don't read my reply literally. I am urging you to do some navel gazing. That's what the `meta' in in my reply implied.. Disabling font-lock would not work because then the headings (* Headings) would not be in color. Best wishes, Enda From: Jambunathan K kjambunat...@gmail.com

Re: [O] Opening an odt file - problem solved

2012-05-24 Thread Jambunathan K
Bastien b...@gnu.org writes: Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: So if want to be able to open odt files created with orgmode odt exporter you have to have nxml-auto-insert-xml-declaration-flag set to nil. Thanks for writing this down. It seems you aren't

Re: [O] Opening an odt file - problem solved

2012-05-24 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: I see that there is a bug in nxml-mode. I file a bug report against Emacs sometime soon. The bug is: When `nxml-auto-insert-xml-declaration-flag' is on, if one opens a ODT file in archive mode and presses RET on say content.xml, an extra XML

Re: [O] listings and the new LaTeX exporter

2012-05-24 Thread Jambunathan K
M-x customize-group RET org-export-e-latex RET (Hint: Search for listing) Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, in my exported LaTeX-document all code blocks are wrapped in #+begin_latex \begin{verbatim} % the code \end{verbatim} #+end_latex With the

Re: [O] new LaTeX exporter hook

2012-05-23 Thread Jambunathan K
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, the new LaTeX exporter does not seem to run the org-export-latex-final-hook. Is there an equivalent? You are looking for `:filter-final-output' within `org-export-filters-alist'. I have defcustom that runs indent-region on

Re: [O] HTML export of inline tasks

2012-05-23 Thread Jambunathan K
Manish mailtomanish.sha...@gmail.com writes: Out of curiosity I tried ODT export and that produces weird results for inlinetasks. Does it work for you? Provide an example. I will fix it. --

Re: [O] doi proxy , a test patch

2012-05-23 Thread Jambunathan K
Is there a way one can avoid the defcustom and achieve the same effect using link abbreviations? I don't know. (info (org) Link abbreviations) Fabrice Pardo fabrice.pa...@lpn.cnrs.fr writes: Hi, My institution library permits direct access to abstracts with pdf contents if we access to

Re: [O] doi proxy , a test patch

2012-05-23 Thread Jambunathan K
with any privileged access point your institution might have) Yours, Christian On 5/23/12 2:27 PM, Jambunathan K wrote: Is there a way one can avoid the defcustom and achieve the same effect using link abbreviations? I don't know. (info (org) Link abbreviations) Fabrice Pardofabrice.pa

Re: [O] Opening an odt file - problem solved

2012-05-20 Thread Jambunathan K
So if want to be able to open odt files created with orgmode odt exporter you have to have nxml-auto-insert-xml-declaration-flag set to nil. Thanks for writing this down. It seems you aren't insisting on a fix. So I will keep things as they are now. --

Re: [O] italic in the new odt exporter

2012-05-17 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: I had to add (italic . Italic) to the definition of org-e-odt-default-org-styles-alist in contrib/lisp/org-e-odt.el to get /italic/ text exported correctly to odt. I recently have split

Re: [O] LaTeX-export to ACM SIG Proceedings format

2012-04-24 Thread Jambunathan K
Karl Voit devn...@karl-voit.at writes: * Thomas S. Dye t...@tsdye.com wrote: Karl Voit devn...@karl-voit.at writes: Maybe it might be a cool idea to work on this template together and publish it on Worg? I can imagine that several people are trying to meet those ACM template requirements

Re: [O] flyspell and code blocks

2012-04-23 Thread Jambunathan K
Julian Burgos jul...@hafro.is writes: Hello fellow org'ers, It is possible to make flyspell to ignore (i.e. do not spell check) the text within code blocks (I mean blocks of texts separated by #+begin_src and #+end src)? I did my homework but could not find a good answer. Many thanks,

Re: [O] Makefile restructuring

2012-04-21 Thread Jambunathan K
I use Windows and I never got texi2pdf to work properly. I was really stumped because I had no way to test/view my ODT changes in a pdf manual. Finally, I discovered texify. (I use MikTeX) texify --pdf %s So you can use this as the default setting or hint at this possibility (with a

Re: [O] [ODT] Internal Link disparear

2012-04-20 Thread Jambunathan K
. Will appreciate if you can confirm the fix. #+TITLE: Internal Links and org-odt.el #+AUTHOR:Jambunathan K #+EMAIL: kjambunat...@gmail.com #+DATE: 2012-04-20 Fri #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t :t #+OPTIONS

Re: [O] IDE tools for maintaining Emacs Lisp programs (Org in particular)

2012-04-20 Thread Jambunathan K
For all practical purposes, I find this be sufficient. (global-set-key (kbd C-c f) (lambda () (interactive) (require 'finder) (let ((thing (intern (thing-at-point 'symbol (if (functionp thing)

Re: [O] IDE tools for maintaining Emacs Lisp programs (Org in particular)

2012-04-20 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: For all practical purposes, I find this be sufficient. (global-set-key (kbd C-c f) (lambda () (interactive) (require 'finder) (let ((thing (intern (thing-at-point 'symbol

Re: [O] Flexible plain list bullets

2012-04-19 Thread Jambunathan K
Mark E. Shoulson m...@kli.org writes: else reconsider my patch Contributions to Org/Emacs requires copyright assignments. Search for FSF in the following page: http://orgmode.org/worg/org-contribute.html I am wondering: Why a overlay solution will not work for you? Why do you need Unicode

Re: [O] Bug: Footnotes badly positioned in HTML export [7.8.09 (release_7.8.09.234.g4a35)]

2012-04-16 Thread Jambunathan K
Shaun Johnson sh...@slugfest.demon.co.uk writes: On 16/04/2012 14:03, Shaun Johnson wrote: Hi, The attached example org file (t.org) with two footnotes generates the attached HTML file (t.html). As you can see in the attached screenshot (t.png) the footnote placement is odd to say the

Re: [O] Bug: Footnotes badly positioned in HTML export [7.8.09 (release_7.8.09.234.g4a35)]

2012-04-16 Thread Jambunathan K
[Fwding to the list] Shaun Johnson sh...@slugfest.demon.co.uk writes: On 16/04/2012 15:03, Jambunathan K wrote: Shaun Johnsonsh...@slugfest.demon.co.uk writes: On 16/04/2012 14:03, Shaun Johnson wrote: Hi, The attached example org file (t.org) with two footnotes generates the attached

Re: [O] Brackets around title in HTML from org-e-html

2012-04-16 Thread Jambunathan K
Shaun Johnson sh...@slugfest.demon.co.uk writes: Hi, The appended org file when exported to HTML using org-e-html (via org-export-dispatch) has brackets around the title. The generated HTML is attached (t.html) as is a screenshot (t.png). How can I avoid these brackets being inserted?

Re: [O] Killed Org files referred from the agenda?

2012-04-13 Thread Jambunathan K
,[ C-h f emacs-lock-mode RET ] | emacs-lock-mode is an interactive autoloaded Lisp function in | `emacs-lock.el'. | | (emacs-lock-mode optional ARG) | | Toggle Emacs Lock mode in the current buffer. | If called with a plain prefix argument, ask for the locking mode | to be used. With any

Re: [O] 24.0.95; (org) outline-style cycling + outline-mode

2012-04-10 Thread Jambunathan K
Hello Bastien Thanks for the fix and it addresses the problem I reported. Feel free to close this bug once you commit the changes to bzr repo. Jambunathan K.

[O] Worg = Ikiwiki + Org? (was Re: Usage of disqus instead of mailinglist considered harmful)

2012-04-10 Thread Jambunathan K
Samuel Wales samolog...@gmail.com writes: Long shot: is making worg more wiki-like practical? Worg = Ikiwiki + Org? http://lists.gnu.org/archive/html/emacs-orgmode/2011-12/msg00431.html It wouldn't be a bad idea to ask Ikiwiki folks to support Org-mode natively. I dropped a note to them a

[O] 24.0.95; (org) outline-style cycling + outline-mode

2012-04-02 Thread Jambunathan K
1. Install the following hook (add-hook 'outline-mode-hook (lambda () (define-key outline-mode-map [(tab)] 'org-cycle) (define-key outline-mode-map [(shift tab)] 'org-global-cycle))) 2. (setq debug-on-error t) 3. Visit NEWS file with C-h n 4. Place the cursor at the

Re: [O] odt-Export and #+CAPTION: [reference text]{caption text}

2012-03-30 Thread Jambunathan K
It does what I want. I have applied my patch to the hotfix branch. Unless there is some formatting in the caption. This is a limitation that we need to live with. That said, if you want the short captions in bold, then the right thing to do would be to apply the style to the index entry

Re: [O] odt-Export and #+CAPTION: [reference text]{caption text}

2012-03-30 Thread Jambunathan K
I have applied my patch to the hotfix branch. I am having second thoughts. I will slightly re-work the patch so it doesn't bomb the ODT file in unexpected ways. I will drop a note once I am done with it.

Re: [O] odt-Export and #+CAPTION: [reference text]{caption text}

2012-03-30 Thread Jambunathan K
Martin Gürtler martin.guert...@gmx.de writes: (Probably, you take the long versionalso for the short one, if only one is supplied.) I think this should be fixed as it could break existing documents. Our mails crossed and we have arrived at the same conclusion. Give me few hours to fix it.

Re: [O] odt-Export and #+CAPTION: [reference text]{caption text}

2012-03-30 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: I have applied my patch to the hotfix branch. I am having second thoughts. I will slightly re-work the patch so it doesn't bomb the ODT file in unexpected ways. I will drop a note once I am done with it. Short captions if not provided will take

[O] hotfix-7.8.06 (org-ditaa-jar-path): Debugger entered--Lisp error: (error Too many arguments))

2012-03-20 Thread Jambunathan K
Debugger entered--Lisp error: (error Too many arguments) (defvar org-ditaa-jar-path (expand-file-name ditaa.jar (file-name-as-directory (expand-file-name scripts (file-name-as-directory (expand-file-name ../contrib (file-name-directory (find-library-name org))) Path to the ditaa jar

Re: [O] hotfix-7.8.06 (org-ditaa-jar-path): Debugger entered--Lisp error: (error Too many arguments))

2012-03-20 Thread Jambunathan K
Another crash related to this. Please fix this as well. Debugger entered--Lisp error: (void-function find-library-name) (find-library-name org) (file-name-directory (find-library-name org)) (expand-file-name ../contrib (file-name-directory (find-library-name org)))

[O] [Jambunathan K] Re: Figure and table captions in org-odt.el

2012-03-20 Thread Jambunathan K
Martin Gürtler martin.guert...@gmx.de writes: Hi, I was trying to localise the captions of figures or tables. This seems not to be built-in (in contrast to the built-in localisation of table-of-contents). I wonder whether it is easily possible to get Abbildung 1: ... instead of the

[O] [Jambunathan K] Re: Figure and table captions in org-odt.el

2012-03-20 Thread Jambunathan K
[Out of thread] I have also made the following commits in response to your earlier request titled Is it possible to refer to section numbers in links?[1] commit d3cd3720d5a0a2993d37a43046c36535cdaf8bce Author: Jambunathan K kjambunat...@gmail.com Date: Tue Mar 20 19:53:28 2012 +0530 org

Re: [O] Figure and table captions in org-odt.el

2012-03-17 Thread Jambunathan K
Hello Martin Hi, I was trying to localise the captions of figures or tables. This seems not to be built-in (in contrast to the built-in localisation of table-of-contents). I wonder whether it is easily possible to get Abbildung 1: ... instead of the automatic Figure 1: ... in figure (and

Re: [O] Figure and table captions in org-odt.el

2012-03-17 Thread Jambunathan K
A small side note: Instead of modifying the default OrgOdtContentTemplate.xml *directly*, you can do the following. Make a *copy* of the file, do the required modification and then customize `org-export-odt-content-template-file' to point to the new template file. Locate your

[O] [ANN] org-e-html

2012-03-14 Thread Jambunathan K
I am opening up org-e-html for wider usage. This is an alpha release. Start with M-x org-export-dispatch RET etc etc. I will *NOT* be prompt with resolving open issues. I can integrate patches much faster though. --

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

2012-03-14 Thread Jambunathan K
-24.1. If you would like to bring specific issue to my attention, mail me directly. I am signing off from the list and I will not be keeping track of the issues - specifically org-odt/ELPA ones - posted in this list. Jambunathan K. --

Re: [O] Unable to find contrib/

2012-03-11 Thread Jambunathan K
Debaditya Mukhopadhyay debadi...@gmail.com writes: I have org 7.8.03. added to my .emacs (add-to-list 'load-path org-root-dir/contrib/lisp) (require 'org-mime) Make sure that org-root-dir has the same value M-x locate-library RET org RET Make sure contrib dir exists. AFAIK, ELPA,

Re: [O] [dev] Implement ref link types

2012-03-05 Thread Jambunathan K
On the Org side, when a link like [[something]] or [[something][text]] is encountered in a buffer, the search would go on like this: 1. Search any something or #+target: something[1]. 1. A link to an invisible target will be replaced with _nothing_ (that's the point of being

Re: [O] Japanese strings for Org-mode export

2012-03-04 Thread Jambunathan K
Hideki Saito hide...@gmail.com writes: If UTF-8 strings are acceptable in org-mode source tree, I guess doing it so will make it most compatible. M-x find-library RET org-entities RET C-s lambda will land you in a structure that has utf-8 strings. --

Re: [O] Participating in Google Summer of Code 2012

2012-03-04 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Rasmus ras...@gmx.us writes: * Better item handling At the moment it is hard to change lists. Often I need inline items and interrupted list. This is hard to do with Org at the moment. There is support for inline lists in the

Re: [O] Bug: Org-mode don't export to html footnotes references inside footnotes as such. [7.8.03]

2012-03-03 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, oitofe...@gmail.com (Bruno Félix Rezende Ribeiro) writes: Consider the following org code: -- This is only a text.[1] [1] This is a text body's footnote.[2] [2] This is a footnote's footnote. -- When org-mode exports this code to

Re: [O] Participating in Google Summer of Code 2012

2012-03-02 Thread Jambunathan K
Git merge tool for Org files http://lists.gnu.org/archive/html/emacs-orgmode/2011-08/msg00601.html

Re: [O] Participating in Google Summer of Code 2012

2012-03-02 Thread Jambunathan K
Eric Schulte eric.schu...@gmx.com writes: Jambunathan K kjambunat...@gmail.com writes: Git merge tool for Org files http://lists.gnu.org/archive/html/emacs-orgmode/2011-08/msg00601.html Interesting, along these lines, I know git is able to use custom diffs (e.g., there exist sentence

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

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

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

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

Re: [O] Bug: odt export of footnotes inside plain lists; WAS Bug in odt export of org files with footnotes

2012-03-01 Thread Jambunathan K
Martin There is another issue, however, with footnotes inside plain lists. I have pushed a fix for this. With this fix applied, you may want to make sure that all the footnote definitions in the ODT documente come out in full (without being mangled in strange ways). Jambunathan K. --

Re: [O] Bug in odt export of org files with footnotes

2012-02-29 Thread Jambunathan K
Martin Gürtler martin.guert...@gmx.de writes: Hi, I started using the new odt export feature of org mode, and it turns out to be very useful, and I am very pleased with the results. I am using the latest version available with the package manager of emacs-snapshot in debian (20120216). I

Re: [O] Bug in odt export of org files with footnotes

2012-02-29 Thread Jambunathan K
d09cc7bb3bdb1b32b32fae14b722f4d4c8b0ef79 Mon Sep 17 00:00:00 2001 From: Jambunathan K kjambunat...@gmail.com Date: Wed, 29 Feb 2012 20:09:44 +0530 Subject: [PATCH] org-footnote: Workaround a limitation in the ODT exporter * lisp/org-footnote.el (org-footnote-normalize): Force a paragraph break after the last footnote

Re: [O] Is it possible to refer to section numbers in links?

2012-02-29 Thread Jambunathan K
in the ODT file is hand-edited with LibreOffice for the sake of illustration. -- xref.odt Description: application/vnd.oasis.opendocument.text #+TITLE: xref.org #+AUTHOR:Jambunathan K #+EMAIL: kjambunat...@gmail.com #+DATE: 2012-02-29 Wed #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en

Re: [O] odt-export fails

2012-02-25 Thread Jambunathan K
The backtrace is along the expected lines. The zip command is failing for some reason. Did you look at the *Messages* buffer? It is likely to give some clue on why the zip command is failing. Btw, if you have cvd-modeling-proposal.odt already open in an external application like LibreOffice,

Re: [O] odt-export fails

2012-02-25 Thread Jambunathan K
need to be saved) Creating odt file... Running zip -mX0 org-odt-export.odt mimetype zip warning: name not matched: mimetype zip error: Nothing to do! (org-odt-export.odt) Entering debugger... Back to top level. Trace end Mirko On Sat, Feb 25, 2012 at 8:28 AM, Jambunathan K kjambunat

Re: [O] odt-export fails

2012-02-25 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: (setq temporary-file-directory ~/tmp/) You can see how it is set on my Windows XP machine. Basically it some directory under my My Documents path. I never had any problems with this setup. ,[ C-h v temporary-file-directory RET

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

2012-02-24 Thread Jambunathan K
Ulrich ps: Makefiles are beyond my jurisdiction. I will let Bastien act on your patch(es). Looks like my earlier patch hasn't been applied for 7.8.03. :( I have applied the patch below. This should be available in the next release.. Cheers, Ulrich From

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

2012-02-24 Thread Jambunathan K
installation file. Btw, I am open to discussion if you still feel strongly about the patch referenced above. It is possible that I haven't understood what you have been saying. Jambunathan K.

Re: [O] Beamer export: upgrade problem, and basic questions

2012-02-21 Thread Jambunathan K
James Harkins jamshar...@gmail.com writes: org-export-preprocess-string: Cannot open load file: org-nil -- Try one or both of (require 'org-latex) (require 'org-beamer) --

Re: [O] can inline tasks export to latex via batch?

2012-02-21 Thread Jambunathan K
Hello, Does anyone know if I can export inline tasks to latex using --batch from bash? When passed as the --funcall option, org-export-as-ascii will export inline tasks but org-export-as-latex-batch won't. Setting file level options don't appear to help. Does your command line contain

Re: [O] get all todo items as lisp list

2012-02-18 Thread Jambunathan K
Hi, Given a todo list in an org file, is there already a function, that converts this list to an elisp list, that contains at least heading, deadline and properties? Create the following interactive function. This functions exports Org file to a *pretty* lisp file. --8---cut

Re: [O] A manuscript on reproducible research introducing org-mode

2012-02-16 Thread Jambunathan K
Christophe I see an ODT file in there - LFPdetection_in.odt http://hal.archives-ouvertes.fr/hal-00591455/ May I ask how the document was produced. Do you have any insights on how the Org's ODT exporter performs wrt your input Org file. Just curious. @article{Delescluse2011, title = Making

Re: [O] understanding column groups

2012-02-16 Thread Jambunathan K
Rustom Mody rustompm...@gmail.com writes: I am trying to make (and understand!) column groups for html export According to http://orgmode.org/manual/Column-groups.html having a line starting / and then showing for group start and group end makes column groups. When I make and org file

Re: [O] multilingual presentation with org

2012-02-15 Thread Jambunathan K
Nick What Brian is saying is this and I am interpreting. There is a line by line correspondence between the two files. So, 1. Put the English file under version control and check it in. 2. Overwrite the English file with the Sanskrit file (remember to preserve line by line correspondence)

Re: [O] Defcustoms new in Emacs 24.1 missing :version tags

2012-02-15 Thread Jambunathan K
Bastien Thanks, but if it does not get merged to the Emacs repository before 24.1 is released I am a planning a commit to org.texi sometime tomorrow and I would to see the changes hit the bzr repo. Just giving you a heads up so that you can plan accordingly. --

Re: [O] multilingual presentation with org

2012-02-15 Thread Jambunathan K
Nick Dokos nicholas.do...@hp.com writes: Jambunathan K kjambunat...@gmail.com wrote: Nick What Brian is saying is this and I am interpreting. There is a line by line correspondence between the two files. So, See the attached screenshot. 1. Put the English file under version control

[O] Usage tip: M-x list-load-path-shadows

2012-02-15 Thread Jambunathan K
Frequently there are issues wrt load-paths and multiple org trees in the load-path. To isolate these issues one can do M-x list-load-path-shadows --

[O] [odt][libreoffice] Conversion issues odt-doc, docx, pdf

2012-02-14 Thread Jambunathan K
Archiving this bug report for later reference. See https://bugs.freedesktop.org/show_bug.cgi?id=46026 --

Re: [O] Changing [X] by something else

2012-02-11 Thread Jambunathan K
pin...@iro.umontreal.ca (François Pinard) writes: I notice in org.el that [X] is hard-wired, while I would have liked the possibility of changing it by [✓] in my things, which I find both softer and cleaner. How about a variation of this #+begin_src emacs-lisp (font-lock-add-keywords

Re: [O] Changing [X] by something else

2012-02-11 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: pin...@iro.umontreal.ca (François Pinard) writes: I notice in org.el that [X] is hard-wired, while I would have liked the possibility of changing it by [✓] in my things, which I find both softer and cleaner. How about a variation

Re: [O] Changing [X] by something else

2012-02-11 Thread Jambunathan K
Ctrl-S being turned into a rectangle is mysterious. Is it the standard way for Emacs to tell about a non-printable character? There is no Ctrl-S character only a tick mark in the compose-region snippet that I shared. You can see the tick mark if you follow this link:

Re: [O] Defcustoms new in Emacs 24.1 missing :version tags

2012-02-11 Thread Jambunathan K
Glenn Morris r...@gnu.org writes: The following defcustoms seem to be new in Emacs 24.1 (compared to 23.4) but do not have :version tags, so maybe you want to add them. Some of these could be false alarms; eg if a variable was just renamed, or if the containing defgroup has a :version tag

Re: [O] [RFC][ODT] Converting to pdf (or other formats) via odt

2012-02-08 Thread Jambunathan K
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Jambunathan K kjambunat...@gmail.com writes: I committed the changes only a few minutes ago as part of Org-mode version 7.8.03 (release_7.8.03.300.g9b820) So the Org version should be at or above the 300th version. Jambunathan K

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

2012-02-07 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: IIUC, you specify how to translate some LaTeX-like command to the different back-ends. But I don't see DocBook nor OOo in the list: ┏ ┃ User-defined entities used in Org-mode to produce special characters. ┃ Each entry in this list

[O] [FYI] Libreplanet Events + RMS@India

2012-02-05 Thread Jambunathan K
FOSS enthusiasts, please mark your diaries. RMS is touring India right now. http://libreplanet.org/wiki/Current_events He is giving a talk at IIT, Madras. http://fsftn.org/content/richard-stallmans-visit-chennai --

Re: [O] Summary of syntax?

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

Re: [O] Unicode (hindi/devnagari) in beamer export

2012-02-02 Thread Jambunathan K
Vikas Rawal vikasli...@agrarianresearch.org writes: I need some Hindi/Devnagari text in a beamer presentation. Just curious, are you using Emacs to enter Devanagari? C-x C-m C-\ devanagari- TAB (pick whatever) C-h C-\ (gives you the keymap) C-\ (to switch to English again) C-\ (to switch to

Re: [O] Convert from date to week number, howto?

2012-02-02 Thread Jambunathan K
I sometimes have to convert from a date to a week number, Try this. (org-odt-format-date 2011-12-31 Sat %U) (org-odt-format-date [2011-12-24 Sat] %U) You can steal the implementation. The functions have nothing to do with org-odt, btw. --

Re: [O] empty footnotes in ODT export

2012-02-02 Thread Jambunathan K
| BEGIN --- | | [1] Footnote defintion-1. | | [2] Footnote definition-2. | | | | | * Headline1 | See footnote-1[1] | | * Headline 2 | See footnote-2[2] | [2 times] | END --- ` Things are fine now. Thanks! Eric -- #+TITLE: footnote.org #+AUTHOR:Jambunathan

[O] [RFC][ODT] Converting to pdf (or other formats) via odt

2012-02-02 Thread Jambunathan K
Thanks to Giles[1] for introducing us to the --convert-to option of soffice.exe. The option seems to be a fairly recent development[2]. With this change, one can export to pdf (or any other popular format) via odt by a simple #+begin_src emacs-lisp (setq

Re: [O] [RFC][ODT] Converting to pdf (or other formats) via odt

2012-02-02 Thread Jambunathan K
I committed the changes only a few minutes ago as part of Org-mode version 7.8.03 (release_7.8.03.300.g9b820) So the Org version should be at or above the 300th version. Jambunathan K kjambunat...@gmail.com writes: Thanks to Giles[1] for introducing us to the --convert-to option

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

2012-02-02 Thread Jambunathan K
Sankalp sankalpkh...@gmail.com writes: Dear Brian, On 2 February 2012 23:24, brian powell briangpowel...@gmail.com wrote: * Dear Venkatesh Choppella: Thanks for the notes on teaching OrgMode etc.: While reviewing your class notes and emails to your class about OrgMode and

[O] Hrules and Column/Page breaks

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

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

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

[O] comments and attributes

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

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

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

[O] Frontmatter / Text before first headline

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

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

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

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

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

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

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

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