Re: [O] rownames in matlab or octave.

2011-03-02 Thread Eric S Fraga
Piter_ writes: > Hi all. > Is is possible to output result from matlab source code with row > (column) names, or it works only in R. > Thanks. > Petro. I would think not, at least in the automatic sense that R does it because Matlab doesn't have the concept of tables. Arrays do not have heading

Re: [O] Re: customising org-latex-to-pdf-process for bibtex

2011-03-02 Thread Ulf Stegemann
Carsten Dominik wrote: > On 1.3.2011, at 18:26, Thomas S. Dye wrote: > >> Does Org-mode use the wasysym package for its integral symbols? If >> not, potential clashes with the amsmath package could be avoided by >> loading it with the nointegrals option: >> \loadpackage[nointegrals]{wasysym}. Thi

[O] Re: ical2org updated

2011-03-02 Thread Eric S Fraga
Arun Persaud writes: > Hi > > updated ical2org a bit according to Eric's comments: > > - removed SCHEDULED > - removed GCAL tag > - moved location and status to properties > > also wrote up a bit in Worg on how to export from org->google. Feel free > to edit or comment on it. > > http://orgmode.o

Re: [O] [bug] error in html export: backend not defined

2011-03-02 Thread Eric S Fraga
Nick Dokos writes: > Eric S Fraga wrote: > >> Hi, >> >> I notice that there has been a recent commit which affects export of org >> files. I have just needed to export an org file to HTML and get the >> following error: >> >> : if: Symbol's value as variable is void: backend >> >> The backt

[O] Re: [Orgmode] customising org-latex-to-pdf-process for bibtex

2011-03-02 Thread Eric S Fraga
Suvayu Ali writes: > Hi Eric, > > On Tue, 01 Mar 2011 20:41:20 + > Eric S Fraga wrote: > >> Ah, very interesting. What I don't understand is why this is >> affecting you. I can see it affecting you if the aux file cannot be >> found but not if the first pdflatex step worked okay. Do you s

Re: [O] Re: unicode chars in org-emphasis-regexp-components

2011-03-02 Thread Eric Abrahamsen
On Wed, Mar 02 2011, Bastien wrote: > Hi Eric, > > Eric Abrahamsen writes: > >> Okay, I was getting confused by the escaped double quotes. I've set it >> properly, so far as I can tell, but it's still failing to recognize >> emphasis markers when they're next to my unicode characters, >> specific

[patch] fix backend error for html export (was Re: [O] [bug] error in html export: backend not defined)

2011-03-02 Thread Eric S Fraga
Nick Dokos writes: > Eric S Fraga wrote: > >> Hi, >> >> I notice that there has been a recent commit which affects export of org >> files. I have just needed to export an org file to HTML and get the >> following error: >> >> : if: Symbol's value as variable is void: backend >> >> The backt

[O] Re: Simple Indentation question: indentation behaviour changed some time ago.

2011-03-02 Thread Rainer Stengele
Am 02.03.2011 00:45, schrieb Nicolas: > Hello, > > Rainer Stengele writes: > >> * headline >> - item >> TEXT >> ^ >> >> cursor on first "T" of "TEXT" and pressing "TAB" I got: >> >> * headline >> - item >> TEXT >> >> nowadays I get >> >> * headline >> - item >> TEXT >> I checked the or

Re: [O] Re: unicode chars in org-emphasis-regexp-components

2011-03-02 Thread Eric Abrahamsen
On Wed, Mar 02 2011, Bastien wrote: > Hi Eric, > > Eric Abrahamsen writes: > >> Okay, I was getting confused by the escaped double quotes. I've set it >> properly, so far as I can tell, but it's still failing to recognize >> emphasis markers when they're next to my unicode characters, >> specific

Re: [O] Re: [Orgmode] A way to export agenda with links into org-files to html ?

