[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 posibilit

[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 #) select-window(#) org-mobile-push() call-interactively(org-mobile-push t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil nil) I can't seem

[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" 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 tags:nil H:3

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 generate

Re: [O] ASCII export: footer possible?

2012-06-29 Thread Loris Bennett
Jambunathan K 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 programmatically

Re: [O] ASCII export: footer possible?

2012-06-29 Thread Jambunathan K
"Loris Bennett" 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 you get what y

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

[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 q

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 syste

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
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) )) but I'm not enough competent to say why. Il 27/06/2012 18.36, Giacomo M ha scritto: Dear all, I'm getting the error in t

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 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  org-babel-R-command which has its defau

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 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) > )) > > but

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 wrote: > Actually it was just the space > sorry for the noise > > On Fri, Jun 29, 2012 at 4:23 PM, Giacomo M wrote: > > apparently these lines in my emacs init file were causing the export > error: > (add-hook 'org-mode-hook >          (lambda () >             (l

Re: [O] Organizing a collection of papers

2012-06-29 Thread Thomas S. Dye
"John Wiegley" writes: >> Frank 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 >> (zotero.org). This

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,

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 writes: > Actually it was just the space > sorry for the noise > > On Fri, Jun 29, 2012 at 4:23

Re: [O] [LibreOffice] Modified buffers

2012-06-29 Thread Jambunathan K
"Sebastien Vauban" 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 open but > saved. But, now, we have to an

Re: [O] git repository via http broken

2012-06-29 Thread Nick Dokos
Jason Dunsmore 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 there > >someth

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

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 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 compatib

Re: [O] R and babel on Windows problem

2012-06-29 Thread Nick Dokos
John Hendy wrote: > On Fri, Jun 29, 2012 at 1:26 PM, Achim Gratz 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.1

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 wrote: > John Hendy wrote: > >> On Fri, Jun 29, 2012 at 1:26 PM, Achim Gratz 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... >

Re: [O] R and babel on Windows problem

2012-06-29 Thread Nick Dokos
John Hendy wrote: > On Fri, Jun 29, 2012 at 2:37 PM, Nick Dokos wrote: > > John Hendy wrote: > > > >> On Fri, Jun 29, 2012 at 1:26 PM, Achim Gratz wrote: > >> > [re-sent] > >> > > >> > John Hendy writes: > >> >> I typically use orgmode + babel on Linux and have no problems. Trying > >> >> to r

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

2012-06-29 Thread Luis Anaya
> > > Nick Dokos 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: > > http://orgmode.org/worg/dev/org-exp

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

2012-06-29 Thread Eric Fraga
Enda 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. I

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

2012-06-29 Thread Nicolas Goaziou
Hello, Luis Anaya writes: > First release (?!) of the org-e-groff.el is available. I still need to > do more testing but it manages to export from org. Thanks for that new back-end. > The code is in the same github location, > http://github.com/papoanaya/emacs_utils. I see this is based on or

Re: [O] new exporter

2012-06-29 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > The patch fixes things in that it will now consistently compile, but > it doesn't work correctly anymore, compiled or otherwise. Ok, I misunderstood your answer: I thought you had solved the problem. > I'm not sure what you intended the macroexpansion to be at the