[Orgmode] Testing --- again...

2010-10-01 Thread Sebastian Rose
Hi, I thought about testing again recently. This is something, that never really got started. For a reason: there's no framework for testing. I therefore wrote a very rough proposal, found on http://github.com/SebastianRose/org-test The idea is, to provide two simple commands: * org-t

[Orgmode] publishing orgmode to a CMS

2010-10-01 Thread Erik Iverson
Does anyone have any general advice or comments regarding the publishing of org-mode documents to a CMS? I'm thinking of the case where I have HTML files generated by Org-mode, and want to publish it Worg-style, but would prefer to publish to a system with comments/RSS/etc. If anyone has done th

[Orgmode] Re: [PATCH] Compiling multiple times the LaTeX output

2010-10-01 Thread Sébastien Vauban
Hi Nick and Thomas, "Thomas S. Dye" wrote: > On Sep 30, 2010, at 6:55 AM, Sébastien Vauban wrote: >> Nick Dokos wrote: >>> Sébastien Vauban wrote: Noorul Islam K M wrote: > Sébastien Vauban writes: >> I've been taught of a weird observation: the page number indicated in >> the T

Re: [Orgmode] Tips for writing lecture notes in org-beamer?

2010-10-01 Thread John Hendy
Eric, Per Bastien, you put the file wherever, but you link to the file at http://orgmode.org/worg/sources/path/to/file/file.org. For example: - If the file is in: ~/worg.git/org-tutorials/org-beamer/presentation.org - You make the footnote/link to: http://orgmode.org/worg/sources/org-tutorials/o

[Orgmode] Re: bug: babel-* dirs

2010-10-01 Thread Achim Gratz
"Eric Schulte" writes: > Fixed the byte-compilation warning, thanks for the catch. [...] > Thanks for the debugging information, it's great to finally have enough > context to address this issue. I've just pushed up what I hope is a fix > for this. Glad to be of service -- I can confirm both fix

Re: [Orgmode] Re: bug: babel-* dirs

2010-10-01 Thread Eric Schulte
Achim Gratz writes: > "Eric Schulte" writes: >> I've re-enabled this functionality, I believe the problems should be >> fixed, from the commit message... > > Byte compile warns: > > In org-babel-temp-file: > ob.el:1792:36:Warning: reference to free variable > `org-babel-temporary-directory'

Re: [Orgmode] Tips for writing lecture notes in org-beamer?

2010-10-01 Thread Eric S Fraga
On Fri, 24 Sep 2010 14:56:34 +0100, Stephen Eglen wrote: > > Dear all, > > Has anyone recently used org-beamer to write lecture notes? I'm now [...] > So far I've found the following two sites useful: > > http://emacs-fu.blogspot.com/2009/10/writing-presentations-with-org-mode-and.html > >

[Orgmode] Re: bug: babel-* dirs

2010-10-01 Thread Achim Gratz
"Eric Schulte" writes: > I've re-enabled this functionality, I believe the problems should be > fixed, from the commit message... Byte compile warns: In org-babel-temp-file: ob.el:1792:36:Warning: reference to free variable `org-babel-temporary-directory' In addition, byte-compiling produce

Re: [Orgmode] Re: Filter scheduled items

2010-10-01 Thread Jeff Horn
Matt, > With the following setting... > > (setq org-agenda-todo-ignore-scheduled t) > > ...org-todo-list (C-c a t) will show only unscheduled todos. > > If you don't want the setting above to apply globally, you could bind it > to a custom command: > > (add-to-list 'org-agenda-custom-commands >  

[Orgmode] Re: Requests about the code demarcation

2010-10-01 Thread Achim Gratz
"Eric Schulte" writes: > Fixed, Thanks -- Eric Confirmed. Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds ___

Re: [Orgmode] Re: Filter scheduled items

2010-10-01 Thread Matt Lundin
Jeff Horn writes: > I meant in particular whether there was a built-in agenda view for > *unscheduled* items. > With the following setting... (setq org-agenda-todo-ignore-scheduled t) ...org-todo-list (C-c a t) will show only unscheduled todos. If you don't want the setting above to apply glo

Re: [Orgmode] Re: [PATCH] Compiling multiple times the LaTeX output

2010-10-01 Thread Nick Dokos
Sébastien Vauban wrote: > Hi Nick, > > Nick Dokos wrote: > > Sébastien Vauban wrote: > >> Noorul Islam K M wrote: > >> > Sébastien Vauban writes: > >> >> I've been taught of a weird observation: the page number indicated in > >> >> the TOC of a PDFLaTeX output is wrong by one page... > >> > >

