[Orgmode] Re: Orgmodeorg-export-generic gives an error

2009-07-23 Thread Bastien
Wes Hardaker writes: >> On Wed, 22 Jul 2009 01:59:12 +0200, Bastien >> said: > > B> Those two functions come from alist.el which is included in Apel: > > So does that mean it's safe to leave the functions in use within > org-export generic, AFAIK `set-alist' is not defined in vanilla

Re: [Orgmode] Re: More conspicous header lines

2009-07-23 Thread Bastien
Markus Heller writes: > THankBastien wrote: >> Markus Heller writes: >> >>> how would I go about setting a background color to my org headline >>> faces? I'm an emacs/org newbie ... >> >> Go on a headline and M-x customize-face RET - then you can customize >> the background color of this face.

Re: [Orgmode] Re: Orgmodeorg-export-generic gives an error

2009-07-23 Thread Bastien
Shelagh Manton writes: > On Wed, 22 Jul 2009 08:13:53 -0700, Wes Hardaker wrote: > >>> On Wed, 22 Jul 2009 01:59:12 +0200, Bastien >>> said: >> >> B> Those two functions come from alist.el which is included in Apel: >> >> So does that mean it's safe to leave the functions in use within

[Orgmode] Re: More conspicous header lines

2009-07-23 Thread Rainer Stengele
Bastien schrieb: > User writes: > >> Please consider adding this change to org mode: >> >> http://www.emacswiki.org/emacs/OrgMode#toc11 > > Funny that you mention this because Lennart just told me about this > tip and I was about to ask Orgers. > >> http://img19.imagevenue.com/img.php?image=86

[Orgmode] Agenda that shows hierarchy above matches?

2009-07-23 Thread Tilmann Singer
Hi, I wonder if there is way to get an agenda showing all TODO items with the hierarchical context up to the top level. Given an projects.org like this: * Project A ** TODO do foo ** TODO do bar ** DONE do baz * Project B ** DONE do foo * TODO Another small thing An agenda view, e.g. tag

Re: [Orgmode] Re: More conspicous header lines

2009-07-23 Thread Charles Philip Chan
Rainer Stengele writes: >> Please people vote. It's a tiny change but since we all have >> different preferences for such things, it's good to have a sense of >> what everyone thinks... >> > Looks good. > My "+" vote then. Agreed. A "+" vote for me too. Charles -- Your job is being a profes

[Orgmode] Re: More conspicous header lines

2009-07-23 Thread Paul Mead
Bastien writes: > > Please people vote. It's a tiny change but since we all have different > preferences for such things, it's good to have a sense of what everyone > thinks... What are we voting for, to make this *possible* or *default*? Paul ___

Re: [Orgmode] Re: More conspicous header lines

2009-07-23 Thread Bastien
Paul Mead writes: > Bastien writes: > >> >> Please people vote. It's a tiny change but since we all have different >> preferences for such things, it's good to have a sense of what everyone >> thinks... > > What are we voting for, to make this *possible* or *default*? Default. -- Bastien

Re: [Orgmode] Agenda that shows hierarchy above matches?

2009-07-23 Thread Eric S Fraga
At Thu, 23 Jul 2009 10:29:42 +0200, Tilmann Singer wrote: > > Hi, > > I wonder if there is way to get an agenda showing all TODO items with > the hierarchical context up to the top level. Depending on the depth of hierarchy you wish to cater for, categories may be helpful. > > Given an project

[Orgmode] Re: More conspicous header lines

2009-07-23 Thread Paul Mead
Bastien writes: > Paul Mead writes: > >> Bastien writes: >> >>> >>> Please people vote. It's a tiny change but since we all have different >>> preferences for such things, it's good to have a sense of what everyone >>> thinks... >> >> What are we voting for, to make this *possible* or *default

Re: [Orgmode] Re: More conspicous header lines

2009-07-23 Thread Bastien
Bastien writes: > Paul Mead writes: > >> Bastien writes: >> >>> >>> Please people vote. It's a tiny change but since we all have different >>> preferences for such things, it's good to have a sense of what everyone >>> thinks... >> >> What are we voting for, to make this *possible* or *default

Re: [Orgmode] Spreadsheet bug?

2009-07-23 Thread Andreas Burtzlaff
On Thu, 23 Jul 2009 02:29:30 +0200 meingbg wrote: > | a | b | c | > |---++---| > | a | 2 | 2 | > | b | 3 | 7 | > | c | -3 | 4 | > | d | 5 | 9 | > #+TBLFM: $3=...@-1::@2$3=$2 A good solution is to use $3=vsum(@-I$-1..$-1) as proposed in this thread: http://thread.gmane.org/gmane.emacs.or

Re: [Orgmode] ANN: org-mac-protocol, let's try again

2009-07-23 Thread Greg Newman
I'm using 23.x pretests and haven't updated in almost a month so mine is probably much older than yours. I am running 6.28b of org which I think you are too. Not sure what the issue is. On Tue, Jul 21, 2009 at 7:33 PM, Christopher Suckling wrote: > On Tue, 21 Jul 2009 15:15:09 -0400, Greg Newma

Re: [Orgmode] Re: More conspicous header lines

2009-07-23 Thread Giovanni Ridolfi
--- Gio 23/7/09, Bastien ha scritto: > Paul Mead writes: > > > Bastien > writes: > > > >> > >> Please people vote.  It's a tiny change but > >> since we all have different > >> preferences for such things, it's good to have a > >> sense of what everyone thinks... > > > > What are we voting for

Re: [Orgmode] Spreadsheet bug?

2009-07-23 Thread meingbg
> A good solution is to use > $3=vsum(@-I$-1..$-1) > as proposed in this thread: > http://thread.gmane.org/gmane.emacs.orgmode/1940/focus=1941 That works for me, thanks! > > Nevertheless: > > If @2$3 is manually set to 2 in the table, then the formulas produce > the expected outcome. So, the pr

[Orgmode] Re: More conspicous header lines

2009-07-23 Thread User
Bastien googlemail.com> writes: > > > > What are we voting for, to make this *possible* or *default*? > > Default. > This may mislead some people. Adding this fix wouldn't change how headers look by default. It would only make it possible to draw header lines across the screen *if* the user

[Orgmode] typo in org-babel

