Re: [Orgmode] suggestion for a fix to org-clock-in

2009-07-28 Thread Bastien
Nicolas Goaziou writes: > For some time zone reason, my time-stamps look like this [2009-07-28 > mar.]. Notice the dot after the name of the day. It's because Emacs recently changed the format for abbreviated days. If you could track when this change appeared, that'd be nice. > This prevents

Re: [Orgmode] How I use org: writeup

2009-07-28 Thread Bastien
Raffi R writes: > I've written a 1K-word intro on how I use org (for outlining and > planning). Is there somewhere on Worg things like that go? I think a page with your name in the users/ directory would do it. If it's more of a tutorial, maybe org-tutorials/ can be the right place instead.

Re: [Orgmode] Re: Automatic indentation of org tree

2009-07-28 Thread Bastien
User writes: > Bastien googlemail.com> writes: >> >> I tested your code but there are several problems: it is not usable on >> big files, > > The size of the file shouldn't matter, since only lines in the > current window are indented. Probably, some trivial bug remained > in it which my tests

Re: [Orgmode] Re: Showing hidden subtree automatically if point is hidden when the buffer is opened

2009-07-28 Thread Bastien
User writes: > Bastien googlemail.com> writes: >> >> If you load this *after* loading the saveplace hook then it should >> be okay. Thanks to Nick Dokos for shaking my brain on this :) > > Well, wasn't my original solution with the null timer much nicer? > You didn't have to worry about makin

Re: [Orgmode] Include mechanism for web publishing

2009-07-28 Thread Michael Zeller
Opps, for some reason the important portion didn't copy. You'll have to forgive me, I'm still learning gnus. Michael Zeller writes: > diff --git a/doc/org.texi b/doc/org.texi > index e28b185..43cd2ab 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -8262,13 +8262,15 @@ include your @file{.e

Re: [Orgmode] Include mechanism for web publishing

2009-07-28 Thread Michael Zeller
Israel Herraiz writes: > Hi all, > > I use org-mode for web publishing. My web contains four pages that > share a common (HTML) header, with some links to the different > sections of the web and other stuff. > > At some point, I decided to include a common raw HTML in every > page. This raw HTML

[Orgmode] Include mechanism for web publishing

2009-07-28 Thread Israel Herraiz
Hi all, I use org-mode for web publishing. My web contains four pages that share a common (HTML) header, with some links to the different sections of the web and other stuff. At some point, I decided to include a common raw HTML in every page. This raw HTML is Javascript stuff for visits counting

Re: [Orgmode] Re: Literate Programming with Org mode

2009-07-28 Thread sam kleinman
On Tue, Jul 28, 2009 at 10:41:50PM +0200, Sébastien Vauban wrote: > I've heard that Knuth told about it in those words: it's when we will be able > to read the code of a software in our bed, reading a book made of 90% of > documentation and 10% of code. If someone can find this phrase somewhere...

[Orgmode] How I use org: writeup

2009-07-28 Thread Raffi R
I've written a 1K-word intro on how I use org (for outlining and planning). Is there somewhere on Worg things like that go? The "testimonies" page is quite short; only a paragraph long or so for each testimony. Thank you very much, - Raffi. ___ Emacs-o

[Orgmode] Re: Literate Programming with Org mode

2009-07-28 Thread Sébastien Vauban
Hi Marcelo, Marcelo de Moraes Serpa wrote: > Sébastien Vauban wrote: >> Hi Eric and all, >> >> Here some promised description of how I'm using Literate Programming with >> LaTeX (up to now -- soon directly from Org mode?). >> >> I write an "enhanced LaTeX" file ([1], having the `.nw' -- for Nuweb

[Orgmode] suggestion for a fix to org-clock-in

2009-07-28 Thread Nicolas Goaziou
Hello, For some time zone reason, my time-stamps look like this [2009-07-28 mar.]. Notice the dot after the name of the day. This prevents the regexp inside org-clock-in to recognize it as a valid clock format as thus to resume any started clock. I suggest the following simple patch. >From 0f14

[Orgmode] Re: Automatic indentation of org tree

2009-07-28 Thread User
Bastien googlemail.com> writes: > > I tested your code but there are several problems: it is not usable on > big files, The size of the file shouldn't matter, since only lines in the current window are indented. Probably, some trivial bug remained in it which my tests didn't cover. > and even

Re: [Orgmode] Re: Showing hidden subtree automatically if point is hidden when the buffer is opened

2009-07-28 Thread Nick Dokos
PT (emacs user) wrote: > On Tue, Jul 28, 2009 at 8:54 PM, Nick Dokos wrote: > > > > If they don't cost anything, yes. But I'm not sure I want an idle > > timer running all the time just to detect the (rare) occasions > > when I want to fold a tree. > > You misunderstand how it works. The idle ti