[Orgmode] strike through display problem

2010-10-01 Thread Sebastian Hofer
Hi, I just found a little display bug (or a weirdness at least). The following text ${+}$ some text ${+}$ is displayed as struck-trough in org-mode (git checkout from some days ago). Note that ${A+}$ some text ${+}$ ${+}$ some text ${+A}$ both work fine. This may not be very common, still I th

[Orgmode] Re: FSF Copyright Assignment

2010-10-01 Thread Sébastien Vauban
Hi Eric, > Sébastien Vauban writes: >> "Eric Schulte" wrote: >>> I've just added this functionality to the repository, so babel commands can >>> now be used as speed commands when the point is on the beginning of a code >>> block. >> >> Is there a way to pass a universal argument? >> >> I'm think

Re: [Orgmode] Re: [PATCH] Compiling multiple times the LaTeX output

2010-10-01 Thread Thomas S. Dye
On Sep 30, 2010, at 6:55 AM, Sébastien Vauban wrote: Hi Nick, Nick Dokos wrote: Sébastien Vauban wrote: Noorul Islam K M wrote: Sébastien Vauban writes: I've been taught of a weird observation: the page number indicated in the TOC of a PDFLaTeX output is wrong by one page... Quoting f

Re: [Orgmode] Re: FSF Copyright Assignment

2010-10-01 Thread Eric Schulte
I'm not sure, Babel uses the existing speed-commands infrastructure already existing in Org-mode for headlines, so the behavior should be the same, whatever that behavior may be... Best -- Eric Sébastien Vauban writes: > Hi Eric, > > "Eric Schulte" wrote: >> I've just added this functionality

[Orgmode] Re: FSF Copyright Assignment

2010-10-01 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > I've just added this functionality to the repository, so babel commands can > now be used as speed commands when the point is on the beginning of a code > block. Is there a way to pass a universal argument? I'm thinking, for example, at =C-u C-c C-v C-z=, knowing

Re: [Orgmode] Re: Filter scheduled items

2010-10-01 Thread Jeff Horn
I meant in particular whether there was a built-in agenda view for *unscheduled* items. Jeff On Thu, Sep 30, 2010 at 1:05 PM, Marcelo de Moraes Serpa wrote: > Thanks Matt, I will try that out and let you know how it goes. > >>Out of curiosity, how are you doing this in org-mode? I currently use

[Orgmode] Re: latex export problem

2010-10-01 Thread Jörg Hagmann
And an update: It also doesn't work on my Mac with Emacs 24 (GNU Emacs 24.0.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.32) of 2010-10-01 on black.porkrind.org Summary: Works on - GNU Emacs 24.0.50.1 (i686-pc-linux-gnu) (Noorul) - GNU Emacs 23.1.1 (i486 pc-linux-gnu) (Jörg) Error on: -

[Orgmode] [PATCH] Org-agenda.el

2010-10-01 Thread Sébastien Vauban
Hello, Here a tiny patch to: * have padding with 0 for the clock time * begin applying face org-time-grid from position 2, in order to be properly aligned with the rest of the agenda (you don't see that if you don't have a face with background color) --8<---cut here-

[Orgmode] Re: latex export problem

