Re: [Orgmode] properties in agenda prefix

2010-08-18 Thread Jan Böcker
On 08/19/2010 12:45 AM, Skip Collins wrote: > This does not work easily > with column mode, which is not printable, or org-mode export, which is > not tabular. Look at "7.5.3 Capturing column view" in the manual, it provides a solution to the "column view is not printable" problem. If you do not

[Orgmode] Setting org-agenda-time-grid: My day starts at midnight

2010-08-18 Thread Memnon Anon
Hi, I am working nightshifts these days, so I wanted this: , | (setq org-agenda-time-grid (quote | ((daily weekly today require-timed) "" | ( 000 200 400 600 800 1000 1200 1400 1600 1800 2000 2200 2359 ` which ... did not work. Afaics, the reason is in

[Orgmode] items not disappearing from agenda once marked done

2010-08-18 Thread Gert van Oss
dear list, I know this is in the FAQ-[1] but I can't get it working. I've started with a new setup not edited by hand. Can someone point me in the right direction to get this working when I do: C-c-a? (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by ha

Re: [Orgmode] [babel] help debugging org-babel-execute-buffer

2010-08-18 Thread Nick Dokos
Austin Frank wrote: > I have a document that always throws an error when I call > org-babel-execute-buffer. I'd guess that there's one particular block > that is to blame, but I can't tell which block babel is in at the point > when the error is thrown. > > The error is: > > #v+ > Debugger en

Re: [Orgmode] Re: Problem whit with code evaluation

2010-08-18 Thread Nick Dokos
Blanchette, Marco wrote: > Hmm... Thanks Dan. > > Do we have a different version of org-mode? I just pasted your code in emacs > and try to execute it with M-x org-babel-execute-buffer RET without success. > > The emacs-lisp code works but the python and the R crashes with the > following error

[Orgmode] Re: Problem whit with code evaluation

2010-08-18 Thread Dan Davison
"Blanchette, Marco" writes: > Hmm... Thanks Dan. > > Do we have a different version of org-mode? I just pasted your code in emacs > and try to execute it with M-x org-babel-execute-buffer RET without success. Hi Marco, Sorry, I was rushing and missed that you were using org-babel-execute-buffer

[Orgmode] make without make cleanall safe?

2010-08-18 Thread Samuel Wales
Seems it takes a while to make, perhaps because of all the excellent features like org-babel. I do make cleanall first, to be safer, but as the purpose of make is to avoid doing recompilation, will a simple make suffice? Thanks. -- Q: How many CDC "scientists" does it take to change a lightbulb

[Orgmode] Re: Orgmode[PATCH] org-export-generic, "text markup" -- and a request

2010-08-18 Thread Robert Goldman
On 8/13/10 Aug 13 -3:35 PM, Carsten Dominik wrote: > Hi everyone, > > I am not sure what the status o this patch is now, is there anyone > besides the author whw has tested it and can comment on it? While we're at it, what's the status of my patches that add text markup (and text markup across li

[Orgmode] Re: Problem whit with code evaluation

2010-08-18 Thread Blanchette, Marco
Hmm... Thanks Dan. Do we have a different version of org-mode? I just pasted your code in emacs and try to execute it with M-x org-babel-execute-buffer RET without success. The emacs-lisp code works but the python and the R crashes with the following errors taken from the *Org-Babel Error* Output

[Orgmode] Re: Problem whit with code evaluation

2010-08-18 Thread Dan Davison
Hi Marco, "Blanchette, Marco" writes: > Sorry again if this is common knowledge, but the road to orgmode power user > is seeded with challenges! > > I am trying to write an R function that would take 3 arguments, hopefully > set up in an org table and have a function run every rows, taking every

[Orgmode] Problem whit with code evaluation

2010-08-18 Thread Blanchette, Marco
Sorry again if this is common knowledge, but the road to orgmode power user is seeded with challenges! I am trying to write an R function that would take 3 arguments, hopefully set up in an org table and have a function run every rows, taking every column as arguments to produce a set of report fi

[Orgmode] Re: More structure on org-hacks.php

2010-08-18 Thread Memnon Anon
Carsten Dominik writes: > I think the file would benefit from a bit more structure (some top-level > headings and the actually hacks as level two headings or so. I had a look at what is there so far. One way might be Toplevel-headlines like this: 1. Hacking Org: Modifying orgmode itself. 2. Ha

Re: [Orgmode] Re: Links Lost and Export-Report

2010-08-18 Thread Stefan Vollmar
Dear Sebastian, I think your mail and my last one were sent almost at the same time. You are right about the limitations of org-id-update-id-locations. My last point about fixing .org-id-locations is that this is not feasible if you are working in a team (syncing via a code repository) on seve

Re: [Orgmode] Some useful timestamp s-expressions

2010-08-18 Thread Daniel Martins
Really great Paul. Did you compared your Spanish classes examples with org-diary-class? Maybe (I did not tried!) your proposal is an improvement of this function. Thank you/ Gracias, Daniel 2010/8/18 Noorul Islam K M > I think it will be great if this goes into worg? > > - Noorul > > On Aug

Re: [Orgmode] properties in agenda prefix

2010-08-18 Thread Nick Dokos
Skip Collins wrote: > On Wed, Aug 18, 2010 at 10:43 AM, Bastien wrote: > > I grasp the general idea but a more concrete use-case would help here > > again... thanks! > > Perhaps I am trying to use agenda in a way that was never intended, to > export printable lists in tabular form. Using agend

Re: [Orgmode] Some useful timestamp s-expressions

2010-08-18 Thread Noorul Islam K M
I think it will be great if this goes into worg? - Noorul On Aug 19, 2010, at 1:52 AM, Paul Sexton wrote: > In org, timestamps can be in the usual angle-bracket format, > eg <2010-08-19 +2w>, or you can use lisp s-expressions. These are in the same > format as the s-expressions used in the 'dia

Re: [Orgmode] Re: Request for opinions: [ANN] List improvement v.2o

2010-08-18 Thread Daniel Martins
I have the opposite view. I did not tried yet the code because I am a naive git user and worry about messing things up adding another complex branch. However I must say that all my lists (and I have a lot of them!) do not satisfy me completely. The problem of breaking indentation and changing pat

Re: [Orgmode] properties in agenda prefix

2010-08-18 Thread Skip Collins
On Wed, Aug 18, 2010 at 10:43 AM, Bastien wrote: > I grasp the general idea but a more concrete use-case would help here > again... thanks! Perhaps I am trying to use agenda in a way that was never intended, to export printable lists in tabular form. Using agenda mode, I can generate an html lis

[Orgmode] org-publish skips the file name in inter-page links

2010-08-18 Thread Daniel Clemente
Hi, here is a bug related to this syntax: To reproduce this you need latest Emacs (e.g. from Bazaar), latest org-mode, and 3 files in ~/org-linktest/ (remove the BEGIN_QUOTE etc): 1) ~/org-linktest/has_ids.org: #+BEGIN_QUOTE *** TODO first section :PROPERTIES: :ID:

Re: [Orgmode] Re: problem with babel and R

2010-08-18 Thread Eric Schulte
Hi David, "#+end_results: foo" (or some derivative syntax) sounds like a good idea, I'll add it to the Babel task list. Thanks -- Eric David Hajage writes: > OK, I understand that using ":results org", the results is not altered, > there is no post processing. But I don't want a post processin

Re: [Orgmode] Re: Links Lost and Export-Report

2010-08-18 Thread Sebastian Rose
Bernt Hansen writes: > I think you can just regenerate the file with a call to > > M-x org-id-update-id-locations This works for agenda files only, as well as files mentioned in the variable `org-id-locations'. Thus you need to rename the element in the list in your id-locations file. E.G.: Ch

[Orgmode] Re: Links Lost and Export-Report

2010-08-18 Thread Stefan Vollmar
Hello, many thanks to Bernt Hansen for finding the root of my problem. Here is a recipe to unhappiness: Start with two files a.org and b.org which are part of some files you have created with Org-mode in mind for efficently producing high quality HTML content. Set up Org-mode to use ids for l

[Orgmode] Some useful timestamp s-expressions

2010-08-18 Thread Paul Sexton
In org, timestamps can be in the usual angle-bracket format, eg <2010-08-19 +2w>, or you can use lisp s-expressions. These are in the same format as the s-expressions used in the 'diary'/'calendar' emacs packages. I only discovered these recently but have been able to use them to schedule some comp

Re: [Orgmode] org-mode 7.01, error while scheduling item

2010-08-18 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > >(it would be better if you reloaded the > >appropriate .el files - org.el in this case - and *then* took the > >backtrace.) > > I am not an elisp expert, nor know the internals of orgmode, so sorry > about that. > No apology needed: it was meant as a (useful?)

[Orgmode] Re: org-capture + autoload

2010-08-18 Thread Bernt Hansen
Jambunathan K writes: > >> It would be convenient if I could do a > >> > >> M-x customize-group org-capture and/or M-x customize-variable > >> org-capture-templates > >> > >> without having triggered a prior org-capture. > >> > >> For now, I trigger a capture, a

Re: [Orgmode] Re: feature request: a basic conversation manager

2010-08-18 Thread Eric S Fraga
On Thu, 19 Aug 2010 00:31:05 +0530, Jambunathan K wrote: > > > In the context of the original post, is there a possible way to do this. > > 1. I mark a TODO entry in todo.org as done. > > 2. An org-id (say ID-TODO) gets created for the TODO entry if there is >none yet. > > 3. The state

[Orgmode] Re: feature request: a basic conversation manager

2010-08-18 Thread Jambunathan K
In the context of the original post, is there a possible way to do this. 1. I mark a TODO entry in todo.org as done. 2. An org-id (say ID-TODO) gets created for the TODO entry if there is none yet. 3. The state transition to DONE triggers a capture rule. The conversation is collected in

[Orgmode] Re: org-capture + autoload

2010-08-18 Thread Jambunathan K
>> It would be convenient if I could do a >> >> M-x customize-group org-capture and/or M-x customize-variable >> org-capture-templates >> >> without having triggered a prior org-capture. >> >> For now, I trigger a capture, abort it and then proceed ahead >> w

Re: [Orgmode] properties in agenda prefix

2010-08-18 Thread Bastien
Hi, Skip Collins writes: >> What property would you find useful to have and why? > > CUSTOM_ID could be handy right away. If arbitrary properties were > accessible in agenda prefix, it would enable very flexible agenda > constructs. Consider a setup in which headlines are given a tracking > numb

Re: [Orgmode] org-capture + autoload

2010-08-18 Thread Bastien
Jambunathan K writes: > It would be convenient if I could do a > > M-x customize-group org-capture and/or > M-x customize-variable org-capture-templates > > without having triggered a prior org-capture. Just (require 'org-capture) somewhere in your config. -- Bastien __

[Orgmode] Re: Links Lost and Export-Report

2010-08-18 Thread Bernt Hansen
Stefan Vollmar writes: > Dear Bernt, > > On 18.08.2010, at 18:13, Bernt Hansen wrote: > >> Stefan Vollmar writes: >> >>> Hello, >>> >>> I currently have a "showstopper-class" problem with links. I am using >>> Org-mode release_7.01h-129-g3363a with Emacs 23.2.1. I have >>> >>> (require 'org

[Orgmode] Emailing my org file

2010-08-18 Thread Avdi Grimm
I really like the idea of having a single queue of random notes to sort through. And I really want that singe queue to be the "* Notes" section at the end of my plan.org file. Here's the thing: sometimes I don't have my org file and my handy-dandy remember.el macros handy. Like when I'm away from

[Orgmode] Re: Links Lost and Export-Report

2010-08-18 Thread Stefan Vollmar
Dear Bernt, On 18.08.2010, at 18:13, Bernt Hansen wrote: > Stefan Vollmar writes: > >> Hello, >> >> I currently have a "showstopper-class" problem with links. I am using >> Org-mode release_7.01h-129-g3363a with Emacs 23.2.1. I have >> >> (require 'org-install) >> (require 'org-id) >> >> i

[Orgmode] Re: Links Lost and Export-Report

2010-08-18 Thread Bernt Hansen
Stefan Vollmar writes: > Hello, > > I currently have a "showstopper-class" problem with links. I am using > Org-mode release_7.01h-129-g3363a with Emacs 23.2.1. I have > > (require 'org-install) > (require 'org-id) > > in my .emacs file. > > This works fine: > > (1) org-link-to-org-use-id is t

Re: [Orgmode] EmacsForMacOSX - copy & paste in orgmode

2010-08-18 Thread Juan
Hi, I can copy/paste with no problems between mac applications an emacs (emacsformacosx). I have to OPTION-C / V on mac apps, and C-y or M-w on Emacs. I have the same configuration as you for mac-related stuff.. Regards, .j. On Wed, Aug 18, 2010 at 12:01:18PM +0200, Erwin Panen wrote: > Do you

[Orgmode] Re: Babel: interweaving code and results?

2010-08-18 Thread Dan Davison
David Hajage writes: > exactly what I want! But an new option would be greater... It wouldn't be hard to add an ":interleave" (or ":echo") option that has this effect for external R processes. But we should really address a couple of other issues: - implementation for :session (in principle

[Orgmode] Re: [BUG] org-capture: file+function

2010-08-18 Thread Jambunathan K
jambu> I wonder whether this - "create entry at the target file at jambu> the current cursor location" - is a common workflow for jambu> others. If yes, may be having an escape sequence for this jambu> would be a good idea. Went for a jog. As a result I think there could be some d

[Orgmode] Re: org-capture + autoload

2010-08-18 Thread Bernt Hansen
Jambunathan K writes: > It would be convenient if I could do a > > M-x customize-group org-capture and/or > M-x customize-variable org-capture-templates > > without having triggered a prior org-capture. > > For now, I trigger a capture, abort it and then proceed ahead with > customizing these.

Re: [Orgmode] org-mode 7.01, error while scheduling item

2010-08-18 Thread Marcelo de Moraes Serpa
>(it would be better if you reloaded the >appropriate .el files - org.el in this case - and *then* took the >backtrace.) I am not an elisp expert, nor know the internals of orgmode, so sorry about that. >There are two select-window calls in org-eval-in-calendar: which one >fails? I presume the f

Re: [Orgmode] Baffled by beamer blocks

2010-08-18 Thread Eric S Fraga
On Wed, 18 Aug 2010 15:40:30 +0100, Eric S Fraga wrote: > > On Wed, 18 Aug 2010 09:23:26 -0500, John Hendy wrote: > > > > [...] > > > Eric, > > > > I have the title and QED image, but @important@ is rendered literally. See > > the attached .org, .pdf, and .tex files. Where is the markup for

[Orgmode] Re: Babel: interweaving code and results?

2010-08-18 Thread Erik Iverson
Dan Davison wrote: Erik Iverson writes: David, On 08/18/2010 08:09 AM, David Hajage wrote: Hello, I am back with babel and R with a new question. Is it possible to interweave each line of code with its results? An example to explain what I mean: #+SRCNAME: foo #+BEGIN_SRC R :results out

[Orgmode] Re: Babel: interweaving code and results?

2010-08-18 Thread David Hajage
exactly what I want! But an new option would be greater... Yes, I know about :exports both, but if code and results are interleaved, I don't need to export the code (in my case). That's why I use :exports results. Thank you very much for this. David On Wed, Aug 18, 2010 at 16:49, Dan Davison

[Orgmode] Re: Babel: interweaving code and results?

2010-08-18 Thread Dan Davison
Erik Iverson writes: > David, > > On 08/18/2010 08:09 AM, David Hajage wrote: >> Hello, >> >> I am back with babel and R with a new question. Is it possible to >> interweave each line of code with its results? >> >> An example to explain what I mean: >> >> #+SRCNAME: foo >> #+BEGIN_SRC R :results

Re: [Orgmode] Baffled by beamer blocks

2010-08-18 Thread Eric S Fraga
On Wed, 18 Aug 2010 09:23:26 -0500, John Hendy wrote: > [...] > Eric, > > I have the title and QED image, but @important@ is rendered literally. See > the attached .org, .pdf, and .tex files. Where is the markup for > @w...@provided (who translates @ in org to red/emphasized text in the > outp

Re: [Orgmode] Baffled by beamer blocks

2010-08-18 Thread John Hendy
On Wed, Aug 18, 2010 at 9:23 AM, John Hendy wrote: > > > On Wed, Aug 18, 2010 at 5:09 AM, Eric S Fraga wrote: > >> On Tue, 17 Aug 2010 16:29:03 -0700, "Philip J. Hollenback" < >> phil...@pobox.com> wrote: >> > >> > Hm no luck. I tried the updated presentation.org and posted the >> > resulting p

Re: [Orgmode] Babel: interweaving code and results?

2010-08-18 Thread David Hajage
Thanks! David On Wed, Aug 18, 2010 at 15:15, Erik Iverson wrote: > David, > > > On 08/18/2010 08:09 AM, David Hajage wrote: > >> Hello, >> >> I am back with babel and R with a new question. Is it possible to >> interweave each line of code with its results? >> >> An example to explain what I me

Re: [Orgmode] Babel: interweaving code and results?

2010-08-18 Thread Erik Iverson
David, On 08/18/2010 08:09 AM, David Hajage wrote: Hello, I am back with babel and R with a new question. Is it possible to interweave each line of code with its results? An example to explain what I mean: #+SRCNAME: foo #+BEGIN_SRC R :results output :exports results 2+2 3+3 #+END_SRC

[Orgmode] Babel: interweaving code and results?

2010-08-18 Thread David Hajage
Hello, I am back with babel and R with a new question. Is it possible to interweave each line of code with its results? An example to explain what I mean: #+SRCNAME: foo #+BEGIN_SRC R :results output :exports results 2+2 3+3 #+END_SRC #+results: foo : [1] 4 : [1] 6 When exporting (to html

[Orgmode] Publishing documents body-only

2010-08-18 Thread Harri Kiiskinen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'm preparing some LaTeX documents using org-babel and R, and I'd like to export/publish these documents as body-only, so that they can be directly included by the master document. (I don't want to convert the whole book into org-mode). the or

[Orgmode] [BUG] org-capture: file+function

2010-08-18 Thread Jambunathan K
I have run into couple of issues with file+function templates. Let me explain. I have the following entry in org-capture-templates ( ("b" "Bookmarks" entry (file+function "~/bookmark.org" point) "** %c\n %i \n %?")) The intention is to add a bookmark entry at the cursor position. This

[Orgmode] Links Lost and Export-Report

2010-08-18 Thread Stefan Vollmar
Hello, I currently have a "showstopper-class" problem with links. I am using Org-mode release_7.01h-129-g3363a with Emacs 23.2.1. I have (require 'org-install) (require 'org-id) in my .emacs file. This works fine: (1) org-link-to-org-use-id is t and when I do a C-c l (org-store-link), a "a

Re: [Orgmode] Request for opinions: [ANN] List improvement v.2o

2010-08-18 Thread Christian Moe
Oops. Sorry. CM Nicolas Goaziou wrote: Hello, Christian Moe writes: Ending lists by indentation most closely resembles how one would end a list in ordinary typed prose (with a single blank line before a following paragraph, not two, certainly not with an end-of-list symbol). Just to c

Re: [Orgmode] EmacsForMacOSX - copy & paste in orgmode

2010-08-18 Thread Erwin Panen
Hi Puneeth, Thanks for your help; This does indeed seem to enable copy/paste. Unfortunately Ctrl / Option - c/v/x do not work. Probably this has to do with my keybindings (I'm not very good at these :-) ). I have this in my .emacs: - ;; command-` to switch frames

[Orgmode] [Question] Custom drawers overrule :PROPERTIES: drawer?

2010-08-18 Thread Sebastian Rose
Hi, if I define a custom drawer like this: #+DRAWERS: COORDS the :PROPERTIES: drawer is not handeld as drawer anymore. Instead, I have to mention PROPERTIES in the options line shown above. Is this the intended behaviour? Sebastian ___ Emacs

Re: [Orgmode] properties in agenda prefix

2010-08-18 Thread Skip Collins
> What property would you find useful to have and why? CUSTOM_ID could be handy right away. If arbitrary properties were accessible in agenda prefix, it would enable very flexible agenda constructs. Consider a setup in which headlines are given a tracking number that can be used as a reference num

[Orgmode] Re: org-capture + autoload

2010-08-18 Thread Jambunathan K
> It would be convenient if I could do a > M-x customize-group org-capture and/or M-x customize-variable > org-capture-templates > without having triggered a prior org-capture. > For now, I trigger a capture, abort it and then proceed ahead with > customizing these. Ok.

[Orgmode] org-capture + autoload

2010-08-18 Thread Jambunathan K
It would be convenient if I could do a M-x customize-group org-capture and/or M-x customize-variable org-capture-templates without having triggered a prior org-capture. For now, I trigger a capture, abort it and then proceed ahead with customizing these. Jambunathan K.

Re: [Orgmode] [BUG] Baffled by beamer blocks

2010-08-18 Thread Eric S Fraga
On Wed, 18 Aug 2010 12:36:42 +0200, Bastien wrote: > > Eric S Fraga writes: > > > with associated presentation file which seems to have been munged > > somehow on Worg (well, on the web site; the git repository has the > > right version) so here it is attached. > > I tried to fix it but it's a

Re: [Orgmode] EmacsForMacOSX - copy & paste in orgmode

2010-08-18 Thread Puneeth
Hi Erwin, On Wed, Aug 18, 2010 at 3:31 PM, Erwin Panen wrote: > Hi Juan, > > I hope you don't mind me mailing you directly. I copied orgmode list in cc. > > Do you have a way to copy / paste between say Firefox and Emacs / orgmode? I don't use MacOSX. But, I have the following elisp code in my d

Re: [Orgmode] org-feeds, atom, authentication & gdata

2010-08-18 Thread Eric S Fraga
On Wed, 18 Aug 2010 12:23:52 +0200, Bastien wrote: > > Eric S Fraga writes: > > > Have a look at a message I posted to this list last month: > > > > http://article.gmane.org/gmane.emacs.orgmode/27214 > > Great! Thanks for reposting this. > > IMHO this deserves a place in Worg/org-hacks.org

Re: [Orgmode] [BUG] Baffled by beamer blocks

2010-08-18 Thread Bastien
Eric S Fraga writes: > with associated presentation file which seems to have been munged > somehow on Worg (well, on the web site; the git repository has the > right version) so here it is attached. I tried to fix it but it's actually a bug in the current HTML export: links within inlined footno

Re: [Orgmode] org-feeds, atom, authentication & gdata

2010-08-18 Thread Bastien
Eric S Fraga writes: > Have a look at a message I posted to this list last month: > > http://article.gmane.org/gmane.emacs.orgmode/27214 Great! Thanks for reposting this. IMHO this deserves a place in Worg/org-hacks.org Would you add it? -- Bastien

Re: [Orgmode] org-feeds, atom, authentication & gdata

2010-08-18 Thread Eric S Fraga
On Wed, 18 Aug 2010 11:43:59 +0200, Bastien wrote:> Ethan Ligon writes: > > > I long ago hacked together a system for gcalendar that involved a wget > > on an *.ics file and some elisp to get this into calendar entries. > > This works, in a hackish way, but is neither elegant nor particularly >

Re: [Orgmode] Baffled by beamer blocks

2010-08-18 Thread Eric S Fraga
On Tue, 17 Aug 2010 16:29:03 -0700, "Philip J. Hollenback" wrote: > > Hm no luck. I tried the updated presentation.org and posted the > resulting pdf on scribd: > > http://www.scribd.com/doc/36035983/Presentation > > some interesting problems: > > 1. title missing from title page > 2. @impor

[beamer] Worg tutorial link broken (was Re: [Orgmode] Baffled by beamer blocks)

2010-08-18 Thread Eric S Fraga
On Tue, 17 Aug 2010 18:11:52 -0500, John Hendy wrote: > > [1 ] > Eric -- is the link to the file download broken? It looks like a footnote or > [[link][]] might have missed a bracket? I'm assuming that footnote 1 is > supposed to link to the example file being used for the tutorial, that is. ye

[Orgmode] EmacsForMacOSX - copy & paste in orgmode

2010-08-18 Thread Erwin Panen
Hi Juan, I hope you don't mind me mailing you directly. I copied orgmode list in cc. Do you have a way to copy / paste between say Firefox and Emacs / orgmode? It doesn't seem to work, and I've found some posts googling, but no apparent solution. It seems Acquamacs will do it, so I'd assume it

Re: [Orgmode] org-feeds, atom, authentication & gdata

2010-08-18 Thread Bastien
Hi Ethan, Ethan Ligon writes: > I long ago hacked together a system for gcalendar that involved a wget > on an *.ics file and some elisp to get this into calendar entries. > This works, in a hackish way, but is neither elegant nor particularly > robust. I recently discovered GoogleCL and though

Re: [Orgmode] properties in agenda prefix

2010-08-18 Thread Bastien
Skip Collins writes: > Why is CATEGORY the only property that can be included in > org-agenda-prefix-format? What property would you find useful to have and why? -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to th

Re: [Orgmode] Request for opinions: [ANN] List improvement v.2o

2010-08-18 Thread Nicolas Goaziou
Hello, > Christian Moe writes: > Ending lists by indentation most closely resembles how one would end a > list in ordinary typed prose (with a single blank line before a > following paragraph, not two, certainly not with an end-of-list > symbol). Just to clear up things: you can still end

Re: [Orgmode] Archive Tasks

2010-08-18 Thread Karl Maihofer
Thanks for your reply! I think this is not what i am looking for. Quote from Bernt: "This ensures that any level 2 task that I archive from this heading (I archive by subtree) gets saved in the archive file under the appropriate level 1 heading.." My problem is, that i have level 3 tasks. --

Re: [Orgmode] row and col spaning in table?

2010-08-18 Thread David Hajage
Well, it seems a good solution to me! David On Wed, Aug 18, 2010 at 09:32, Christian Moe wrote: > Giovanni Ridolfi wrote: > >> David Hajage writes: >> >> and I was wondering if row and col spaning was possible? >>> >> Currently not. But, if this is your case, you should use the table.el >> pa

Re: [Orgmode] Request for opinions: [ANN] List improvement v.2o

2010-08-18 Thread Christian Moe
Carsten Dominik wrote: 2. Some existing documents will break because we now need an end-of-list that is clearly defined, and not by indentation. Nicolas proposes a double empty line or some special string to be defined. Breaking existing documents is always bad, of cause. I still hope

Re: [Orgmode] row and col spaning in table?

2010-08-18 Thread Christian Moe
Giovanni Ridolfi wrote: David Hajage writes: and I was wondering if row and col spaning was possible? Currently not. But, if this is your case, you should use the table.el package. Yes. Still, I'd tentatively suggest adding a feature to span Org-table cells across rows and columns -- on *e

[Orgmode] Re: [Org-Babel] and R... non-numeric cells

2010-08-18 Thread Sébastien Vauban
Hi Dan, Dan Davison wrote: > Sébastien Vauban > writes: >> >> #+TBLNAME: investissement-2010-2013 >> #+ATTR_LaTeX: align=l >> || \s{Année 2010} | \s{Année 2011} | \s{Année 2012} >> | \s{Année 2013} | >> |+++-