[Orgmode] Re: limit agenda to particular tag?

2009-07-28 Thread Matthew Lundin
John SJ Anderson writes: > Is there a way to display an agenda (like 'C-a a' does) but have it > limited to items that have a particular tag? (E.g., so I can see only > '@WORK' items when at work.) The following FAQs explain how to do this: http://orgmode.org/worg/org-faq.php#limit-agend

Nick Dokos: Re: [Orgmode] Re: Showing hidden subtree automatically if point is hidden when the buffer is opened

2009-07-28 Thread Nick Dokos
[forgot to copy the list - again...] --- Forwarded Message Date:Tue, 28 Jul 2009 14:54:38 -0400 From:Nick Dokos To: User cc: nicholas.do...@hp.com Subject: Re: [Orgmode] Re: Showing hidden subtree automatically if point is hid den when the buffer is opened User

[Orgmode] Re: Showing hidden subtree automatically if point is hidden when the buffer is opened

2009-07-28 Thread User
Bastien googlemail.com> writes: > > If you load this *after* loading the saveplace hook then it should > be okay. Thanks to Nick Dokos for shaking my brain on this :) > Well, wasn't my original solution with the null timer much nicer? You didn't have to worry about making sure you put org-mod

Re: [Orgmode] Re: Showing hidden subtree automatically if point is hidden when the buffer is opened

2009-07-28 Thread Bastien
Bastien writes: > User writes: > >> I added the timer, because I didn't know in which order the hooks >> are run. If org-mode hook runs first and then saveplace's hook >> which restores point then the above code has no effect. > > saveplace adds the hook at the end of the hooks list, by calling

Re: [Orgmode] Literate Programming with Org mode

2009-07-28 Thread Marcelo de Moraes Serpa
Hmm, this seems interesting and something I'm looking for, but I'm not entirely sure what you mean by "literate programming" (I haven't googled yet either, I'm about to do it once I answer this message). Anyway, I have a project I'm working on right now that requires me to set up a "publishing envi

[Orgmode] Literate Programming with Org mode

