[Orgmode] How to trigger costumed agenda after startup?

2010-10-11 Thread Chao LU
Dear list, The first thing for me to do after starting Emacs is just going to some costumed agenda command, how to trigger these agendas by .emacs? Thanks a lot. Chao ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Em

[Orgmode] puzzling plain list and tree folding behaviour

2010-10-11 Thread Brian van den Broek
Hi all, I have this an item in an org file: Montréal-Python 16 <2010-10-18 Mon 18:00-21:30> Montréal-Python 16 will take place in room PK-1620 of UQAM on 2010-10-18. This is in the President-Kennedy building. It will be a Python in the cloud themed edition. Here i

[Orgmode] Re: Need help publishing subdirectories

2010-10-11 Thread Jeff Horn
I've managed to push the extra source files out with the org-static configuration found at worg.[1] But now, for some reason, I've lost all my options (no TOC, no section numbers, custom stylesheet, etc). Anyone care to look at my config off-list and offer advice? I'm beginning to think it's some

Re: [Orgmode] bug? scheduled keyword inside org items.

2010-10-11 Thread Carsten Dominik
On Oct 11, 2010, at 11:10 PM, Richard Riley wrote: Juan Pechiar writes: I'd imagine enclosing the email text in a #+BEGIN_EXAMPLE block would make sense (semantically) and also avoid interpretation of SCHEDULED keyword. That does make sense. I need to look into my template then for journal

Re: [Orgmode] Patch for typo in org-beamer.el

2010-10-11 Thread Carsten Dominik
Applied, thanks - Carsten On Oct 12, 2010, at 3:03 AM, rpgold...@sift.info wrote: Attached please find a patch to org-beamer that fixes a small typo in a regexp --- "desctiption" instead of "description." cheers, r ___ Emacs-orgmode mailing list

Re: [Orgmode] capture problem

2010-10-11 Thread Jeff Horn
On Tue, Oct 12, 2010 at 12:51 AM, Carsten Dominik wrote: > Could one of you try to make a backtrace for this problem? Debugger entered--Lisp error: (error "Capture abort: (quit pasteboard doesn't contain valid data)") signal(error ("Capture abort: (quit pasteboard doesn't contain valid data)"))

Re: [Orgmode] capture problem

