Re: [O] [PATCH] Translate refs to rc also in remote references

2012-07-11 Thread Jose E. Marchesi
Just a tiny patch making org-table-convert-refs-to-rc to transform the coordinates found in remote references into normalised @n$y. This is part of some work I am doing with remotes and which I will be sending to the list soon: namely to update the remotes when the

[O] Agenda restrict to buffer

2012-07-11 Thread andrea crotti
I never quite understood how to pass arguments to org-agenda without using it interactively.. I want a simple thing, a command that shows the agenda with the TODO entries from a given file So supposing the buffer projects.org is open I tried this: (defun my-org-agenda () (interactive)

Re: [O] Showing or going to previous entry from agenda view

2012-07-11 Thread Karl Voit
Hello Simon, hello Bernt! * Bernt Hansen be...@norang.ca wrote: Sorry for the late response - I've been away on vacation the past week. No problem - these days are pretty busy at my side as well :-) C-u C-c C-r reveals all the siblings or you can just do S-TAB twice to show contents view

[O] Suggested change to Manual 3.5.9 example table

2012-07-11 Thread Charles
I have searched the news groups concerning this and found nothing. I am attempting to learn the advance features for tables and could not understand 29.7 as the result for $at=vmean(@-II..@-I);%.1f. I copied the table and formulas into a scratch org file, changed the floating point to .2f

Re: [O] Suggested change to Manual 3.5.9 example table

2012-07-11 Thread suvayu ali
On Wed, Jul 11, 2012 at 4:11 PM, Charles mill...@verizon.net wrote: I have searched the news groups concerning this and found nothing. I am attempting to learn the advance features for tables and could not understand 29.7 as the result for $at=vmean(@-II..@-I);%.1f. I copied the table and

[O] org version under Windows 7

2012-07-11 Thread Giovanni Ridolfi
Hello everybody (especially Achim Gratz ;-) I'm back. I'd like to install org on my Windows 7 machine, but I have some constraints: - I am not the Administrator - I cannot use make - I cannot use git So 1   I downloaded from http://orgmode.org/w/org-mode.git     the last git snapshot

Re: [O] Suggested change to Manual 3.5.9 example table

2012-07-11 Thread Nick Dokos
Charles mill...@verizon.net wrote: I have searched the news groups concerning this and found nothing. I am attempting to learn the advance features for tables and could not understand 29.7 as the result for $at=vmean(@-II..@-I);%.1f. I copied the table and formulas into a scratch org

Re: [O] org version under Windows 7

2012-07-11 Thread Achim Gratz
Giovanni Ridolfi writes: 4. Then I run emacs:     (as suggested in http://orgmode.org/worg/org-hacks.html c:\Users\me\programs\emacs\bin\emacs.exe -batch -Q -L lisp -l org/UTILITIES/org-fixup.el --eval '(org-make-org-version 7.8.11 c75120aa71257 blabla)' but the command ended with: End of

Re: [O] [PATCH] org version under Windows 7

2012-07-11 Thread Achim Gratz
Giovanni Ridolfi writes: 1   I downloaded from http://orgmode.org/w/org-mode.git     the last git snapshot (c75120aa71257604) Jason, it would be quite useful if the Git snapshots would include both org-install.el and org-version.el — is it perhaps possible to sneak a make autoloads into the

[O] Compile error in org-odt.el in latest master

2012-07-11 Thread Rainer Stengele
Hi all, compiling the current master I get Compiling /cygdrive/c/Dokumente und Einstellungen/rainer/Anwendungsdaten/.emacs.d/org/lisp/org-odt.el... In org-export-as-odt-and-open: org-odt.el:462:4:Warning: `(quit error)' is a malformed function org-odt.el:462:4:Warning: reference to free

Re: [O] Compile error in org-odt.el in latest master

2012-07-11 Thread Rainer Stengele
Am 11.07.2012 20:38, schrieb Rainer Stengele: Hi all, compiling the current master I get Compiling /cygdrive/c/Dokumente und Einstellungen/rainer/Anwendungsdaten/.emacs.d/org/lisp/org-odt.el... In org-export-as-odt-and-open: org-odt.el:462:4:Warning: `(quit error)' is a malformed

Re: [O] Compile error in org-odt.el in latest master

2012-07-11 Thread Jambunathan K
org-odt.el:2843:1:Warning: the following functions are not known to be defined: condition-case-unless-debug, clear-image-cache, image-size I have pushed a fix for `condition-case-unless-debug'. If you are using Emacs = 23.1 you will have no further issues. As for other 2 functions,

Re: [O] Compile error in org-odt.el in latest master

2012-07-11 Thread Jambunathan K
See my earlier message. This should be fixed. Rainer Stengele rainer.steng...@online.de writes: Am 11.07.2012 20:38, schrieb Rainer Stengele: Hi all, compiling the current master I get Compiling /cygdrive/c/Dokumente und

Re: [O] Compile error in org-odt.el in latest master

2012-07-11 Thread Rainer Stengele
Am 11.07.2012 21:36, schrieb Jambunathan K: See my earlier message. This should be fixed. Rainer Stengele rainer.steng...@online.de writes: Am 11.07.2012 20:38, schrieb Rainer Stengele: Hi all, compiling the current master I get Compiling /cygdrive/c/Dokumente und

Re: [O] Compile error in org-odt.el in latest master

2012-07-11 Thread Jambunathan K
Thanks, export starts but stops here: Debugger entered--Lisp error: (error Unable to create odt file (8)) signal(error (Unable to create odt file (8))) error(Unable to create odt file (%S) 8) #[(cmd) \304\305\306\307\310#\\210\311\312\313!!\314\216 \315\316@\317 \317A)r

Re: [O] [PATCH] org version under Windows 7

2012-07-11 Thread Bastien
Achim Gratz strom...@nexgo.de writes: I'll update org hacks with the instructions when you have installed the patch. I just installed the patch, thanks. -- Bastien

Re: [O] Compile error in org-odt.el in latest master

2012-07-11 Thread Jambunathan K
Debugger entered--Lisp error: (error Unable to create odt file (8)) According to `man zip', error code 8 (seen above) corresponds to , | 8 zip -T failed or out of memory ` Does this ring any bell?

Re: [O] Compile error in org-odt.el in latest master

2012-07-11 Thread Rainer Stengele
Am 11.07.2012 22:11, schrieb Jambunathan K: Thanks, export starts but stops here: Debugger entered--Lisp error: (error Unable to create odt file (8)) signal(error (Unable to create odt file (8))) error(Unable to create odt file (%S) 8) #[(cmd)

Re: [O] table export to oocalc?

2012-07-11 Thread Jambunathan K
Are there any plans to add a table to oocalc converter? There are no plans. Anyways, what prompted this question? What is your use-case? --

Re: [O] [PATCH] org version under Windows 7

2012-07-11 Thread Achim Gratz
Bastien writes: Achim Gratz strom...@nexgo.de writes: I'll update org hacks with the instructions when you have installed the patch. I just installed the patch, thanks. Documentation on WOrg is updated to reflect the new reality... :-) Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron

Re: [O] Suggested change to Manual 3.5.9 example table

2012-07-11 Thread Charles
On 7/11/2012 10:26 AM, suvayu ali wrote: On Wed, Jul 11, 2012 at 4:11 PM, Charles mill...@verizon.net wrote: I have searched the news groups concerning this and found nothing. I am attempting to learn the advance features for tables and could not understand 29.7 as the result for

Re: [O] Suggested change to Manual 3.5.9 example table

2012-07-11 Thread suvayu ali
Hello Charles, On Thu, Jul 12, 2012 at 12:23 AM, Charles mill...@verizon.net wrote: All I was trying to say that example should be corrected since it is confusing. And here I was thinking you are asking about the format specifier! :-p Since you have already put in the effort to correct the

Re: [O] Suggested change to Manual 3.5.9 example table

2012-07-11 Thread Nick Dokos
suvayu ali fatkasuvayu+li...@gmail.com wrote: Hello Charles, On Thu, Jul 12, 2012 at 12:23 AM, Charles mill...@verizon.net wrote: All I was trying to say that example should be corrected since it is confusing. And here I was thinking you are asking about the format specifier! :-p

Re: [O] Suggested change to Manual 3.5.9 example table

2012-07-11 Thread Charles
On 7/11/2012 6:46 PM, Nick Dokos wrote: suvayu ali fatkasuvayu+li...@gmail.com wrote: Hello Charles, On Thu, Jul 12, 2012 at 12:23 AM, Charles mill...@verizon.net wrote: All I was trying to say that example should be corrected since it is confusing. And here I was thinking you are asking