2011-03-02 Thread Hrvoje Niksic
Bastien writes: > I see. So (thing-at-point 'url) would return the url/uri depending on > that 'uri-ref property. But as far as I've understood, thing-at-point > does not rely on properties -- am I wrong? I am proposing a new property which currently available software of course does not suppo

Re: [O] rownames in matlab or octave.

2011-03-02 Thread Piter_
May be it is possible to add this possibility in org-babel. So one can predefine row and column names in the source header, and than use it for tabulated result? I definitely don't know elisp enough to implement it, but maybe some one will be interested in such feature to make it. Thanks. Petro On

[O] Re: Simple Indentation question: indentation behaviour changed some time ago.

2011-03-02 Thread Nicolas
Hello, Rainer Stengele writes: > I do not understand why when pressing TAB being at point ^: > > - item > > ^ > > results in > > - item > > ^ > > > but having > > > - item > TEXT > ^ > > and pressing TAB results in > > - item > TEXT > ^ > > How can I get the indentation same as

[O] combined graphical and textual result.

2011-03-02 Thread Piter_
Hi all. I try to manage my experimental results in org mode. Some times I need from one source few results to be saved. For example I fit some data in a matlab source code block. From this I need a picture of the fit, and parameters of the fit. Can I have two results blocks? I am afraid that no. Bu

[O] Re: Simple Indentation question: indentation behaviour changed some time ago.

2011-03-02 Thread Rainer Stengele
Am 02.03.2011 10:51, schrieb Nicolas: > Hello, > > Rainer Stengele writes: > >> I do not understand why when pressing TAB being at point ^: >> >> - item >> >> ^ >> >> results in >> >> - item >> >> ^ >> >> >> but having >> >> >> - item >> TEXT >> ^ >> >> and pressing TAB results in >> >> - item >

[O] Re: Simple Indentation question: indentation behaviour changed some time ago.

2011-03-02 Thread Nicolas
Rainer Stengele writes: > Many times I start with something like > > > headline > item1 > Text belonging to item1 > Text belonging to item1 > Text belonging to item1 > item2 > Text belonging to item2 > Text belonging to item2 > Text belonging to item2

Re: [O] Re: Possible Calc support for Org-Babel?

2011-03-02 Thread Eric S Fraga
"orgm...@h-rd.org" writes: > Hi, > > addition of babel support for calc is nice. However calc also has > "embedded mode". that means active calc documents can easily be > embedded in org documents (and also latex, ...). It is different from > babel, but in some instances it may work better. I

Re: [O] combined graphical and textual result.

2011-03-02 Thread Eric S Fraga
Piter_ writes: > Hi all. > I try to manage my experimental results in org mode. Some times I need > from one source few results to be saved. For example I fit some data > in a matlab source code block. From this I need a picture of the fit, > and parameters of the fit. Can I have two results bloc

[O] identation in enabled org-indent-mode and disabled OIM

2011-03-02 Thread Thomas Hisch
Hi! Why is there a difference between the identation in orgmode with enabled org-indent-mode and with disabled org-indent-mode ? Take the following example: disabled OIM, each "test" string is more indented than the corresponding heading string: * Head 1 Test 0 ** Subhead 1 Test 1 *** Subsu

[O] Re: identation in enabled org-indent-mode and disabled OIM

2011-03-02 Thread Nicolas
Hello, Thomas Hisch writes: > why is there no consistent identation between disable OIM and enabled > OIM, or is there a way to enable this consitent identation ?? You have to keep in mind that OIM fakes indentation, that is, you think your line is indented, but in fact, it still lays at column

[O] Re: identation in enabled org-indent-mode and disabled OIM

2011-03-02 Thread Thomas Hisch
On Wed, Mar 2, 2011 at 1:17 PM, Nicolas wrote: > Hello, > > Thomas Hisch writes: > >> why is there no consistent identation between disable OIM and enabled >> OIM, or is there a way to enable this consitent identation ?? > > You have to keep in mind that OIM fakes indentation, that is, you think

Re: [O] Re: identation in enabled org-indent-mode and disabled OIM

2011-03-02 Thread Carsten Dominik
On Mar 2, 2011, at 1:17 PM, Nicolas wrote: > Hello, > > Thomas Hisch writes: > >> why is there no consistent identation between disable OIM and enabled >> OIM, or is there a way to enable this consitent identation ?? > > You have to keep in mind that OIM fakes indentation, that is, you think

Re: [O] Worg 403 Forbidden

2011-03-02 Thread Sébastien Vauban
Hi Bastien, Bastien wrote: > Sébastien Vauban writes: >> In any case, http://orgmode.org/worg/sources/.emacs-custom.el is as well >> not found. > > I just added it. I see that there is a file on http://orgmode.org/worg/sources/emacs-custom.el (with the leading `.' -- fine for me), but I get a 40

Re: [O] mobile org problems

2011-03-02 Thread Richard Riley
Richard Riley writes: > I am using an scpc tramp url for my moble org directory. When I do a > mobile push, why does emacs or mobileorg keep asking me for to select > coding system (default raw)? Also, why does it delete/chmod the > mobileorg.org file on my webdav server? After the initial push/p

[O] Re: identation in enabled org-indent-mode and disabled OIM

2011-03-02 Thread Nicolas
Thomas Hisch writes: > After reindenting the whole buffer with > C-x h C-M-\ the list (item1) is not indented properly: > > * Head 1 > Test 0 > ** Subhead 1 >Test 1 > *** Subsubhead 1 > Test 1a > ** Subhead 2 >Test 2 > - item 1 > lals2 > lsakdl3 > lkal3 >item 2 As you ma

[O] [PATCH] Use and show default refiling location.

2011-03-02 Thread Tassilo Horn
* org.el (org-refile-get-location): Set and show default value. (org-goto, org-refile): Adapt calls. * org-id.el (org-id-get-with-outline-path-completion): Adapt call. * org-agenda.el (org-agenda-refile, org-agenda-bulk-action): Adapt calls.

Re: [O] Worg 403 Forbidden

2011-03-02 Thread Jason Dunsmore
Sébastien Vauban writes: > Hi Bastien, > > Bastien wrote: >> Sébastien Vauban writes: >>> In any case, http://orgmode.org/worg/sources/.emacs-custom.el is as well >>> not found. >> >> I just added it. > > I see that there is a file on http://orgmode.org/worg/sources/emacs-custom.el > (with the l

Re: [O] [babel] Inconsistencies/bug with :results raw

2011-03-02 Thread Eric Schulte
Hi Rainer, Rainer M Krug writes: > Hi > > When exporting this org document to pdf, I get the attached pdf. There > are some inconsistencies in the export: > > 1) if I use :results once or twice makes a difference > 2) when using :results twice, the result s not the same as the > combined nor the