2010-10-11 Thread Carsten Dominik
Could one of you try to make a backtrace for this problem? Thanks - Carsten On Oct 11, 2010, at 7:33 PM, Jeff Horn wrote: I get this problem frequently as well. I think it is due to capture trying to create a link from the kill ring (if you have a template that automatically creates a link of

[Orgmode] Need help publishing subdirectories

2010-10-11 Thread Jeff Horn
I'm trying to set up an org project to publish my personal website. I like to use friendly urls, like the one below. http://www.example.tld/jeff/teaching/2010/fall/econ101/index.html My publishing set up is a bit of a mess, with a project handling the root, the "jeff" subdirectory, and one handli

Re: [Orgmode] Worg buglet

2010-10-11 Thread Puneeth
On Tue, Oct 12, 2010 at 6:39 AM, Robert Goldman wrote: > The link to the sample presentation, from > > http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.php > > to > > http://orgmode.org/worg/org-tutorials/org-beamer/presentation.org > > is broken. Fixed. > Sorry if this is the wrong pla

[Orgmode] Worg buglet

2010-10-11 Thread Robert Goldman
The link to the sample presentation, from http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.php to http://orgmode.org/worg/org-tutorials/org-beamer/presentation.org is broken. Sorry if this is the wrong place to report this. best, r ___ Ema

[Orgmode] [PATCH] Fixed typo in regex in org-beamer-place-default-actions-for-lists

2010-10-11 Thread rpgoldman
From: Robert P. Goldman --- lisp/org-beamer.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-beamer.el b/lisp/org-beamer.el index 49b3499..453ba8a 100644 --- a/lisp/org-beamer.el +++ b/lisp/org-beamer.el @@ -373,7 +373,7 @@ The need to be after the begin stat

[Orgmode] Patch for typo in org-beamer.el

2010-10-11 Thread rpgoldman
Attached please find a patch to org-beamer that fixes a small typo in a regexp --- "desctiption" instead of "description." cheers, r ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.

[Orgmode] bug: use-region-p

2010-10-11 Thread Samuel Wales
In a git version of today, org-edit-special in a code block cannot find the variable use-region-p. This variable is not in Emacs 22. Thanks. Samuel -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You only think it's dark." [CDC has denied a deadly serious disease for 25

[Orgmode] Ampersands in OrgTbl to HTML

2010-10-11 Thread Ivan Vilata i Balaguer
OrgTbl fails to escape ampersands when exporting to HTML (see the attached example), possibly rendering the HTML file invalid. However, the ampersand is properly escaped when exporting the same table in a standalone Org file. I'm using Org version 7.01h. Thanks! foo&bar --

Re: [Orgmode] bug? scheduled keyword inside org items.

2010-10-11 Thread Richard Riley
Juan Pechiar writes: > I'd imagine enclosing the email text in a #+BEGIN_EXAMPLE block would > make sense (semantically) and also avoid interpretation of SCHEDULED > keyword. That does make sense. I need to look into my template then for journaling email. > > But even using #+BEGIN_COMMENT bloc

Re: [Orgmode] bug? scheduled keyword inside org items.

2010-10-11 Thread Juan Pechiar
I'd imagine enclosing the email text in a #+BEGIN_EXAMPLE block would make sense (semantically) and also avoid interpretation of SCHEDULED keyword. But even using #+BEGIN_COMMENT block, timestamps and SCHEDULED are found by the agenda. A workaround for your problem can be setting those timestamps

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-11 Thread Jeff Horn
Christian and Nick, I suppose the advantage of inline tasks is that they appear even when the document is folded? So far I've been moving/refiling todos into a top-level Tasks header in each document to get this sort of behavior. But this sounds like less overhead, so it is a plus in that regard.

Re: [Orgmode] Re: Themes Compatible with color-theme.el

2010-10-11 Thread Jason McBrayer
I've written an humane colour theme for Emacs, which can be found here: http://bitbucket.org/jfm/color-theme-humane It's somewhat a work in progress (needs Gnus colours), but is usable now. Patches gratefully accepted. -- Jason F. McBrayer http://jfm.carcosa.net/

indenting after inline task (was Re: [Orgmode] full production use of org-mode: time to say thanks again!)

2010-10-11 Thread Eric S Fraga
On Mon, 11 Oct 2010 08:34:53 +0200, Nicolas Goaziou wrote: > > Hello, > > Could you try the following patch and tell me if it fixes your issue? Works perfectly. Thanks! -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ Em

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-10-11 Thread David Maus
At Thu, 30 Sep 2010 20:53:01 -0400, Matt Lundin wrote: > This commit is incompatible with development Gnus (and, therefore, the > Gnus that will be released with Emacs 24). Going forward, nnimap.el no > longer has the function nnimap-group-overview-filename. Thus, with the > default settings and de

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-11 Thread Eric S Fraga
On Mon, 11 Oct 2010 10:04:15 +0200, Carsten Dominik wrote: > > Hi, > > On Oct 11, 2010, at 8:34 AM, Nicolas Goaziou wrote: > > > Hello, > > > > Could you try the following patch and tell me if it fixes your issue? > > A quick test shows that things seem to work well in inlinetasks which > are

Re: [Orgmode] Re: Feature request

2010-10-11 Thread Jeff Horn
This rocks! Had no idea about bulk actions. Thanks for the tip. Jeff On Sun, Oct 10, 2010 at 12:30 PM, Memnon Anon wrote: > Hi, > > David Abrahams writes: > >> I have to reschedule quite a few items daily.  Often they're >> yesterday's items that I need to reschedule for today. >> >>   `C-c C-s

Re: [Orgmode] capture problem

2010-10-11 Thread Jeff Horn
I get this problem frequently as well. I think it is due to capture trying to create a link from the kill ring (if you have a template that automatically creates a link of where you were or what you were working on for context). I just kill some text and yank it right back in place, but it puts ne

Re: [Orgmode] centering text in html

2010-10-11 Thread Christian Moe
Hi, Of the two non-working examples, one is due to what I think is slightly buggy behavior by Org where =#+HTML:= lines are followed immediately by a line of text. The other should work fine. * With == and inline CSS #+HTML: { [[file:index.org][Home]] | [[file:files.org][Announcements and F

[Orgmode] capture problem

2010-10-11 Thread Jörg Hagmann
Regarding capture: When using "cature", after having selected the template, I often get the message: "byte-code: Capture abort: (quit pasteboard doesn't contain valid data)" It works again after reloading .emacs. What is the problem? Emacs 23.2.1, recent pull. Thanks, Jörg _

[Orgmode] bug? scheduled keyword inside org items.

2010-10-11 Thread Richard Riley
I had stored a post here in my todo life as follows , | | * my org item | | Subject: Re: Recurring scheduled items appearing in schedule | From: Bernt Hansen | To: Dustin Hoffman | Date: Sat, 09 Oct 2010 20:16:52 -0400 | | Dustin Hoffman writes: | | > I have scheduled reminders for thi

[Orgmode] export

2010-10-11 Thread Jörg Hagmann
regarding "export to latex": When exporting to latex ("C-e", "l") a new frame opens (it didn't before). There must be a customization option for avoiding that, but I can't find it. Emacs 23.2.1, recent pull. Thanks, Jörg ___ Emacs-orgmode mailin

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-11 Thread Nicolas Goaziou
> Carsten Dominik writes: >> As a side note (to maintainers), the second patch isn't really >> needed, but I thought, while I was at it, that it would make sense >> (`org-inlinetask-min-level' doesn't need to be a boolean). > Hmmm, what happens is a user has customized this variable and it ha

Re: [Orgmode] Re: [WIP] OpenOffice Exporter

2010-10-11 Thread Jambunathan K
Hi Giovanni Giovanni Ridolfi writes: > Jambunathan K writes: > > > Hi Jambunathan, >> >>> Jambunathan K writes: >>> >> Do you use this converter personally? What are your observations? > Actually, I don't use the org-DocBook exporter since I mainly work under > windows. >> >> The entries in t

Re: [Orgmode] Re: [WIP] OpenOffice Exporter

2010-10-11 Thread Giovanni Ridolfi
Jambunathan K writes: Hi Jambunathan, > >> Jambunathan K writes: >> > Do you use this converter personally? What are your observations? Actually, I don't use the org-DocBook exporter since I mainly work under windows. > > The entries in the issue tracker seem to be anywhere between 3-7 years >

Re: [Orgmode] Feature request

2010-10-11 Thread David Abrahams
At Mon, 11 Oct 2010 09:21:05 +0200, Carsten Dominik wrote: > > After giving this some thought, I don't this this can be done in a > clear and non-confusing way. Thanks for spending so much time/energy considering it, despite the fact that it would be incoherent with the rest of your interface

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-11 Thread Nicolas Goaziou
> Carsten Dominik writes: >> As a side note (to maintainers), the second patch isn't really >> needed, but I thought, while I was at it, that it would make sense >> (`org-inlinetask-min-level' doesn't need to be a boolean). > Hmmm, what happens is a user has customized this variable and it ha

Re: [Orgmode] centering text in html

2010-10-11 Thread Vinh Nguyen
On Mon, Oct 11, 2010 at 12:41 AM, Carsten Dominik wrote: > You give us *very* little to chew on. Sorry about this. I meant to elicit on what folks do when they want to center text I general. I should've known better to put down what I've tried. I just got it working but will also put down what

[Orgmode] column view: "local" doesn't seem to work for me

2010-10-11 Thread Eric S Fraga
Hello, simple question: does using "local" as the source for column capture view work? I've not been able to get it to work at all, always being told that "Cannot find entry with :ID: local". Am I doing something wrong? I have followed the org manual (7.5.3) directives as far as I can tell...

[Orgmode] configuring Org agenda faces by priority

2010-10-11 Thread Rainer Stengele
hi all, I want to see my prio A agenda items in a higher font size than prio b or prio c. I did not find a specific face like "org-agenda-priority-face" or similar. Is there a possibility to set a specific font size dependant on the prio? thanks, - Rainer __

Re: [Orgmode] Re: [WIP] OpenOffice Exporter