2009-07-28 Thread Sébastien Vauban
Hi Eric and all, Here some promised description of how I'm using Literate Programming with LaTeX (up to now -- soon directly from Org mode?). I write an "enhanced LaTeX" file ([1], having the `.nw' -- for Nuweb -- extension). It is enhanced as I can put blocks of code in there (SQL blocks, for ex

Re: [Orgmode] Results of the SourceForge Community Award

2009-07-28 Thread Raffi R
> Nick Dokos writes: > > > Mmhh...  maybe the Windows user-base is bigger than the Emacs user-base? Well, it seems clear that org-mode needs virtualization functionality so that everyone running PortableApps will already be using orgmode anyways. ___

[Orgmode] Re: limit agenda to particular tag?

2009-07-28 Thread Memnon Anon
John SJ Anderson writes: > Is there a way to display an agenda (like 'C-a a' does) but have it > limited to items that have a particular tag? (E.g., so I can see only > '@WORK' items when at work.) Either use your agenda and use / to limit the view to what you want. Or create a custom age

[Orgmode] Re: org-style folding for a .emacs

2009-07-28 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: >> I'm a heavy user of "literate programming" for rapports I write for clients >> (in fact, for me, first, but I give them to our clients as well). >> >> Up to a couple of months ago, I was doing literate programming via LaTeX >> and nuweb

[Orgmode] limit agenda to particular tag?

2009-07-28 Thread John SJ Anderson
Is there a way to display an agenda (like 'C-a a' does) but have it limited to items that have a particular tag? (E.g., so I can see only '@WORK' items when at work.) thanks, john. -- But Calvin is no kind and loving god! He's one of the old gods! He demands sacrifice! -- Calvin __

Re: [Orgmode] Re: Automatic indentation of org tree

2009-07-28 Thread Bastien
User writes: > It is a possible solution to the clean view problem mentioned in > the org manuual: > > Indentation of text below headlines > > You may indent text below each headline to make the left > boundary line up with the headline, like > > *** 3rd level >

Re: [Orgmode] Re: Showing hidden subtree automatically if point is hidden when the buffer is opened

2009-07-28 Thread Bastien
User writes: > I added the timer, because I didn't know in which order the hooks > are run. If org-mode hook runs first and then saveplace's hook > which restores point then the above code has no effect. saveplace adds the hook at the end of the hooks list, by calling add-hook like this: (add

Re: [Orgmode] Faces in agenda view

2009-07-28 Thread Bastien
Paul Mead writes: > Can anyone give me a quick and easy way of changing this without > breaking something else? Go to the face you want to change and hit M-x customize-face RET -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to

[Orgmode] Faces in agenda view

2009-07-28 Thread Paul Mead
Hi I was just looking through options in org-customize because I'd like to change the colours used in the agenda view - currently items nearing a deadline show as red, and items actually on their deadline are pink. I'd like my upcoming deadline items to be in less alarmist colours (perhaps use th

Re: [Orgmode] Calendar export questions (ical & html)

2009-07-28 Thread Michel Blanc
Bastien a écrit : > Michel Blanc writes: > >> (org-icalendar-use-scheduled '(todo-due event-if-todo \ >> event-if-not-todo)) >> (org-icalendar-use-deadline '(todo-due event-if-todo \ >> event-if

[Orgmode] Export plots made with org-plot

2009-07-28 Thread Daniel Clemente
Hi, org-plot shows a plot from a table's data, via: M-x org-plot/gnuplot RET. For instance: #+PLOT: type:3d with:pm3d | 0 | 0 | 0 | 0 | 0 | 0 | 0 | | 0 | 2 | 2 | 2 | 2 | 2 | 0 | | 0 | 2 | 3 | 3 | 3 | 2 | 0 | | 0 | 2 | 3 | 4 | 3 | 2 | 0 | | 0 | 2 | 3 | 3 | 3 | 2 | 0 | | 0 | 2 | 2 | 2 | 2 | 2 |

Re: [Orgmode] Org-mode + flyspell = too much (programming code is screened)

2009-07-28 Thread Sebastian Rose
Hi Sébastien, this is, what I do to activate flyspell, and it doesn't cause any problems here: (add-hook 'text-mode-hook 'turn-on-flyspell) (add-hook 'org-mode-hook 'turn-on-flyspell) (add-hook 'message-mode-hook 'turn-on-flyspell) Keeps it simple... Sebastian Sébastien Vauban

Re: [Orgmode] Org-mode + flyspell = too much (programming code is screened)

2009-07-28 Thread Richard Riley
Sébastien Vauban writes: > Hello, > > I've sent this message to Emacs group one month ago. Never got any reply. > Maybe I'll have more chance here... > > I'd want to have flyspell reporting me spelling mistakes in Org-mode. > > I did update my `.emacs' this way: > > > > ;; turn on `flyspell' when

Re: [Orgmode] Calendar export questions (ical & html)

2009-07-28 Thread Bastien
Michel Blanc writes: > 8<===8<===8<=== > (setq org-agenda-custom-commands > '(("h" "Home-related tasks" > ((tags "@home") > (tags-todo "@home")) > ((org-agenda-ndays 300) > (org-icalendar-include-todo t) > (org-icalendar-co

Re: [Orgmode] Calendar export questions (ical & html)

2009-07-28 Thread Bastien
Richard Riley writes: > FYI and still half asleep here, I think you can do the name. here is my > ical cust section: > > > org-combined-agenda-icalendar-file "~/webs/richardriley/sync/org.ics" > org-icalendar-include-todo t > org-icalendar-combined-name (quote "Richard Riley ORG

Re: [Orgmode] Calendar export questions (ical & html)

2009-07-28 Thread Michel Blanc
Richard Riley a écrit : > FYI and still half asleep here, I think you can do the name. here is my > ical cust section: > > > org-combined-agenda-icalendar-file "~/webs/richardriley/sync/org.ics" > org-icalendar-include-todo t > org-icalendar-combined-name (quote "Richard Riley

[Orgmode] Org-mode + flyspell = too much (programming code is screened)

2009-07-28 Thread Sébastien Vauban
Hello, I've sent this message to Emacs group one month ago. Never got any reply. Maybe I'll have more chance here... I'd want to have flyspell reporting me spelling mistakes in Org-mode. I did update my `.emacs' this way: --8<---cut here---start->8--- ;; turn

Re: [Orgmode] Calendar export questions (ical & html)

2009-07-28 Thread Richard Riley
Bastien writes: > Hi Michel, > > Michel Blanc writes: > >> First, I discovered that all the calendar applications I tried do not >> show TODO entries (Google Agenda, PHP-iCalndar, Thunderbird, ...) >> *inside* the day/week/... view, but in sidebars or so (when the do). >> However, I am required

Re: [Orgmode] Calendar export questions (ical & html)

2009-07-28 Thread Michel Blanc
Bastien a écrit : > Hi Michel, > > A todo like this > > * TODO Do this > <2009-07-28 mar> > > will be exported both as a VTODO and as a VEVENT. > > Note that this is not the case for DEADLINE and SCHEDULED, maybe the > code need to be more consistent about this. Well, TODOs exported as VTODO

[Orgmode] Re: How to track time spent on a project

2009-07-28 Thread Geralt
Hi Bernt, thanks, that helped me a lot! :-) Geralt. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode