[O] Making formatting of links in tables inheriting org-table

2012-06-29 Thread Dov Grobgeld
I like to use a variable font for my org-notebooks, which works very nicely. But since tables are aligned by fixed number of characters, I use a fixed font for tables. The problem is when I add a link within a table. The link then gets the face 'org-link' and not 'org-table'. Is there any

[O] Backtrace of Error when running org-mobile-push

2012-06-29 Thread Jeffrey Spencer
When I run org-mobile push I get this error: Debugger entered--Lisp error: (wrong-type-argument window-live-p #window 3) select-window(#window 3) org-mobile-push() call-interactively(org-mobile-push t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil

[O] ASCII export: footer possible?

2012-06-29 Thread Loris Bennett
Hi, I want to maintain a list of news for a message of the day in an org file and export it to ASCII: /=\ | #+OPTIONS: author:nil timestamp:nil toc:nil num:nil tags:nil H:3 | | #+EXPORT_SELECT_TAGS:

Re: [O] ASCII export: footer possible?

2012-06-29 Thread Loris Bennett
Loris Bennett loris.benn...@fu-berlin.de writes: Hi, I want to maintain a list of news for a message of the day in an org file and export it to ASCII: /=\ | #+OPTIONS: author:nil timestamp:nil toc:nil num:nil

Re: [O] ASCII export: footer possible?

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

Re: [O] ASCII export: footer possible?

2012-06-29 Thread Loris Bennett
Jambunathan K kjambunat...@gmail.com writes: There are two exporters now - old and new. What command are you using for the export? C-c C-e a, M-x org-export-dispatch. I'm using C-c C-e a with Org 7.8.11. If you customize org-e-ascii (yourself), it is possible that you can generate the box

Re: [O] ASCII export: footer possible?

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

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

2012-06-29 Thread Sebastien Vauban
Hi Jambunathan, Jambunathan K wrote: Debugger entered--Lisp error: (error Cannot determine style name for entity default of type character) I have pushed a fix. The problem is: There is a string that matches `org-emph-re'. (May be you are using @...@ for marking things specially). You

[O] [LibreOffice] Modified buffers

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

Re: [O] R and babel on Windows problem

2012-06-29 Thread Alexander Vorobiev
John, Do you have native Windows emacs or cygwin emacs? I use native emacs on XP with the latest released ess and org-mode, and have no problems with calling R from babel. I do not set the org-babel-R-command which has its default value R --slave --no-save and let ess find path to R on my

Re: [O] R and babel on Windows problem

2012-06-29 Thread John Hendy
On Fri, Jun 29, 2012 at 9:59 AM, Alexander Vorobiev alexander.vorob...@gmail.com wrote: John, Do you have native Windows emacs or cygwin emacs? I use native emacs on XP with the latest released ess and org-mode, and have no problems with calling R from babel. I do not set the 

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

2012-06-29 Thread Giacomo M
Actually it was just the space sorry for the noise On Fri, Jun 29, 2012 at 4:23 PM, Giacomo M jackja...@gmail.com wrote: apparently these lines in my emacs init file were causing the export error: (add-hook 'org-mode-hook (lambda () (local-set-key \C-c a 'org-agenda)

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

2012-06-29 Thread Nick Dokos
Giacomo M jackja...@gmail.com wrote: Actually it was just the space sorry for the noise On Fri, Jun 29, 2012 at 4:23 PM, Giacomo M jackja...@gmail.com wrote: apparently these lines in my emacs init file were causing the export error: (add-hook 'org-mode-hook          

Re: [O] Organizing a collection of papers

2012-06-29 Thread Thomas S. Dye
John Wiegley jo...@newartisans.com writes: Frank f...@muenn.net writes: I've used org-mode about a year and a half, and I don't think it's the best application for what you describe. There are several packages available to do this; the one I've used most often and successfully is Zotero

Re: [O] git repository via http broken

2012-06-29 Thread Jason Dunsmore
On Tue, Jun 26 2012, Nick Dokos wrote: PS BTW, I know that git gc is recommended on local repos, but is that applicable to the repo on orgmode.org? and would that help with the cloning time? 2.5 mins seems long to me. If not gc, is there something else that would help? Hi Nick, It

Re: [O] R and babel on Windows problem

2012-06-29 Thread Alexander Vorobiev
John, I have no experience with the development version of org-mode. Try activating 'enter debugger on error' flag to see where exactly it runs into problems. Also try launching R first in ess so that there is active R session available to babel. Regards, Alex On Fri, Jun 29, 2012 at 10:24 AM,

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

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

Re: [O] [LibreOffice] Modified buffers

2012-06-29 Thread Jambunathan K
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Hi Jambunathan, There is one little annoyance after converting to ODT: the fact that files such as... c:/WINDOWS/Temp/odt-172wPK/content.xml ... stay as modified buffers. I wouldn't mind much if they would be

Re: [O] git repository via http broken

2012-06-29 Thread Nick Dokos
Jason Dunsmore jasondunsm...@gmail.com wrote: On Tue, Jun 26 2012, Nick Dokos wrote: PS BTW, I know that git gc is recommended on local repos, but is that applicable to the repo on orgmode.org? and would that help with the cloning time? 2.5 mins seems long to me. If not gc, is

Re: [O] new exporter

2012-06-29 Thread Achim Gratz
Nicolas Goaziou writes: I think you can go ahead and commit it: your description of the problem will be more accurate than mine. Thank you for this investigation and, obviously, for the fix. You give me too much credit here... the patch fixes things in that it will now consistently compile,

Re: [O] R and babel on Windows problem

2012-06-29 Thread Achim Gratz
[re-sent] John Hendy writes: I typically use orgmode + babel on Linux and have no problems. Trying to run on Windows 7 and having issues... (setq org-babel-R-command C:/Program\ Files/R/R-2.15.0/bin/R) Try the 8.3 compatible name to avoid the space in the path. If it ever goes through more

Re: [O] R and babel on Windows problem

2012-06-29 Thread John Hendy
On Fri, Jun 29, 2012 at 1:26 PM, Achim Gratz strom...@nexgo.de wrote: [re-sent] John Hendy writes: I typically use orgmode + babel on Linux and have no problems. Trying to run on Windows 7 and having issues... (setq org-babel-R-command C:/Program\ Files/R/R-2.15.0/bin/R) Try the 8.3

Re: [O] R and babel on Windows problem

2012-06-29 Thread Nick Dokos
John Hendy jw.he...@gmail.com wrote: On Fri, Jun 29, 2012 at 1:26 PM, Achim Gratz strom...@nexgo.de wrote: [re-sent] John Hendy writes: I typically use orgmode + babel on Linux and have no problems. Trying to run on Windows 7 and having issues... (setq org-babel-R-command

Re: [O] R and babel on Windows problem

2012-06-29 Thread John Hendy
On Fri, Jun 29, 2012 at 2:37 PM, Nick Dokos nicholas.do...@hp.com wrote: John Hendy jw.he...@gmail.com wrote: On Fri, Jun 29, 2012 at 1:26 PM, Achim Gratz strom...@nexgo.de wrote: [re-sent] John Hendy writes: I typically use orgmode + babel on Linux and have no problems. Trying to run

Re: [O] R and babel on Windows problem

2012-06-29 Thread Nick Dokos
John Hendy jw.he...@gmail.com wrote: On Fri, Jun 29, 2012 at 2:37 PM, Nick Dokos nicholas.do...@hp.com wrote: John Hendy jw.he...@gmail.com wrote: On Fri, Jun 29, 2012 at 1:26 PM, Achim Gratz strom...@nexgo.de wrote: [re-sent] John Hendy writes: I typically use orgmode + babel

[O] Exporting to groff, now in org-export.el ...

2012-06-29 Thread Luis Anaya
Nick Dokos nicholas.do...@hp.com writes: Oh... ok.. good! I have no problem taking a look at it. I'll just create a groff exporter based on that code then. I have a vested interest being Also, you have some documentation for back-end developers at:

Re: [O] essentially turn off font-lock except for headings

2012-06-29 Thread Eric Fraga
Enda enda...@yahoo.com writes: Is there a way to do this on a per-file setting? Not that I am aware of. Sorry. -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.1.50.1 and Org release_7.8.11-14-g4b0121

Re: [O] R and babel on Windows problem

2012-06-29 Thread Achim Gratz
John Hendy writes: (setq org-babel-R-command C:/Progra~1/R/R-2.15.0/bin/R) Same error. Also, curiously, =M-x customize-variable RET org-babel-R TAB= yields no results... is this the right variable? That variable doesn't seem to have acustomize interface. Might be worth a bug report. If the