2010-10-01 Thread Jörg Hagmann
On 10/1/10 11:17 AM, Noorul Islam wrote: I have on my machine: Org-mode version 7.01trans (release_7.01h.609.gc4916) GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.12.12) of 2010-09-29 on noorul Thanks and Regards Noorul On emacs GNU Emacs 23.1.1 (i686-pc-linux-gnu, GTK+ Version 2

[Orgmode] AW: POPERTIES Effort and HTML export

2010-10-01 Thread Rouvinez, Jean-Claude
This helps: capture columns view in dynamic block Type C-c C-x i in the head of the org file According to http://orgmode.org/orgcard.txt Best Regards, Jean-Claude -Ursprüngliche Nachricht- Von: emacs-orgmode-bounces+jean-claude.rouvinez=ipi...@gnu.org [mailto:emacs-orgmode-bounces+j

[Orgmode] Re: Store link upon sending a message

2010-10-01 Thread Ulf Stegemann
Łukasz Stelmach wrote: > Ulf Stegemann writes: [snipped 15 lines] > AFAIR, message-id is used for org links rather than the articla > number. ah, right, that's at least what raw gnus-article links look like. I remember vaguely that this was different in the past and I obviously hadn't checke

[Orgmode] Re: Projects+Next Actions view

2010-10-01 Thread Łukasz Stelmach
Marcelo de Moraes Serpa writes: > > On Thu, Sep 30, 2010 at 6:56 PM, Matt Lundin wrote: >> Marcelo de Moraes Serpa writes: >> >>> Another thing that I like about Things >>> (http://culturedcode.com/things/) is the "Next Actions" view. It >>> basically lists all projects plus the very first next

[Orgmode] Re: Store link upon sending a message

2010-10-01 Thread Łukasz Stelmach
Ulf Stegemann writes: > It often happens to me that I send a message (Gnus) and need to keep a > reference of the mail just sent as link in an org file. [...] > It would of course be much nicer if the org link could be stored > automagically upon sending the message (or more precisely upon creat

[Orgmode] Re: POPERTIES Effort and HTML export

2010-10-01 Thread Noorul Islam K M
"Rouvinez, Jean-Claude" writes: > Hi, > > I have defined in an org file some entries like that: > > *** TODO Actions > :PROPERTIES: > :Effort: 24 > :END: > > I want to export the "POPERTIES Effort" in an html file but I don't know how. > I want to export a table view of my file with

[Orgmode] Re: latex export problem

2010-10-01 Thread Noorul Islam
On Fri, Oct 1, 2010 at 2:33 PM, Noorul Islam K M wrote: > Jörg Hagmann writes: > >>  org-version: yesterday's pull >> emacs: 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) >>  of 2010-05-09 >> > > I copied your example to a file /tmp/test.org and with the cursor on > Second head I did "C-c

[Orgmode] Store link upon sending a message

2010-10-01 Thread Ulf Stegemann
It often happens to me that I send a message (Gnus) and need to keep a reference of the mail just sent as link in an org file. In Gnus copies of sent messages can be store in one or more groups using the `Gcc' header. So I usually select the group where the copy went right after sending and do an

[Orgmode] Store link upon sending a message

2010-10-01 Thread Ulf Stegemann
It often happens to me that I send a message (Gnus) and need to keep a reference of the mail just sent as link in an org file. In Gnus copies of sent messages can be store in one or more groups using the `Gcc' header. So I usually select the group where the copy went right after sending and do an

[Orgmode] Re: latex export problem

2010-10-01 Thread Noorul Islam K M
Jörg Hagmann writes: > org-version: yesterday's pull > emacs: 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) > of 2010-05-09 > I copied your example to a file /tmp/test.org and with the cursor on Second head I did "C-c C-e 1 l". It did generate output file /tmp/scripts/filename.tex and

Re: [Orgmode] Re: latex export problem

2010-10-01 Thread Christian Moe
On 10/1/10 9:40 AM, Jörg Hagmann wrote: org-version: yesterday's pull emacs: 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) of 2010-05-09 And mine is - this morning's pull - GNU Emacs 23.2.1 (powerpc-apple-darwin9.8.0, NS apple-appkit-949.54) of 2010-09-03 CM _

[Orgmode] Agenda sorting strategy

2010-10-01 Thread Sébastien Vauban
Hello, Here is a minimal example of problems I experience with the sorting strategy of the agenda. --8<---cut here---start->8--- * Appointments ** Technician for washing machine <2010-10-01 Fri> I don't know when he will come. He'll call a couple of minute

[Orgmode] POPERTIES Effort and HTML export

2010-10-01 Thread Rouvinez, Jean-Claude
Hi, I have defined in an org file some entries like that: *** TODO Actions :PROPERTIES: :Effort: 24 :END: I want to export the "POPERTIES Effort" in an html file but I don't know how. I want to export a table view of my file with a summary of "POPERTIES Effort" (like C-c C-x C-c)

[Orgmode] Re: latex export problem

2010-10-01 Thread Jörg Hagmann
org-version: yesterday's pull emacs: 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) of 2010-05-09 On 10/1/10 9:32 AM, Noorul Islam K M wrote: Jörg Hagmann writes: Dear list, I have an org file named "test.org" structured as follows (minimal example): --minimal example

[Orgmode] Re: latex export problem

2010-10-01 Thread Noorul Islam K M
Jörg Hagmann writes: > Dear list, > > I have an org file named "test.org" structured as follows (minimal example): > > --minimal example > * Head > text > > * Second head > :PROPERTIES: > :EXPORT_OPTIONS: H:5 num:nil toc:t \n:nil @:t ::t |:t ^:{} -:t f:t > *:t skip:nil d:ni

Re: [Orgmode] latex export problem

2010-10-01 Thread Jörg Hagmann
Hi Christian, On 9/30/10 7:02 PM, Christian Moe wrote: The exact error message is "No such file: /Users/me/test.org::" with two colons at the end, right? You are right, I forgot the colons. I reported the same problem on 23 September ("Bug: subtree export fails with src block"), but others w