[Orgmode] dates in a spreadsheet

2010-03-16 Thread Josh Mattoon
I'm using the spreadsheet capabilities of org for the first time (very cool!) to plan an upcoming trip. I'd like to create a column formula to automatically calculate the dates/day of week but I'm a bit stumped. I don't see a way for the formula to know which row it is currently processing. I'm

[Orgmode] org-refile bug

2010-03-16 Thread Jason Dunsmore
Whenever I run org-remember, enter a single item, type "C-1 C-c C-c", and select a heading to file it under, the entry is lost. Is this a bug? I'm using Org-mode version 6.34trans (release_6.34c.210.g6976). ___ Emacs-orgmode mailing list Please use `R

Re: [Orgmode] Showing scheduled blocked tasks [SEC=UNCLASSIFIED]

2010-03-16 Thread Matthew Phillips
On 16/03/2010, at 6:21 PM, Carsten Dominik wrote: > On Mar 16, 2010, at 1:36 AM, Matthew Phillips wrote: > >> On 16/03/2010, at 12:24 AM, Carsten Dominik wrote: >> >>> On Mar 15, 2010, at 1:23 AM, Matthew Phillips wrote: >> >> >> So, is there any way I can use a custom skip function in t

Re: [Orgmode] Showing scheduled blocked tasks [SEC=UNCLASSIFIED]

2010-03-16 Thread Matthew Phillips
On 16/03/2010, at 2:56 AM, Manish wrote: > On Thu, Mar 11, 2010 at 7:04 AM, Matthew Phillips wrote: >> Hello all, >> >> I am trying to get a TODO tags view in my daily agenda just shows >> the first TODO of a “Project” (a la the “next action” in GTD). >> This allows me to have a TODO “tags” block

[Orgmode] Export HTML from command line

2010-03-16 Thread Zachary Young
Hi all, When I run `org-export-as-html' in a buffer, it works as I expect, but when I try to run it from an emacs batch command: emacs --batch --execute='(setq vc-follow-symlinks nil)' --visit= current-day.org --execute='(org-export-as-html-and-open nil)' anything between #+BEGIN_HTML: and #+EN

Re: [Orgmode] [babel] multiple result outputs from function

2010-03-16 Thread Graham Smith
Dan, >> is there a way of replacing the [1] [2] and [3] with the object names > > I think you meant replacing the [[1]], [[2]], [[3]]. That would be > > list(myname1=xbar, myname2=lower.ci, myname3=upper.ci) > >> (I know this is really an R question) Thanks again :-) Graham ___

Re: [Orgmode] [babel] multiple result outputs from function

2010-03-16 Thread Dan Davison
Graham Smith writes: > Erik > >> So, add ":results output" to your source header block. > > Dan beat you to it, but.. > >> list(xbar, lower.ci, upper.ci) > > This is useful, but the output isn't exactly as I expected > > #+results: SumFlowering2005 > : [[1]] > : [1] 1.51 > : > : [[2]] > : [1]

Re: [Orgmode] [babel] multiple result outputs from function

2010-03-16 Thread Graham Smith
Erik > So, add ":results output" to your source header block. Dan beat you to it, but.. > list(xbar, lower.ci, upper.ci) This is useful, but the output isn't exactly as I expected #+results: SumFlowering2005 : [[1]] : [1] 1.51 : : [[2]] : [1] 1.048065 : : [[3]] : [1] 1.978602 is there a w

Re: [Orgmode] [babel] multiple result outputs from function

2010-03-16 Thread Graham Smith
Dan > Use ':results output' to get the printed output. The default mode > is ':results value' which returns the value of the last expression in > the block. Thanks, that's great. At least I managed to sort out my other two problems today on my own !! Graham ___

Re: [Orgmode] [babel] multiple result outputs from function

2010-03-16 Thread Erik Iverson
Graham - Graham Smith wrote: Below is a function that I am trying to run in orgmode/babel. It seems to run OK, but instead of printing out three values, its only printing the final result. Once again, i would appreciate some help with what I am missing. Thanks, Graham #+srcname: CI_functio

Re: [Orgmode] [babel] multiple result outputs from function

2010-03-16 Thread Dan Davison
Graham Smith writes: > Below is a function that I am trying to run in orgmode/babel. > > It seems to run OK, but instead of printing out three values, its only > printing the final result. > > Once again, i would appreciate some help with what I am missing. Hi Graham, Use ':results output' to g

[Orgmode] [babel] multiple result outputs from function

2010-03-16 Thread Graham Smith
Below is a function that I am trying to run in orgmode/babel. It seems to run OK, but instead of printing out three values, its only printing the final result. Once again, i would appreciate some help with what I am missing. Thanks, Graham #+srcname: CI_function #+begin_src R :session daf sum

Re: [Orgmode] Re: New Org-mode talk by Carsten Dominik

2010-03-16 Thread Daniel Martins
I found a "minor" bug in cd-colors.el I use a variation of background/foreground according to day/night environments as suggested in http://www.jurta.org/en/emacs/dotemacs and which I reproduce below But using cd-colors and the day option which means (set-background-color "white") (set-fo

[Orgmode] suggestion: display of #+TITLE

2010-03-16 Thread Dan Davison
Might it be worth considering a special display for the #+title line in org buffers? Currently it is easy for the title to get buried among more technical configuration lines like #+options, #+startup, #+seq_toto etc. One can take the approach of leaving #+title at the top of the document, and mov

Re: [Orgmode] Orgmode and matlab again.

2010-03-16 Thread Dan Davison
Piter_ writes: > Hi all. > Can some one point me out part of code from babel-org and python-babel > which is responsible for opening python code in python mode and > putting it back in orgmode. Hi Piter, It's actually org-mode that does that, not org-babel. So to get org-mode to open a block o

[Orgmode] Re: Additional Export options

2010-03-16 Thread srinivas
Hi, I am checking in to see if anyone has any suggestions on achieving the above results. Thanks in advance. Srinivas ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailm

[Orgmode] Orgmode and matlab again.

2010-03-16 Thread Piter_
Hi all. Can some one point me out part of code from babel-org and python-babel which is responsible for opening python code in python mode and putting it back in orgmode. I've tried to read files in lang directory of babel, but my knowledge of lisp did not let me to figure it out. I wanted to conne

[Orgmode] wriging about computer programming

2010-03-16 Thread Łukasz Stelmach
Hello. Sometimes org-mode isn't smart enough, but I don't require it to be because I understand my demands might be high. For example marking code with =...= can't manege apostrophes right next to equality signs =a = 'B'= doesn't work actually as expected (particularly latex export). But fear

Re: [Orgmode] Showing scheduled blocked tasks [SEC=UNCLASSIFIED]

2010-03-16 Thread Carsten Dominik
On Mar 16, 2010, at 1:36 AM, Matthew Phillips wrote: On 16/03/2010, at 12:24 AM, Carsten Dominik wrote: On Mar 15, 2010, at 1:23 AM, Matthew Phillips wrote: So, is there any way I can use a custom skip function in the TODO block to remove blocked tasks? Is there a way of getting the b