2009-07-23 Thread Stephan Schmitt
Hello, evaluating a source-block with org-babel raised an error about 'looking-at-p' not defined. Best, Stephan diff --git lisp/org-babel.el lisp/org-babel.el index a6345eb..e2a24eb 100644 --- lisp/org-babel.el +++ lisp/org-babel.el @@ -454,7 +454,7 @@ relies on `org-babel-insert-result'.

Re: [Orgmode] Spreadsheet bug?

2009-07-23 Thread Andreas Burtzlaff
On Thu, 23 Jul 2009 12:17:03 +0200 meingbg wrote: > > Nevertheless: > > > > If @2$3 is manually set to 2 in the table, then the formulas produce > > the expected outcome. So, the problem seems to be the order of > > execution. If column c is cleared and the formulas are executed, @2$3 > > is read

Re: [Orgmode] Re: More conspicous header lines

2009-07-23 Thread Bastien
User writes: > Bastien googlemail.com> writes: > >> > >> > What are we voting for, to make this *possible* or *default*? >> >> Default. > > > This may mislead some people. Adding this fix wouldn't change how > headers look by default. It would only make it possible to draw > header lines acro

[Orgmode] Re: More conspicous header lines

2009-07-23 Thread Matthew Lundin
Bastien writes: > Paul Mead writes: > >> Bastien writes: >> >>> >>> Please people vote. It's a tiny change but since we all have different >>> preferences for such things, it's good to have a sense of what everyone >>> thinks... >> >> What are we voting for, to make this *possible* or *default

Re: [Orgmode] Agenda that shows hierarchy above matches?

2009-07-23 Thread Tilmann Singer
At Thu, 23 Jul 2009 09:56:38 +0100, Eric S Fraga wrote: > > Given an projects.org like this: > > > > * Project A > > ** TODO do foo > > ** TODO do bar > > ** DONE do baz > > * Project B > > ** DONE do foo > > * TODO Another small thing > > add the CATEGORY property (C-c C-x p cat TAB) to A

Re: [Orgmode] ANN: org-mac-protocol, let's try again

2009-07-23 Thread Christopher Suckling
On Thu, 23 Jul 2009 05:47:14 -0400, Greg Newman wrote: > I'm using 23.x pretests and haven't updated in almost a month so mine is > probably much older than yours. I am running 6.28b of org which I think you > are too. Not sure what the issue is. > Got it (I think)... org-mac-protocol.el stil

Re: [Orgmode] Re: More conspicous header lines

2009-07-23 Thread Nick Dokos
Bastien wrote: > Paul Mead writes: > > > Bastien writes: > > > >> > >> Please people vote. It's a tiny change but since we all have different > >> preferences for such things, it's good to have a sense of what everyone > >> thinks... > > > > What are we voting for, to make this *possible* or

Re: [Orgmode] Re: More conspicous header lines

2009-07-23 Thread Bastien
Nick Dokos writes: > IIUC, the suggestion is to change the headlines regexp in > org-set-font-lock-defaults, but you are *not* suggesting that the face > definitions be changed to have a background color - is that correct? Correct. > If that's the case, I see little, if any, harm in the change

Re: [Orgmode] Re: Orgmodeorg-export-generic gives an error

2009-07-23 Thread James TD Smith
On 2009-07-23 09:11:00(+0200), Bastien wrote: > Wes Hardaker writes: > > >> On Wed, 22 Jul 2009 01:59:12 +0200, Bastien > >> said: > > > > B> Those two functions come from alist.el which is included in Apel: > > > > So does that mean it's safe to leave the functions in use within > > org

Re: [Orgmode] Re: More conspicous header lines

2009-07-23 Thread Daniel Goldin
I'm a non-programmer type trying to figure this out too. I looked into customize faces and font-lock in org group and couldn't find anything. Anybody? d. On Wed, 22 Jul 2009, Markus Heller wrote: > THankBastien wrote: >> Markus Heller writes: >> > > Thanks. And where do I find ‘org-set-font-lo

Re: [Orgmode] Re: More conspicous header lines

2009-07-23 Thread Bastien
Hi Daniel, Daniel Goldin writes: > I'm a non-programmer type trying to figure this out too. I looked into > customize faces and font-lock in org group and couldn't find > anything. Anybody? What are you trying to do exactly? -- Bastien ___ Emacs-

Re: [Orgmode] typo in org-babel

2009-07-23 Thread Dan Davison
Stephan Schmitt writes: > Hello, > > evaluating a source-block with org-babel raised an error about 'looking-at-p' > not defined. Thanks Stephan, I've applied that and checked for other occurrences. (I believe looking-at-p is new in emacs23.) Dan > > Best, > Stephan > diff --git lisp/org-

[Orgmode] Re: More conspicous header lines

2009-07-23 Thread Markus Heller
Bastien wrote: Markus Heller writes: THankBastien wrote: Markus Heller writes: how would I go about setting a background color to my org headline faces? I'm an emacs/org newbie ... Go on a headline and M-x customize-face RET - then you can customize the background color of this face. T

Re: [Orgmode] [PATCH] org-show-notification will use todochiku.el if available

2009-07-23 Thread Bastien
Hi Jason, thanks a lot for the idea. I have generalized this approach a bit by adding a new option: org-show-notification-handler. The value of this new variable can either be an elisp function or a program. The function/program will be called with the notification string as an argument. So

Re: [Orgmode] Clean Org Clock with step

2009-07-23 Thread Bastien
meingbg writes: > When using the :step day option in the clocktable, every day gets it's own > table. This is a great option! It can however easily be a lot of tables, even > if there's not too much information. Say for example there are only items in > two out of thirty tables. > > Is there an o

Re: [Orgmode] More conspicous header lines

2009-07-23 Thread Bastien
User writes: > Please consider adding this change to org mode: > > http://www.emacswiki.org/emacs/OrgMode#toc11 So I have implemented this. There is now the option `org-fontify-whole-heading-line'. When t, headlines will be fontified till the end of the lines. This option defaults to nil. T

Re: [Orgmode] [PATCH] org-show-notification will use todochiku.el if available

2009-07-23 Thread Jason F. McBrayer
Bastien writes: > thanks a lot for the idea. I have generalized this approach a bit by > adding a new option: org-show-notification-handler. That certainly does the job. For me it means configuring notification method in two places (org and todochiku), but that's not unreasonable, given that

[Orgmode] Org-mode and GPG (EasyPG)

2009-07-23 Thread Kyle Sexton
Currently I'm using org-mode with EasyPG and it works great. Files created with filename.org.gpg are automatically encrypted before being saved, and it automatically knows to use org-mode for the file. The one issue I'm having is with the Agenda view. If I try to pull a global agenda list and in

Re: [Orgmode] Re: [BUG] HTML exporting numbered literal examples

2009-07-23 Thread Bastien
Hi Ulf, I've finally pushed a change that allows whitespaces in labels and allow the "-r" switch to be used even if "-n" is not there. Please test it and let me know if it works as expected. Thanks, Ulf Stegemann writes: >>> conclusion. I don't think that this is a problem. From the author's

Re: [Orgmode] Org-mode and GPG (EasyPG)

