[O] [PATCH] ox: add Simplified Chinese translations for `org-export-dictionary'

2013-07-02 Thread feng shu
0001-ox-add-Simplified-Chinese-translations-for-org-expor.patch Description: Binary data

[O] [PATCH] ox-latex.el: Wrap table into figure environment

2013-07-02 Thread Xavier Garrido
Hi Orgers, Since I did not find another way to do it, I would like to submit the following patch diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 09928a4..3da2dd5 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -2333,6 +2333,7 @@ This function assumes TABLE has `org' as its

Re: [O] Using different image format given the export backend

2013-07-02 Thread Xavier Garrido
Hi Vincent, Thanks for the trick. Until I found something else I will try it ;) Xavier Le 01/07/2013 21:22, Vincent Beffara a écrit : Hello, #+CAPTION: Toto figure #+NAME: fig::toto #+ATTR_LATEX: :width 0.38\textwidth #+BEGIN_SRC emacs-lisp :exports results :results value raw (case

[O] [PATCH](v2) ox: add Simplified Chinese translations for `org-export-dictionary'

2013-07-02 Thread feng shu
0001-ox-add-Simplified-Chinese-translations-for-org-expor.patch Description: Binary data

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

2013-07-02 Thread feng shu
Hi List of listing = list of figure ? Thanks! feng

Re: [O] Refiling list items

2013-07-02 Thread Bastien
Samuel Wales samolog...@gmail.com writes: Now there is a new bug. When the region is not active, I expect an ordinary refile. What happens instead is that the entire entry gets copied to the target location and the line point is on gets deleted. Argh, should be fixed now. Thanks for

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Alan Schmitt
devn...@karl-voit.at writes: Unison does not offer any merge functionality. However, you can easily use third party tools to handle merge conflicts (Emacs, vim, ...). (Disclaimer, I participate in Unison's development). Just to clarify what I think Karl is saying: one can plug in external

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Karl Voit
* Alan Schmitt alan.schm...@polytechnique.org wrote: devn...@karl-voit.at writes: Unison does not offer any merge functionality. However, you can easily use third party tools to handle merge conflicts (Emacs, vim, ...). (Disclaimer, I participate in Unison's development). Jay! \o/ Just

[O] finding a parent node

2013-07-02 Thread Łukasz Stelmach
Hello All. What is the best way to iterate over ((great)*grand)?parent headlines of the current one (at point), that meets some criteria. --8---cut here---start-8--- * Projects I am working on. ** Project for Mondays *** tasks *** resources ** Project

Re: [O] Broken Link on worg (org-contribute)

2013-07-02 Thread Bastien
Hi Josiah, Josiah Schwab jsch...@gmail.com writes: The link to the emacs elisp coding conventions on the page http://orgmode.org/worg/org-contribute.html was incorrect. I have attached a patch which fixes the link. Applied, thanks. Please send me your public key if you want to fix these

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

2013-07-02 Thread Sebastien Vauban
Hello Feng, List of listing = list of figure ? No. A listing is a code block, printed (in LaTeX) via Listings or via Minted. Best regards, Seb -- Sebastien Vauban

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Rasmus
Hi, Nice discussion. I hope it makes it into a Worg page eventually :) Karl Voit devn...@karl-voit.at writes: * Alan Schmitt alan.schm...@polytechnique.org wrote: Just to clarify what I think Karl is saying: one can plug in external tools to handle merge into unison, these tools can be

Re: [O] [PATCH] ox-latex.el: Wrap table into figure environment

2013-07-02 Thread Rasmus
Xavier, Since I did not find another way to do it, I would like to submit the following patch Great! diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 09928a4..3da2dd5 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -2333,6 +2333,7 @@ This function assumes TABLE has `org' as

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Myles English
Hi, Rasmus writes: Another option is Git Annex. In my experience, it takes some effort to get used to it, but perhaps less so if you're used to git. One can configure it to use regular git for e.g. text files. It's build with Haskell (and success of building it is more or less random),