2010-10-11 Thread Jambunathan K
Hi Giovanni Ridolfi writes: > Jambunathan K writes: > > Hi, Jambunathan, > >> Russell Adams writes: >> >>> On Sun, Oct 10, 2010 at 12:09:50PM +0530, Jambunathan K wrote: I am working on a Org->OpenOffice/ODT exporter. >>> >>> Is there a problem exporting to HTML and just openin

Re: [Orgmode] [WIP] OpenOffice Exporter

2010-10-11 Thread Jambunathan K
Hi Eric Eric S Fraga writes: > On Sun, 10 Oct 2010 12:09:50 +0530, Jambunathan K > wrote: >> >> >> I am working on a Org->OpenOffice/ODT exporter. >> >> This is a WIP announcement. I am posting this with an intention to hear >> of and preferably avoid any parallell efforts. >> >> I am ba

[Orgmode] Re: full production use of org-mode: time to say thanks again!

2010-10-11 Thread Paul Mead
Carsten Dominik writes: > I am seeing now two things that should be added: > > - M-RET after inline tasks should ignore the inline task > and make a new entry with normal indentation > - Maybe I should treat inline tasks with proper END > statement as a drawer and fold it? Comments?

Re: [Orgmode] Re: [WIP] OpenOffice Exporter

2010-10-11 Thread Giovanni Ridolfi
Jambunathan K writes: Hi, Jambunathan, > Russell Adams writes: > >> On Sun, Oct 10, 2010 at 12:09:50PM +0530, Jambunathan K wrote: >>> >>> I am working on a Org->OpenOffice/ODT exporter. >>> >> >> Is there a problem exporting to HTML and just opening that in OOffice? > > AFAICS, No. > >> That's

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-11 Thread Eric S Fraga
On Mon, 11 Oct 2010 10:01:53 +0200, Carsten Dominik wrote: > > > On Oct 10, 2010, at 7:56 PM, Eric S Fraga wrote: [...] > > > > I can't as such (some copyright material) but I can give an > > illustration of the type of slide (attached) that babel now allows me > > to do every so easily! Fro

Re: [Orgmode] [WIP] OpenOffice Exporter

2010-10-11 Thread Eric S Fraga
On Sun, 10 Oct 2010 12:09:50 +0530, Jambunathan K wrote: > > > I am working on a Org->OpenOffice/ODT exporter. > > This is a WIP announcement. I am posting this with an intention to hear > of and preferably avoid any parallell efforts. > > I am basing it on org-html.el. > > As it stands no

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-11 Thread Carsten Dominik
On Oct 10, 2010, at 7:56 PM, Eric S Fraga wrote: On Sat, 9 Oct 2010 17:26:43 +0200, Carsten Dominik > wrote: On Oct 9, 2010, at 12:46 PM, Eric S Fraga wrote: [...] As an aside, I also had to prepare a new set of lecture slides for a course I teach. I used org, of course, with beamer suppor

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-11 Thread Carsten Dominik
Hi, On Oct 11, 2010, at 8:34 AM, Nicolas Goaziou wrote: Hello, Could you try the following patch and tell me if it fixes your issue? A quick test shows that things seem to work well in inlinetasks which are properly ended with an END line. There is also a dirty form of inline tasks which

[Accepted] [Orgmode] small typo in docstring of org-beamer.el (herder -> header)

2010-10-11 Thread Carsten Dominik
Patch 305 (http://patchwork.newartisans.com/patch/305/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C11224.1286662865%40rgc.damtp.cam.ac.uk%3E Here is the original message containing the patch: > Content-Type: text/plain; charset

Re: [Orgmode] centering text in html

2010-10-11 Thread Carsten Dominik
On Oct 10, 2010, at 7:27 PM, Vinh Nguyen wrote: Dear all, Sorry this may seem trivial but I'm not getting any success. I'm trying to get the following centered when outputting to html: { [[file:index.org][Home]] | [[file:files.org][Announcements and Files]] } Can anyone help? Thanks.

Re: [Orgmode] Feature request

2010-10-11 Thread Carsten Dominik
On Oct 10, 2010, at 3:50 PM, David Abrahams wrote: Hi All, I have to reschedule quite a few items daily. Often they're yesterday's items that I need to reschedule for today. `C-c C-s . RET' is a bit much typing for that, so I re-bound `S' to org-agenda-schedule. But `S . RET' is still