2009-07-23 Thread Eric S Fraga
At Thu, 23 Jul 2009 14:09:23 -0500, Kyle Sexton wrote: > > Currently I'm using org-mode with EasyPG and it works great. Files Kyle, can you tell me exactly how you are doing this? I used to do this just fine but something broke about 6 months ago and I'm no longer able to encrypt the file auto

Re: [Orgmode] Org-mode and GPG (EasyPG)

2009-07-23 Thread Richard Riley
Eric S Fraga writes: > At Thu, 23 Jul 2009 14:09:23 -0500, > Kyle Sexton wrote: >> >> Currently I'm using org-mode with EasyPG and it works great. Files > > Kyle, > > can you tell me exactly how you are doing this? I used to do this > just fine but something broke about 6 months ago and I'm no

Re: [Orgmode] Org-mode and GPG (EasyPG)

2009-07-23 Thread Eric S Fraga
At Fri, 24 Jul 2009 00:39:07 +0200, Richard Riley wrote: > Eric S Fraga writes: > > What settings do you have for EasyPG? All I have are: > > > > , > > | ;; -- EASYPG > > | (require 'epa) > > | (epa-file-enable) > > | (setq epa-file-cache-passphrase-for

[Orgmode] Re: org agenda search goes to wrong target location

2009-07-23 Thread Bernt Hansen
Samuel Wales writes: > Very often, when I do a keyword search in the agenda (m-x > agenda RET s), org-agenda-switch-to (RET) goes to the wrong > location in the target file. To sync it, the easiest way that I have > found so far is > to open all agenda buffers, kill all agenda buffers, open > al

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-07-23 Thread Bastien
Hi Hsiu-Khuern, I've just pushed a fix for this: when the "src" switch is present, including a file won't escape org-like lines. With a bare #+include we still escape lines starting with * or #. Please test it and report any problem. Thanks, Hsiu-Khuern Tang writes: > I'm using 6.28trans.

[Orgmode] inconsistency in VERSE environment?

2009-07-23 Thread Stefan Vollmar
Hello, org 6.28trans I just observed that in #+BEGIN_VERSE =A= B =C= #+END_VERSE the first line is exported in HTML as expected (with A in "code" style), B in default text style. However, the second line yields "=C=" with default text style, rather than just "C" in "code" style. I assume

[Orgmode] Re: org agenda search goes to wrong target location

2009-07-23 Thread Samuel Wales
Typically, I try it again to no avail, kill the buffer and try it again and get an error, then load all agenda files, kill all agenda files, load all agenda files, run the search again, then it works. On 2009-07-23, Bernt Hansen wrote: > Samuel Wales writes: > >> Very often, when I do a keyword

[Orgmode] org agenda search goes to wrong target location

2009-07-23 Thread Samuel Wales
Very often, when I do a keyword search in the agenda (m-x agenda RET s), org-agenda-switch-to (RET) goes to the wrong location in the target file. To sync it, the easiest way that I have found so far is to open all agenda buffers, kill all agenda buffers, open all agenda buffers, and run the searc

[Orgmode] org-mode meets git a first proposal ?!

2009-07-23 Thread Torsten Wagner
Hi everybody, first of all I'm new to org-mode and I'm new to that list. Please be patient with me if I come up with the same silly ideas as hundreds of people before me. I tried to check the archive and didn't find something similar. I just came into this "org-mode"-topic and since I'm someho

[Orgmode] Re: org-mode meets git a first proposal ?!

2009-07-23 Thread Matthew Lundin
Torsten Wagner writes: [...] > First of all everything which org-mode is aware of is within a > git-repro. That makes it highly portable. If you like to use your > complete working environment (your org-files and all linked files) on > another computer a easy "git clone git://myfirstcomputer/org

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-07-23 Thread Hsiu-Khuern Tang
* On Fri 01:22AM +, 24 Jul 2009, Bastien (bastiengue...@googlemail.com) wrote: > Hi Hsiu-Khuern, > > I've just pushed a fix for this: when the "src" switch is present, > including a file won't escape org-like lines. With a bare #+include > we still escape lines starting with * or #. > > Pl

[Orgmode] Re: [BUG] HTML exporting numbered literal examples

2009-07-23 Thread Ulf Stegemann
Hi Bastien, Bastien wrote: > I've finally pushed a change that allows whitespaces in labels and allow > the "-r" switch to be used even if "-n" is not there. Please test it and > let me know if it works as expected. great! I've tested this with some examples and it seems to work fine. Thanks fo