Re: [O] finding a parent node

2013-07-02 Thread Thorsten Jolitz
l.stelm...@samsung.com (Łukasz Stelmach) writes: Hello, What is the best way to iterate over ((great)*grand)?parent headlines of the current one (at point), that meets some criteria. not an answer to your question, but rather a related question I wanted to post anyway, so I do it in this

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Suvayu Ali
Hello, On Mon, Jul 01, 2013 at 01:25:26PM -0300, Tomas Grigera wrote: On Mon, Jul 1, 2013 at 1:10 PM, Brian van den Broek brian.van.den.br...@gmail.com wrote: bzr and hg are (superficially?) easier and git is pretty dominant. [...chomp...chomp...chomp...] But I agree with Brian that in

[O] How to apply longtable onto a clocktable?

2013-07-02 Thread Sebastien Vauban
Hello, For time-reporting purpose, I need to use `longtable' for my work table, as it becomes way too long (over one page). However, #+attr_latex: :environment longtable :float nil seems completely ignored in that case. Hence, the results is a `tabular' inside a `table' float... Here an ECM

Re: [O] finding a parent node

2013-07-02 Thread Thorsten Jolitz
l.stelm...@samsung.com (Łukasz Stelmach) writes: Hello Lukasz, assume my simple-test.org with a :TASK: tag: #+begin_src org * header 1 :PROPERTIES: :CUSTOM_ID: XYZ22 :END: * header 2 :TASK: [2013-06-28 Fr 11:01] ** subheader 1 Some text ** subheader 2 More

[O] Weekly clock reports for the previous or current week, with a per-dayproject breakdown?

2013-07-02 Thread Steinar Bang
Is it possible to get a clock report for the previous week (and the current week), with a breakdown of project and day? (this is how I need it to fill out my time sheets) Using Bernt Hansens instructions[1], I have been able to get the hours for the current month: C-c a a v m b R (in the clock

[O] [PATCH] (V3) ox: add Simplified Chinese translations for `org-export-dictionary'

2013-07-02 Thread feng shu
0001-ox-add-Simplified-Chinese-translations-for-org-expor.patch Description: Binary data

Re: [O] [PATCH] (V3) ox: add Simplified Chinese translations for `org-export-dictionary'

2013-07-02 Thread Feng Shu
Please include this V3 patch to master. Thanks! Feng

Re: [O] finding a parent node

2013-07-02 Thread Łukasz Stelmach
It was 2013-07-02 wto 13:06, when Thorsten Jolitz wrote: l.stelm...@samsung.com (Łukasz Stelmach) writes: Hello Lukasz, assume my simple-test.org with a :TASK: tag: #+begin_src org * header 1 :PROPERTIES: :CUSTOM_ID: XYZ22 :END: * header 2 :TASK:

Re: [O] Weekly clock reports for the previous or current week, with a per-dayproject breakdown?

2013-07-02 Thread Łukasz Stelmach
It was 2013-07-02 wto 13:10, when Steinar Bang wrote: Is it possible to get a clock report for the previous week (and the current week), with a breakdown of project and day? (this is how I need it to fill out my time sheets) Using Bernt Hansens instructions[1], I have been able to get the

Re: [O] finding a parent node

2013-07-02 Thread Thorsten Jolitz
l.stelm...@samsung.com (Łukasz Stelmach) writes: It was 2013-07-02 wto 13:06, when Thorsten Jolitz wrote: l.stelm...@samsung.com (Łukasz Stelmach) writes: This might be enough for me as I get the tree in the exporting code. However, this way is far from efficient. If only there was a way to

Re: [O] Weekly clock reports for the previous or current week, with a per-dayproject breakdown?

2013-07-02 Thread Steinar Bang
l.stelm...@samsung.com (Łukasz Stelmach): How about + entering the agenda: C-c a + choosing week view: v w Hm... I get invalid key when pressing 'v' after doing 'C-c a'... am I missing some key binding or other setting?

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] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Xebar Saram
Wow thx guys, so many great tips ill slowly start looking into them. as i said i am a neewb (and not to technical :)). Alan, a unison guide focused on org would be great as some of the guys mentioned. best to all and thx alot for the info its truly helpful take care -Itai On Tue, Jul 2,

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