Re: [O] RE: [Orgmode] Re: org-babel-read should have option NOT to interpret as elisp

2011-03-02 Thread Eric Schulte
"Vladimir Alexiev" writes: >> I believe quoted strings are already handled, e.g., >> #+results: >> : "(a b c)" > > They are not. This leaves the quotes as part of the string. > Alright, I've changed this behavior so that double-quoted strings are read into variable values (removing the quotes).

Re: [O] [babel][bug] Export latex table using noweb suddenly broken?

2011-03-02 Thread Eric Schulte
Hi Jeff, When I export your org-mode file below (or when I simply evaluate the code block with C-c C-c) it results in the following content under "Endogenizing Policy" header, which appears correct to me. --8<---cut here---start->8--- \section{Endogenizing Poli

Re: [O] [babel][PATCH] ERT as external library deprecated.

2011-03-02 Thread Bernt Hansen
Hi Eric and Martyn, "Eric Schulte" writes: > Hi Martyn, > > Thanks for the patch, I have just applied it. > > Best -- Eric > > Martyn Jago writes: > >> Hi >> >> The ERT library is now a part of EMACS. As a result the ERT library >> files currently loaded as a sub-module have been deleted on Git

Re: [O] mobile org problems

2011-03-02 Thread Greg Troxel
I use MobileOrg with webdav, both remote over ssh/tramp, and locally (two separate setups). On the ssh one: (setq org-mobile-directory "/ssh:foo.example.org:/usr/home/gdt/ORG") (setq org-mobile-inbox-for-pull (concat org-directory "/from-mobile.org")) (setq org-mobile-use-encryption t) (se

Re: [O] Re: ical2org updated

2011-03-02 Thread Bastien
Eric S Fraga writes: > One minor correction: Applied, thanks. -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [O] mobile org problems

2011-03-02 Thread Richard Riley
Greg Troxel writes: > I use MobileOrg with webdav, both remote over ssh/tramp, and locally > (two separate setups). > > On the ssh one: > > (setq org-mobile-directory "/ssh:foo.example.org:/usr/home/gdt/ORG") > (setq org-mobile-inbox-for-pull > (concat org-directory "/from-mobile.org")) > (

Re: [O] mobile org problems

2011-03-02 Thread Greg Troxel
I should have pointed out the causes of the two problems the script resolves: ssh tramp at least sometimes preserves gid, and the gid on my org machine is an allowed gid on the webdav server, so files can end up with my normal gid instead of www. when mobileorg.org is rewritten by org (a

Re: [O] mobile org problems

2011-03-02 Thread Greg Troxel
Richard Riley writes: > Greg Troxel writes: > >> An alternative would be to have a webdav fs on the machine with the org >> files, and to use that to write to the webdav area. >> > > I'm not sure I parse that properly. Do you mean mounted and owned as > www-data/www via shfs or something? I me

Re: [O] Table rows and ranges as LHS of formulas

2011-03-02 Thread Christian Moe
Hi, Row formulas are great! I've missed this, but learned to work around it, since I I just assumed that if you hadn't already done it, it was not a reasonable thing to ask for. Testing... So now we can simply do e.g.: #+CAPTION: A multiplication table || 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |

Re: [O] mobile org problems

2011-03-02 Thread Greg Troxel
Richard Riley writes: > Greg Troxel writes: > >> An alternative would be to have a webdav fs on the machine with the org >> files, and to use that to write to the webdav area. >> > > I'm not sure I parse that properly. Do you mean mounted and owned as > www-data/www via shfs or something? I me

[O] Macro expansion in included files

2011-03-02 Thread Benny Simonsen
Hi I would like to use macros in files that I include in another file. The problem is that the macros don't expand in included files. Is there something I have missed or? Example with two files, main.org and sub.org = main.org START #+TITLE: Mainpage #+MACRO: MacM @$1@ {{{MacM(Main)}}}

Re: [O] Table rows and ranges as LHS of formulas

2011-03-02 Thread Bernt Hansen
Hi Carsten, This is really cool! Thanks and Best Regards, Bernt Christian Moe writes: > Hi, > > Row formulas are great! I've missed this, but learned to work around > it, since I I just assumed that if you hadn't already done it, it was > not a reasonable thing to ask for. > > Testing... So

Re: [O] [babel][PATCH] ERT as external library deprecated.

2011-03-02 Thread Martyn Jago
Bernt Hansen writes: Hi Bernt No problem at all using older Emacsen. There is a dependency however for a recent version of the ERT library since some name changes occurred in preparation for becoming EMACS. I'll add a note to testing/README.org including a relevant link. Regards Martyn > Hi E

[O] [PATCH 1/3] Fix bug when narrowing to subtree with point at an inline task

2011-03-02 Thread Nicolas Goaziou
* lisp/org.el (org-narrow-to-subtree): ensure `org-back-to-heading' will move point to a real heading and not an inline task by wraping function into a org-with-limited-levels macro. --- lisp/org.el | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/lisp/org.el

[O] [PATCH 2/3] When demoting a subtree, don't change level of inline tasks within

2011-03-02 Thread Nicolas Goaziou
* lisp/org.el (org-demote-subtree,org-promote-subtree): wrap org-map-tree into org-with-limited-levels macro, so it avoids operating on inline tasks. --- lisp/org.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 6e1be76..8ae5e6f 100

[O] [PATCH 3/3] Promote and demote inline tasks

2011-03-02 Thread Nicolas Goaziou
* lisp/org-inlinetask.el (org-inlinetask-promote, org-inlinetask-demote): new functions. * lisp/org.el (org-metaleft, org-metaright): when point is at an inline task, promote or demote it. --- lisp/org-inlinetask.el | 49 lisp/org.el

Re: [O] [babel][PATCH] ERT as external library deprecated.

2011-03-02 Thread Eric Schulte
Martyn Jago writes: > Bernt Hansen writes: > > Hi Bernt > > No problem at all using older Emacsen. There is a dependency however for > a recent version of the ERT library since some name changes occurred in > preparation for becoming EMACS. I'll add a note to testing/README.org > including a rel

Re: [patch] fix backend error for html export (was Re: [O] [bug] error in html export: backend not defined)

2011-03-02 Thread Bastien
Hi Eric, Eric S Fraga writes: > A patch that seems to fix the problem is attached. Sorry I just pushed a fix before seeing your patch - also we need to add (defvar org-export-current-backend) in the file to keep the compiler happy. Thanks for spotting this and for the patch! -- Bastien

Re: [O] Re: [Orgmode] 2nd clone of Org-mode for Vim

2011-03-02 Thread Bastien
Hi Jan, Jan Christoph Ebersbach writes: > Thanks for your reply. I definitively want to do some screencasts, > too. That'd be really nice. > The next thing for me is to define a number of milestones for the > project. > > Btw, are you a vim user or have you used Herbert's VimOrganizer? I'm a

Re: [O] Table rows and ranges as LHS of formulas

2011-03-02 Thread Bastien
Hi Carsten, Carsten Dominik writes: > Bastien, please let me know if you want to have this integrated > before the release, then I will do so. Please go ahead! This looks like a nice addition, thanks for that. -- Bastien ___ Emacs-orgmode mailing

[O] Should the default for org-table-use-standard-references be `from' instead of `t'

2011-03-02 Thread Carsten Dominik
Hi, Subject says it all: Should the default for org-table-use-standard-references be `from' instead of `t' I am using `from' because I am confused by the switching back and forth between standard references like A4 and the @r$c operator Org uses. - Carsten _

Re: [O] new org-export-html-preamble

2011-03-02 Thread Bastien
Hi Robert, Robert Klein writes: >> I think you just need to change >> >>:preamble "my preamble" >> >> to >> >>:html-preamble "my preamble" >> >> and similarly for postamble, so no elisp necessary. Yes, that's it. > Your suggestion works, but I had to polish my escapes in the format str

Re: [O] Table rows and ranges as LHS of formulas

2011-03-02 Thread Carsten Dominik
Hi Christian, thanks for the great example! I guess this is really something Org has over other spreadsheets. No copy-and-paste-with-modification, just a single formula. - Carsten On 2.3.2011, at 17:11, Christian Moe wrote: > Hi, > > Row formulas are great! I've missed this, but learned to

Re: Automatic Org-mode mailing list signature -- Was: [O] Let's stick to one list for now

2011-03-02 Thread Bastien
Hi Eric, "Eric Schulte" writes: > While there are changes to the administration of the mailing list. > Would it be difficult to change the list signature from > > : ___ > : Emacs-orgmode mailing list > : Please use `Reply All' to send replies to the li

Re: [O] Table rows and ranges as LHS of formulas

2011-03-02 Thread Carsten Dominik
On 2.3.2011, at 18:21, Bastien wrote: > Hi Carsten, > > Carsten Dominik writes: > >> Bastien, please let me know if you want to have this integrated >> before the release, then I will do so. > > Please go ahead! This looks like a nice addition, thanks for that. I just pushed it. The patch

Re: [O] Re: [Orgmode] 6th todo keyword bug

2011-03-02 Thread Bastien
Hi Samuel, Samuel Wales writes: >> Can you send an example? > > *** org > * Question about something > * question about something > > Have QUESTION as a todo kw. Thanks for the clear example. Should now be fixed. -- Bastien -- Emacs-orgmode mailing list Ple

[O] Re: [Orgmode] Headlines export problem

2011-03-02 Thread Bastien
Hi, PASZTOR Miklos writes: > I'm using org-mode version 7.4. When I export org files to html - having > H:2 in the options line - it seems that each third level headline > becomes a *separate* unnumbered list. I cannot reproduce this problem with latest Org. Do you still have it? --

[O] Re: [Orgmode] Poll for the next OrgCamp in Paris

2011-03-02 Thread Bastien
Hi Frederic, Frederic Couchet writes: > A poll is open for the next OrgCamp in Paris : > > http://papillon.peacefrogs.net/poll/HIWAJM1298126080/ Great! I'll be here on the 9th of April. Hopefully there will be even more people than for the first OrgCamp :) -- Bastien -- Emacs-orgmode mai

Re: Automatic Org-mode mailing list signature -- Was: [O] Let's stick to one list for now

2011-03-02 Thread Eric Schulte
Bastien writes: > Hi Eric, > > "Eric Schulte" writes: > >> While there are changes to the administration of the mailing list. >> Would it be difficult to change the list signature from >> >> : ___ >> : Emacs-orgmode mailing list >> : Please use `Reply

[O] Re: Automatic Org-mode mailing list signature -- Was: Let's stick to one list for now

2011-03-02 Thread Nicolas
Hello, Bastien writes: >> While there are changes to the administration of the mailing list. >> Would it be difficult to change the list signature from >> >> : ___ >> : Emacs-orgmode mailing list >> : Please use `Reply All' to send replies to the list.

[O] Re: [Orgmode] [babel] [PATCH]

2011-03-02 Thread Martyn Jago
"Eric Schulte" writes: [...] > Also, I'm really pleased that you are looking into the test suite. I do > believe that a well maintained test suite would be a huge boon, both for > Babel and for Org-mode at large, however, recently I have only had > enough time to respond to issues raised on the

Re: [O] [babel][bug] Export latex table using noweb suddenly broken?

2011-03-02 Thread Jeff Horn
That's weird. This is what I get. Sorry I forgot to post it with the message: - begin tex source -- \section{Endogenizing Policy} \label{sec-1} TEst table export. \begin{verbatim} \begin{table}[htb!] \centering \begin{tabular}{} \toprule Expectation & Pre-policy & Post-policy & Cycl

Re: [O] [babel][PATCH][tests] ERT as external library deprecated.

2011-03-02 Thread Martyn Jago
"Eric Schulte" writes: Hi Eric Here is a patch for the new testing/README.org and several new tests. Perhaps I should tag test patches [tests] to point out that the commit contains no code that can break the build (only potentially the tests)? Regards Martyn >From 84dfb3e1f2aadc7d70431f4bf62

Re: [O] [babel][bug] Export latex table using noweb suddenly broken?

2011-03-02 Thread Eric Schulte
It looks like the noweb option is working, but the results are being inserted into the org-mode buffer verbatim, rather than in a latex block. Maybe we have different default header arguments. If you add ":results latex" to the code block does that fix the problem? Similarly if you evaluate the c

Re: [O] [babel][PATCH][tests] ERT as external library deprecated.

2011-03-02 Thread Eric Schulte
Applied, Thanks -- Eric Martyn Jago writes: > "Eric Schulte" writes: > > Hi Eric > > Here is a patch for the new testing/README.org and several new > tests. Perhaps I should tag test patches [tests] to point out that the > commit contains no code that can break the build (only potentially the >

[O] Re: [Orgmode] [babel] [PATCH]

2011-03-02 Thread Eric Schulte
Martyn Jago writes: > "Eric Schulte" writes: > > [...] > >> Also, I'm really pleased that you are looking into the test suite. I do >> believe that a well maintained test suite would be a huge boon, both for >> Babel and for Org-mode at large, however, recently I have only had >> enough time to

Re: [O] Re: Automatic Org-mode mailing list signature -- Was: Let's stick to one list for now

2011-03-02 Thread theo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On 02/03/2011 19:22, Nicolas wrote: > And as signatures are searched from bottom to top, the banner, being the > first in that order, will be found first. It would be better to search from top to bottom then. That's what most clients do. Th

Re: [O] Table rows and ranges as LHS of formulas

2011-03-02 Thread Nick Dokos
Carsten Dominik wrote: > > On 2.3.2011, at 18:21, Bastien wrote: > > > Hi Carsten, > > > > Carsten Dominik writes: > > > >> Bastien, please let me know if you want to have this integrated > >> before the release, then I will do so. > > > > Please go ahead! This looks like a nice addition,

[O] Re: [Orgmode] [babel] [PATCH]

2011-03-02 Thread Martyn Jago
"Eric Schulte" writes: > Martyn Jago writes: > >> "Eric Schulte" writes: >> >> [...] >> >>> Also, I'm really pleased that you are looking into the test suite. I do >>> believe that a well maintained test suite would be a huge boon, both for >>> Babel and for Org-mode at large, however, recentl

Re: [O] Table rows and ranges as LHS of formulas

2011-03-02 Thread Suvayu Ali
Hi Nick, On Wed, 02 Mar 2011 13:54:09 -0500 Nick Dokos wrote: > One nit: symmetry dictates that $L should be the last column, but it > isn't. Trying @2$2..@L$11 in Christian's example works fine, but > @2$2..@L$L changes the first column to all zeroes (not sure why). I can't find a reference t

[O] Re: multiple agenda buffers

2011-03-02 Thread Matt Lundin
Hi Bastien, Bastien writes: > Hi all, > > Suvayu Ali writes: > >> However I was wondering, block agenda commands might work at least for >> doing multiple searches. But I don't think there is any interactive >> interface to it. > > inspired by this conversation, I have add a new agenda command:

[O] Re: multiple agenda buffers

2011-03-02 Thread Matt Lundin
Bastien writes: > Hi Suvayu, > > suvayu ali writes: > >> I was wondering whether it was possible to have multiple agenda buffers >> at the same time. My use case is when I want to look for two differnt >> but related things, or when I want to search while having my daily (or >> weekly) agenda vi

Re: [O] Should the default for org-table-use-standard-references be `from' instead of `t'

2011-03-02 Thread Christian Moe
Hi, +1 for `from'. Meanwhile, I'm off to customize org-table-use-standard-references, now that I'm aware I have a choice. :) Yours, Christian On 3/2/11 5:55 PM, Carsten Dominik wrote: Hi, Subject says it all: Should the default for org-table-use-standard-references be `from' instead of `

Re: Automatic Org-mode mailing list signature -- Was: [O] Let's stick to one list for now

2011-03-02 Thread Achim Gratz
Bastien writes: > Done -- except that I used "-- ", not "__ ". > > "-- " is the standard separator for signatures. Yes, but the mailing list banner is not a signature. You will now have (by default) two signatures when replying, of which only the mailing list banner gets stripped by the MUA. Li

[O] Cool feature: Link abbreviations

2011-03-02 Thread Nathan Neff
Another one of those "I wish I could do X" moments where I look through org-mode docs and find exactly what I'm looking for. So, I work for a company where I use an Issue tracking tool, and every issue has a URL like this: http://example.com/issues?PRODUCT-XXX Where XXX is the issue number. I w

Re: [O] Table rows and ranges as LHS of formulas

2011-03-02 Thread Carsten Dominik
On 2.3.2011, at 19:54, Nick Dokos wrote: > Carsten Dominik wrote: > >> >> On 2.3.2011, at 18:21, Bastien wrote: >> >>> Hi Carsten, >>> >>> Carsten Dominik writes: >>> Bastien, please let me know if you want to have this integrated before the release, then I will do so. >>> >>> P

Re: Automatic Org-mode mailing list signature -- Was: [O] Let's stick to one list for now

2011-03-02 Thread suvayu ali
On Wed, Mar 2, 2011 at 1:44 PM, Achim Gratz wrote: > Somehow you also seem to have confused the mailing list software about > the mailing list tag in the subject line: it doesn't correctly strip and > re-insert it anymore on reply, so you get "Re: [O]" and "[O] Re:" and > more variations on that t

Re: [O] Table rows and ranges as LHS of formulas

2011-03-02 Thread Christian Moe
Hi, Carsten, Yes, it's really neat. I just realized, though, that there *is* an equally clean way to generate such tables in OOo Calc (which the Org spreadsheet has all but replaced for my needs): - Place 1 in cell B1. Drag across to get 1-10 in cells B1:K1. - Place 1 in cell A2. Drag down t

Re: [O] Table rows and ranges as LHS of formulas

2011-03-02 Thread Samuel Wales
On 2011-03-02, Carsten Dominik wrote: > Maybe we should use something else to achieve symmetry, like @> and $>. Dunno if this comment helps, but I like predictable behavior, so that should work. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com/2010/12/welcome-to-kafka-pandemic-two-f

Re: [O] Table rows and ranges as LHS of formulas

2011-03-02 Thread Carsten Dominik
On 3.3.2011, at 00:09, Christian Moe wrote: > Hi, Carsten, > > Yes, it's really neat. > > I just realized, though, that there *is* an equally clean way to generate > such tables in OOo Calc (which the Org spreadsheet has all but replaced for > my needs): > > - Place 1 in cell B1. Drag across

Re: [O] IMPORTANT: please update your email filters

2011-03-02 Thread Matt Lundin
Bastien writes: > Artificially adding the [Orgmode] label to make sure nobody misses this > announcement. > FWIW, this new label seems to have confused Gmane: http://news.gmane.org/gmane.emacs.orgmode Best, Matt -- Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

Re: [O] IMPORTANT: please update your email filters

2011-03-02 Thread Matt Lundin
Matt Lundin writes: > Bastien writes: > >> Artificially adding the [Orgmode] label to make sure nobody misses this >> announcement. >> > FWIW, this new label seems to have confused Gmane: > > http://news.gmane.org/gmane.emacs.orgmode I should clarify. The old [Orgmode] label was automatically r

Re: [O] Table rows and ranges as LHS of formulas

2011-03-02 Thread Nick Dokos
Carsten Dominik wrote: > Maybe we should use something else to achieve symmetry, like @> and $>. > > Comments? > Perfect. Mirrors the keybinding for end-of-buffer, so there is mnemonic value there, and it naturally flows from the @N$N notation. Something else that popped into my head: are th

Re: [O] in-buffer completion question

2011-03-02 Thread John Wiegley
Carsten Dominik writes: >> In ledger-mode however M-Tab not only completes the unfinished word but >> lets me cycle through the alternatives given in the current buffer. This is a feature of pcomplete that must be enabled by turning on "cycling" behavior. In Ledger and Eshell this is the defaul

Re: [O] [babel][bug] Export latex table using noweb suddenly broken?

2011-03-02 Thread Jeff Horn
On Wed, Mar 2, 2011 at 1:41 PM, Eric Schulte wrote: > If you add ":results latex" to the code block does that fix the problem? > Similarly if you evaluate the code block interactively in the org-mode > buffer, are the results inserted in a latex block or in an example > block? Thanks for your he