Re: [Orgmode] Re: Composing letters using org-mode and scrlttr2

2010-08-21 Thread Jambunathan K
Hi Carsten Carsten> Hi, Is someone working on producing a clean version of the Carsten> changes required to integrate this? This is in my workqueue. I will followup on this very soon. Of late, mustering some org-fu and elisp-fu. This is delaying submission of a cleaner version. Jambun

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

2010-08-21 Thread Bernt Hansen
Nicolas Goaziou writes: Hi Nicolas, I just started trying out your new list code in one of my org-mode setups and I think I found a problem. Today I entered an org-capture task like this , | ** NEXT Investigate errors in log |:CLOCK: |CLOCK: [2010-08-21 Sat 07:00] |:END: |:

Re: [Orgmode] cells are deformed in Japanese

2010-08-21 Thread Carsten Dominik
On Aug 21, 2010, at 8:40 AM, soichi wrote: hi. I am a newbie in org-mode. My environment is: Emacs 23 and org-mode 7.01h. I am trying to set up a spreadsheet and its entries are partially in Japanese. But if I type in Japanese and hit "TAB", the cells do not align properly. | word |

[Orgmode] Error using Calc time format in table

2010-08-21 Thread Christian Moe
Hi, When I use Calc time format in the spreadsheet, it fails to deal with hours. (Using 7.01trans, pulled today.) E.g. this simple sum gives an error: | 1@ 23' 45" | | 1@ 14' 45" | || | #ERROR | #+TBLFM: @3...@1$1+@2$1 But summing just the minutes and seconds works: | 23' 45

Re: [Orgmode] Error using Calc time format in table

2010-08-21 Thread Christian Moe
PS: It works with vsum: | 1@ 23' 45" | | 1@ 14' 45" | || | 2@ 38' 30" | #+TBLFM: @3$1=vsum(@1$...@2$1) But not with simple addition, subtraction etc. I now see this was already stated at: http://www.hollenback.net/index.php?pagename=EmacsOrgTimestamps Unlike him, though, I'm not hu

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

2010-08-21 Thread Nicolas Goaziou
Hello, > Bernt Hansen writes: > Today I entered an org-capture task like this > , > | ** NEXT Investigate errors in log > |:CLOCK: > |CLOCK: [2010-08-21 Sat 07:00] > |:END: > |:LOGBOOK: > |- State "NEXT" from "TODO" [2010-08-21 Sat 07:00] > |:END: > |

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

2010-08-21 Thread Bernt Hansen
Nicolas Goaziou writes: >> The tab indent is treating the list in the :LOGBOOK: as active even >> though I'm not in the drawer. > > It is now fixed. > > Thank you very much for testing this branch and reporting this bug. Thanks for the quick fix and for also fixing the other two issues I reporte

[Orgmode] [PATCH] can't :include files in org-publish-project-alist

2010-08-21 Thread Łukasz Stelmach
EHLO. I've just discovered that I can't publish a simple webpage anymore (some options under C-c C-e sitll work but F and P don't). Short investigation shows that when I run: (org-publish-get-project-from-filename "/home/steelman/dydaktyka/index.org") in the *scratch* buffer I get --8<-

Re: [Orgmode] [PATCH] can't :include files in org-publish-project-alist

2010-08-21 Thread Nick Dokos
=?utf-8?Q?=C5=81ukasz?= Stelmach wrote: > :include ("index.org")) ; < HERE >... > However, with parenthesis around "index.org" removed the function seems to > work fine and returns > Wasn't that fixed by the following commit? commit 3529be82eff7906c1182fafbea6012fb6bfec160 Author

Re: [Orgmode] Printing Multiple Lines For Agenda Export

2010-08-21 Thread Manish
Yes, it works now. Sweet. Thanks a lot. Regards -- Manish On Sat, Aug 21, 2010 at 12:07 PM, Carsten Dominik wrote: > > On Aug 21, 2010, at 8:09 AM, Manish wrote: > >> On Sat, Aug 21, 2010 at 10:39 AM, Carsten Dominik wrote: >>> >>> Hi, >>> >>> this is now fixed. >>> >>> Thanks for the report.

[Orgmode] Re: [PATCH] can't :include files in org-publish-project-alist

2010-08-21 Thread Łukasz Stelmach
Nick Dokos writes: > =?utf-8?Q?=C5=81ukasz?= Stelmach wrote: > >> :include ("index.org")) ; < HERE >>... >> However, with parenthesis around "index.org" removed the function seems to >> work fine and returns >> > > Wasn't that fixed by the following commit? > > commit 3529be82eff7

Re: [Orgmode] Some useful timestamp s-expressions

2010-08-21 Thread Manish
I added these to Worg. -- Manish On Thu, 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 'diary'/'calendar' emacs

[Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-21 Thread John Hendy
Hi, I'm interested in plotting with non-numeric data for the x component of the data points but don't want to have the gnuplot default of automatic spacing. Does anyone know a way to have a word displayed instead of a number but have the words unevenly spaced according to a "hidden value"? Examp

Re: [Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-21 Thread Eric S Fraga
On Sat, 21 Aug 2010 14:30:48 -0500, John Hendy wrote: > > [1 ] > [1.1 ] > Hi, > > > I'm interested in plotting with non-numeric data for the x component of the > data points but don't want to have the gnuplot default of automatic spacing. > Does anyone know a way to have a word displayed inst

[Orgmode] [PATCH] [babel] R :session should respect ess-ask-for-ess-directory set by user

2010-08-21 Thread Erik Iverson
Hello, I have (setq ess-ask-for-ess-directory nil) in my .emacs. I.e., I don't want to be asked to set my working directory. As it stands, if we run an R code block with the :session argument and no :dir argument, ess-ask-for-ess-directory gets set to t. I would prefer if I had it previously s

Re: [Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-21 Thread Nick Dokos
John Hendy wrote: > Hi, > > I'm interested in plotting with non-numeric data for the x component of the > data points but don't want to have the gnuplot default of automatic spacing. > Does anyone know a way to have a word displayed instead of a number but have > the words unevenly spaced acco

Re: [Orgmode] Pretty cool Org-mode/Beamer demo

2010-08-21 Thread Eric S Fraga
On Fri, 20 Aug 2010 14:38:05 +0200, Carsten Dominik wrote: > > > Check out this! > >http://www.youtube.com/watch?v=Ho6nMWGtepY&feature=player_embedded > > - Carsten Finally found some time to look at this. Brilliant! -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC

Re: [Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-21 Thread John Hendy
Nick, That works from gnuplot. Not sure about orgmode... I tried #+PLOT: using:"2:3:xticlabels(1)" which is not working. There's no "using" option mentioned on worg: http://orgmode.org/worg/org-tutorials/org-plot.php Perhaps it's not possible?

[Orgmode] [org-babel] References Not Expanding

2010-08-21 Thread aditya siram
Hi all, I have the development version of org-mode and org-babel noweb style references are not expanding during evaluation, they are instead copied literally into the temp file. They seem to expand fine when tangling. Here is file that is failing: * Root #+begin_src haskell :noweb yes :tangle Main

Re: [Orgmode] Printing Multiple Lines For Agenda Export

2010-08-21 Thread Andre Powell
Is it fixed in 7.x versions? Andre Powell On Aug 21, 2010, at 12:25 PM, Manish wrote: > Yes, it works now. Sweet. > > Thanks a lot. > > Regards > -- Manish > > On Sat, Aug 21, 2010 at 12:07 PM, Carsten Dominik > wrote: >> >> On Aug 21, 2010, at 8:09 AM, Manish wrote: >> >>> On Sat, Aug 21

Re: [Orgmode] Printing Multiple Lines For Agenda Export

2010-08-21 Thread Nick Dokos
Andre Powell wrote: > Is it fixed in 7.x versions? > Andre Powell > No, it is fixed in commit 96bacc020bef95861543b34985c2cc1190fb918c (which had a typo that was fixed in commit a7660225af1737cc887fc57a2d2fa87ba8975206) - both of those commits were done early this morning: , | commit a766

Re: [Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-21 Thread John Hendy
Problem solved with babel. I was able to get everything I wanted by piecing together some examples from the mailing list and gnuplot examples/manual around the web. Thanks! On Sat, Aug 21, 2010 at 4:11 PM, John Hendy wrote: > Nick, > > That works from gnuplot. Not sure about orgmode... I tried

Re: [Orgmode] Printing Multiple Lines For Agenda Export

2010-08-21 Thread Andre Powell
Ok. Now here is the issue, I am somewhat of a mid level power user ( long time Mac User that is loving the *nix side, but may move to some distro because now it is becoming cool to own a Mac, but is not as cool as the real *nix crowd), so simply hunh? I remember reading something on a wiki about gi

[Orgmode] Re: Printing Multiple Lines For Agenda Export

2010-08-21 Thread Memnon Anon
Andre Powell writes: > [...] so simply hunh? I remember reading > something on a wiki about git, is there a sixth grade FAQ on how to > make this a reality? ,[ http://orgmode.org/ ] | For people who cannot use git, we provide zip or tar.gz snapshot release | files updated each day and corre

Re: [Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-21 Thread Nick Dokos
John Hendy wrote: > Problem solved with babel. I was able to get everything I wanted by > piecing together some examples from the mailing list and gnuplot > examples/manual around the web. > Good! Maybe you should post the babel solution for future reference. Here is an org-plot solution for fu

Re: [Orgmode] Printing Multiple Lines For Agenda Export

2010-08-21 Thread Nick Dokos
Andre Powell wrote: > Ok. Now here is the issue, I am somewhat of a mid level power user ( > long time Mac User that is loving the *nix side, but may move to some > distro because now it is becoming cool to own a Mac, but is not as > cool as the real *nix crowd), so simply hunh? I remember readin

[Orgmode] [PATCH] Use integer syntax for the MODE argument to #'set-file-modes

2010-08-21 Thread Aidan Kehoe
Hello! We need this change to get org-mode compiling with recent XEmacs 21.5. On previous 21.5 and current 21.4, the problem manifests itself at runtime, not compile time, like so: (set-file-modes "/tmp/aidan/foo.el" ?\755) => Wrong type argument: integerp, ?í One old reason to go for the ?

Re: [Orgmode] Printing Multiple Lines For Agenda Export

2010-08-21 Thread Nick Dokos
Nick Dokos wrote: > OTOOH, if you'd like to dig deeper, there are various git tutorials on > the web: try the git website (http://git.scm.org) ... > I don't know where/how I came up with that URL, but it's wrong: it should be http://git-scm.com/ Sorry about that, Nick __

Re: [Orgmode] Printing Multiple Lines For Agenda Export

2010-08-21 Thread Nick Dokos
Nick Dokos wrote: > Nick Dokos wrote: > > > > OTOOH, if you'd like to dig deeper, there are various git tutorials on > > the web: try the git website (http://git.scm.org) ... > > > > I don't know where/how I came up with that URL, but it's wrong: it should be > >http://git-scm.com/ >