2013-07-02 Thread Rasmus
Nicolas Goaziou n.goaz...@gmail.com writes: I would like to move every variable and function related to internationalization (i.e smart quotes and translations) in a dedicated file (ox-i18n.el) instead of ox.el. Considering ox.el is 6k lines long, I think it can be a bit tedious to locate

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Alan Schmitt
Hello Karl, devn...@karl-voit.at writes: Alan, how about a short how-to on Worg about Unison and Org-mode methods? Well, what would be there? If there is (and there may be) an external tool that knows how to merge org files (it can be a 3-way merge, if it makes things simpler), I could try to

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Rasmus
Alan Schmitt alan.schm...@polytechnique.org writes: Alan, how about a short how-to on Worg about Unison and Org-mode methods? Well, what would be there? If there is (and there may be) an external tool that knows how to merge org files (it can be a 3-way merge, if it makes things simpler), I

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

2013-07-02 Thread James Harkins
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 required worksheets out of the ods file into separate CSVs, and then write an emacs-lisp Babel block to

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

2013-07-02 Thread James Harkins
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 the Messages, I can see it's using a headless

Re: [O] [BUG] :colnames not applied to #+call input

2013-07-02 Thread Rick Frankel
On 2013-06-30 19:21, Eric Schulte wrote: Rick Frankel r...@rickster.com writes: it seems that the :colnames header is not being respected on parsing the input to a `#+call:' line containing arguments, but is being applied to the output! For example: #+BEGIN_SRC org * Identity #+name: table

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Alan Schmitt
ras...@gmx.us writes: Alan Schmitt alan.schm...@polytechnique.org writes: Alan, how about a short how-to on Worg about Unison and Org-mode methods? Well, what would be there? If there is (and there may be) an external tool that knows how to merge org files (it can be a 3-way merge, if it

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

2013-07-02 Thread Nicolas Goaziou
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 a constant. Regards, -- Nicolas Goaziou

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

[O] scrum with emacs org-mode

2013-07-02 Thread thkoch
Hi, has anybody some success stories to share how to use org-mode in scrum projects? Googling for scrum and org-mode already showed some interesting things: * https://github.com/ianxm/emacs-scrum * http://www.agilesoc.com/2011/08/08/emacs-org-mode-kanban-pomodoro-oh-my *

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] HTML export and info: links

2013-07-02 Thread Sebastian Wiesner
2013/6/30 Bastien b...@gnu.org: Hi Sebastian, Sebastian Wiesner lunary...@gmail.com writes: how can I customize info: links in HTML output? Look at org-info.el in the source code. You can extend (org-add-link-type info 'org-info-open) into (org-add-link-type info 'org-info-open

Re: [O] Date format when exporting to LaTeX?

2013-07-02 Thread Nicolas Goaziou
Hello, Richard Hansen rhan...@bbn.com writes: Unfortunately this does not work quite right with org-mode 7.8.03, so I'll have to make sure everyone I collaborate with upgrades their org-mode. :( There are (hopefully few) incompatibilities between Org 7 and Org 8, indeed. Be cautious about

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Brett Viren
Alan Schmitt alan.schm...@polytechnique.org writes: Well, what would be there? If there is (and there may be) an external tool that knows how to merge org files (it can be a 3-way merge, if it makes things simpler), I could try to devise the magical incantation to use it. It is not

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread David Engster
Suvayu Ali writes: I have noticed that git *always* conflicts with TODO state changes. It seems changes to a headline is not easy to resolve. You mean you change state in a file and git fails to merge this on the other side, although you didn't change the same line there? I've never seen such

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Suvayu Ali
On Tue, Jul 02, 2013 at 04:27:27PM +0200, Alan Schmitt wrote: If someone can show me how to launch ediff from the command line, I can explain how to set up Unison for it (I found this old question http://superuser.com/questions/81958/how-to-make-emacsclient-wait-when-using-the-eval-option

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Suvayu Ali
Hi David, On Tue, Jul 02, 2013 at 05:59:36PM +0200, David Engster wrote: Suvayu Ali writes: I have noticed that git *always* conflicts with TODO state changes. It seems changes to a headline is not easy to resolve. You mean you change state in a file and git fails to merge this on the

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread David Engster
Suvayu Ali writes: That said, I think you might be right. Possibly it could be resolved by just changing the algorithm, I don't know why I never tried that though. You might want to try setting diff.algorithm to 'patience' and maybe also raise diff.context to something like 6 or so if that

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

2013-07-02 Thread Rasmus
Hello, +(defconst org-export-dictionary Why? Because it is not meant to be changed by the user nor let-bound. IOW, it's a constant. But perhaps it should not be. Consider org-export-smart-quotes-alist. In Danish, according to the 'official' guidance, all of

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

2013-07-02 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: Should the ox-latex language-code to babel list also be included in an ox-int'l file? The reason is that I found some bugs in this list and perhaps further language related bugs would be easier to detect if they were in the same file. I don't think so.

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 a

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Suvayu Ali
On Tue, Jul 02, 2013 at 06:11:14PM +0200, David Engster wrote: Suvayu Ali writes: That said, I think you might be right. Possibly it could be resolved by just changing the algorithm, I don't know why I never tried that though. You might want to try setting diff.algorithm to 'patience' and

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

2013-07-02 Thread Nicolas Goaziou
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 =`org-latex-pdf-process'=. * ox-latex.el

Re: [O] [PATCH] (V3) ox: add Simplified Chinese translations for `org-export-dictionary'

2013-07-02 Thread Nicolas Goaziou
Hello, feng shu tuma...@gmail.com writes: * lisp/ox.el: (org-export-dictionary): Add Simplified Chinese translations for `org-export-dictionary' Applied. Thank you! Regards, -- Nicolas Goaziou

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] (update) Add :caption attribute to #+ATTR_LATEX property

2013-07-02 Thread Nicolas Goaziou
Hello, feng shu tuma...@gmail.com writes: Thanks all the people! This is V5! Applied. Thank you! Regards, -- Nicolas Goaziou

Re: [O] fill paragraph: math and latex environments

2013-07-02 Thread Nicolas Goaziou
Hello, Paul Stansell paulstans...@gmail.com writes: Nicolas Goaziou n.goaziou at gmail.com writes: Making \[...\] an element would mean that \[...\] cannot exist anymore within a paragraph. I'm not sure it's worth it. Also, I think it's good, in this case, to have both an inlined and a

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Juan G .
Xebar Saram zeltakc at gmail.com writes: Alan, a unison guide focused on org would be great as some of the guys mentioned. As an example, I use the following ~/.unison/Org.prf file to sync files between Org folders on a Debian Linux laptop and an Android phone: # Unison preferences label =

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 Nicolas Goaziou
Jambunathan K kjambunat...@gmail.com writes: 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

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.

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

2013-07-02 Thread Rasmus
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. I agree, but it being a defconst, it comes with the message This declares that neither programs nor users should ever change the

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

2013-07-02 Thread Jambunathan K
AFAIU, `other' means whatever your answer is, always do the same, which is not what we want. If you want give whatever you want and we'll use it, it should be a `string' type. But can't `function', which is already implemented, do the same anyway? Well the OP can change the default value -

[O] possible org-insert-heading bug?

2013-07-02 Thread Erik Iverson
Hello, I am using a current git pull (Org-mode version 8.0.3, release_8.0.3-345-g239aa7) and noticed behavior that's easiest to show with a small example. If you save and visit the following org file, https://dl.dropboxusercontent.com/u/7514404/test.org you will see the behavior described and

Re: [O] Standalone hyperlinked images in HTML export

2013-07-02 Thread Nicolas Goaziou
Hello, Kodi Arfer k...@arfer.net writes: On 2013 Jul 01 Mon 5:01:46 PM -0400, Nicolas Goaziou n.goaz...@gmail.com wrote: I tried it with captions, :html5-fancy, and paths to images as well as path to non-images. All looks good. You're awesome. I see your patch also affects math export

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Simon Thum
Hi, I use git-sync against my own server, and replicate mobileOrg to a webdav directory from there. https://github.com/simonthum/git-sync git-sync is intended for people who are git-savy, though. Cheers, Simon On 07/01/2013 02:06 PM, Xebar Saram wrote: Hi all I have been using dropbox

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

2013-07-02 Thread Jambunathan K
Rasmus ras...@gmx.us writes: 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. I agree, but it being a defconst, it comes with the message This declares that neither programs nor

Re: [O] possible org-insert-heading bug?

2013-07-02 Thread John Hendy
Hi Erik, Glad to see you around :) These all may be quite related. I haven't seen activity on those threads suggesting whether a) the documentation is, in fact, right or wrong or b) whether anyone has taken action to fix or adjust the behavior of M-RET or C-RET based on the

[O] org-mode no longer picking up scheduled tasks when upgraded to 8.0.3

2013-07-02 Thread Paul Whipp
I use org-mode all the time and find it invaluable. I recently upgraded my ubuntu environment to 13.04 and emacs 24.2.1 came with it. org-mode was working fine within it out of the box except it failed with Symbol's function definition is void: org-defvaralias when I restarted the machine this

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

2013-07-02 Thread feng shu
Customize `org-latex-pdf-process isn't very convenient. Is it possible add a feature like: #+LATEX_PDF_PROCESS: latexmk or add #OPTIONS: ;latex_pdf_process latexmk Feng On Wed, Jul 3, 2013 at 12:54 AM, Nicolas Goaziou n.goaz...@gmail.comwrote: Hello, feng shu tuma...@gmail.com writes:

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

2013-07-02 Thread Suvayu Ali
On Wed, Jul 03, 2013 at 07:09:35AM +0800, feng shu wrote: Customize `org-latex-pdf-process isn't very convenient. Is it possible add a feature like: #+LATEX_PDF_PROCESS: latexmk or add #OPTIONS: ;latex_pdf_process latexmk If you don't mind my chiming in, the standard way to customise

[O] refile cache and auto-save files

2013-07-02 Thread Samuel Wales
It is probably common to refresh the refile cache at times when one is not watching. This has the effect of loading files that are refile targets. If there is auto-save data in one of those files, the message will likely often go unnoticed. I don't know the best solution. Samuel -- The Kafka

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

2013-07-02 Thread James Harkins
At Tue, 02 Jul 2013 20:40:40 +0530, Jambunathan K wrote: Works here for simple files. M-: (org-odt-convert file.ods csv) Executing libreoffice4.0 --headless --convert-to csv --outdir /home/kjambunathan/ /home/kjambunathan/file.ods convert /home/kjambunathan/file.ods -

Re: [O] possible org-insert-heading bug?

2013-07-02 Thread Carsten Dominik
Hi, yes, org-insert-heading is broken - nad I am trying to find time to rewrite it. My top Org priority. - Carsten On 3.7.2013, at 00:11, John Hendy jw.he...@gmail.com wrote: Hi Erik, Glad to see you around :) These all may be quite related. I haven't seen activity on those threads

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

2013-07-02 Thread Jambunathan K
James Harkins jamshar...@gmail.com writes: Famous last words: It should work :) Sure. As magical as running and talking at the same time.