[Orgmode] Re: [PATCH] little fixes for attachment git commiting

2010-02-19 Thread Łukasz Stelmach
Carsten Dominik writes: > On Feb 19, 2010, at 11:59 AM, Łukasz Stelmach wrote: > >> Carsten Dominik writes: >> >>> On Feb 16, 2010, at 8:04 PM, Łukasz Stelmach wrote: >>> >>>> There are two very small commits which iron some wrinkles. Both

[Orgmode] Re: schedule repeated reminder on multiple days for multiple weeks

2010-02-19 Thread Łukasz Stelmach
of calendar-date-style variable. This one is iso style. Refere to: -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: [PATCH] little fixes for attachment git commiting

2010-02-19 Thread Łukasz Stelmach
Carsten Dominik writes: > On Feb 16, 2010, at 8:04 PM, Łukasz Stelmach wrote: > >> There are two very small commits which iron some wrinkles. Both on >> org-attach-git-commit branch of >> git://github.com/steelman/steelman-org-mode.git >> >> The first prevents

[Orgmode] Re: Shortcut for adding text item?

2010-02-18 Thread Łukasz Stelmach
en Return, but I'd like to have a >> shortcut like M-j or something like that. > put this in your dotemacs file: > > (eval-after-load "org" > '(org-defkey org-mode-map (kbd "M-j") > (lambda () (interactive) (end-o

[Orgmode] n-times event

2010-02-18 Thread Łukasz Stelmach
to (or (= 1 (calendar-day-of-week date)) (= 3 (calendar-day-of-week date))) the meetings would stop earlier. -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-

[Orgmode] Re: Using square brackets in the description part of a link?

2010-02-18 Thread Łukasz Stelmach
ters, but have > been unable to find any. As far as I've seen org generating descriptions from pieces of text with square brackets, it always substitutes them with curly ones. So you'd get Google {12345} link -- Miłego dnia, Łukasz Stelmach ___

[Orgmode] Re: [PATCH] little fixes for attachment git commiting

2010-02-17 Thread Łukasz Stelmach
David Maus writes: > Łukasz Stelmach wrote: >>David Maus writes: > >>> Łukasz Stelmach wrote: >>>>The other one helps if for some reason the file one would like to add >>>>matches an entry in a .gitignore file. I suppose no one puts anything in >

[Orgmode] Re: [PATCH] ignore `future' and `past' deadlines too

2010-02-16 Thread Łukasz Stelmach
Łukasz Stelmach writes: > I am not sure myself how to use it but it seems to be a logical > consequence of the previous work on ignoring scheduled and deadlines. > > http://github.com/steelman/steelman-org-mode/tree/org-agenda-skip-entry-if-todo I mistyped branching and put one mo

[Orgmode] Re: [PATCH] little fixes for attachment git commiting

2010-02-16 Thread Łukasz Stelmach
David Maus writes: > Łukasz Stelmach wrote: >>The other one helps if for some reason the file one would like to add >>matches an entry in a .gitignore file. I suppose no one puts anything in >>the org-attach-directory by hand, so anything that goes there is by >>int

[Orgmode] [PATCH] little fixes for attachment git commiting

2010-02-16 Thread Łukasz Stelmach
/8ade081fd5a331cc61f8f8a6f8cf5a92ff8881d5 Just my 2 cents (Euro ones ;) -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/

[Orgmode] [PATCH] ignore `future' and `past' deadlines too

2010-02-16 Thread Łukasz Stelmach
Hello. I am not sure myself how to use it but it seems to be a logical consequence of the previous work on ignoring scheduled and deadlines. http://github.com/steelman/steelman-org-mode/tree/org-agenda-skip-entry-if-todo -- Miłego dnia, Łukasz Stelmach

[Orgmode] [PATCH] skipping by todo

2010-02-16 Thread Łukasz Stelmach
Hello. I've enabled skipping entries with org-agenda-skip-if by todo keywords. Please take a look http://github.com/steelman/steelman-org-mode/tree/org-agenda-skip-entry-if-todo -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list P

[Orgmode] Re: [BUG] mismatched faces in block agenda

2010-02-15 Thread Łukasz Stelmach
)) this happens only with the "p" agenda+todo setup. Carsten Dominik writes: > Hi Lukasz, > > I have never heard of this bug before. Maybe you have some incorrect > setup in one of you files (like a "|" missing in a #+TODO line????) > > If not

[Orgmode] org-todo-keywords-for-agenda missing if org-agenda-multi is set

2010-02-15 Thread Łukasz Stelmach
seems to be the case for block agendas which I try to shape up). Is it possible (without too much coding) to get a list of todo/done keywords when creating multipart (block) agenda? -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please u

[Orgmode] [BUG] mismatched faces in block agenda

2010-02-15 Thread Łukasz Stelmach
Hello. I've just tried a block agenda as described in (info:org:Block agenda). I've had some DONE entries which had their DONE keyword written in bold red (like TODO) instead of green. -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode ma

[Orgmode] Re: search for DEADLINE in warning period

2010-02-11 Thread Łukasz Stelmach
CHEDULED>="" in all my filters. For example I've sent send the announcement yesterday, changed the the keyword to WAITING and put "SCHEDULED: <2010-02-13 sob>". Then if I wouldn't have found your reply in my inbox by Saturday I would see the WAITING item on my to

[Orgmode] Re: search for DEADLINE in warning period

2010-02-10 Thread Łukasz Stelmach
ot show *any* notes with deadline timestamps on a todo list Check it out http://github.com/steelman/steelman-org-mode/tree/org-agenda-todo-ignore-close-deadlines http://github.com/steelman/steelman-org-mode.git -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: search for DEADLINE in warning period

2010-02-09 Thread Łukasz Stelmach
Bernt Hansen writes: > Łukasz Stelmach writes: >> Is there a way to search for a timestamp, particularly a DEADLINE, that >> is in its warning period? [...] > I remove entries from the global TODO lists using the variables > org-agenda-todo-ignore-scheduled, org-agenda-

[Orgmode] Re: search for DEADLINE in warning period

2010-02-09 Thread Łukasz Stelmach
Matt Lundin writes: > Łukasz Stelmach writes: > >> Is there a way to search for a timestamp, particularly a DEADLINE, that >> is in its warning period? [...] > > (setq org-agenda-todo-ignore-deadline 'near) > > With this setting, your items with a deadline w

[Orgmode] search for DEADLINE in warning period

2010-02-09 Thread Łukasz Stelmach
; [2010-02-01 Mon 14:23] --8<---cut here---end--->8--- Is there a cleaner way to do it? -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: org-mode news as a feed

2010-02-01 Thread Łukasz Stelmach
Carsten Dominik writes: > you can see the raw file in the git repo, or here: > > http://repo.or.cz/w/org-mode.git/blob_plain/HEAD:/ORGWEBPAGE/index.org > OK. I've got some ideas. I'll see if they are feasible. -- Miłego

[Orgmode] Re: org-mode news as a feed

2010-02-01 Thread Łukasz Stelmach
Carsten Dominik writes: > On Feb 1, 2010, at 12:05 PM, Łukasz Stelmach wrote: > >> Carsten Dominik writes: >> >>> On Jan 31, 2010, at 3:59 PM, Łukasz Stelmach wrote: >>> >>>> Could you please consider publishing the "News" form the org-

[Orgmode] Re: org-mode news as a feed

2010-02-01 Thread Łukasz Stelmach
Carsten Dominik writes: > On Jan 31, 2010, at 3:59 PM, Łukasz Stelmach wrote: > >> Could you please consider publishing the "News" form the org-mode web >> page as an RSS or Atom feed? > > I don't know how to do this, so no. > > Unless someone can

[Orgmode] org-mode news as a feed

2010-01-31 Thread Łukasz Stelmach
Greetings. Could you please consider publishing the "News" form the org-mode web page as an RSS or Atom feed? -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-

[Orgmode] Re: latex export and beamer columns

2009-11-25 Thread Łukasz Stelmach
#+latex: \begin{columns}[t] #+latex: \column{.5\textwidth} - My point - Your point #+latex: \column{.5\textwidth} Conclusion #+latex: \end{columns} --8<---cut here---end--->8--- Unfortunately the the plain list is not recognized and converted t

[Orgmode] Re: [BUG] org-export-pdf-remove-logfiles extensions

2009-11-25 Thread Łukasz Stelmach
Łukasz Stelmach writes: > Sébastien Vauban > writes: > >> Carsten Dominik wrote: >>> Are you using XeTeX with Org-mode? >>> How exactly, can you white a little HOWTO and post it here? >> >> I would be interested as well... >> > It's n

[Orgmode] [PATCH] org-export-pdf-remove-logfiles extensions

2009-11-25 Thread Łukasz Stelmach
Carsten Dominik writes: > On Nov 25, 2009, at 1:56 PM, Łukasz Stelmach wrote: >> XeLaTeX[1,2] produces some more files than pdflatex. These are: >> .nav, .snm, .vrb. All named the same as the base file. The list in >> org-export-as-pdf should be extended or even made customi

[Orgmode] Re: [BUG] org-export-pdf-remove-logfiles extensions

2009-11-25 Thread Łukasz Stelmach
Sébastien Vauban writes: > Carsten Dominik wrote: >> On Nov 25, 2009, at 1:56 PM, Łukasz Stelmach wrote: > >>> XeLaTeX produces some more files than pdflatex. These are: .nav, .snm, >>> .vrb. All named the same as the base file. > > I don't think those e

[Orgmode] [BUG] org-export-pdf-remove-logfiles extensions

2009-11-25 Thread Łukasz Stelmach
, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Scheduling of 2-day events

2009-11-23 Thread Łukasz Stelmach
agement Workshop 09:00-16:30 > |<2009-11-19 Thu>--<2009-11-20 Fri> > |[2009-11-19 Thu 07:57] > ` > > to record the actual booked event with time. This blocks off a time in > my calendar on the days of the event so I know I'm busy then. I created something lik this (see: <878wdx1ajo@dasa3.iem.pw.edu.pl>) -=-=-=- * Zarządzanie projektami 09:00-17:00 :POLITECHNIKA: <2009-12-02 śro >--<2009-12-03 czw > -=-=-=- but I still get the second day below the time grid. Wednesday 2 December 2009 Projekty:9:00-17:00 (1/2): Zarządzanie projektami :POLITECHNIKA: Thursday3 December 2009 Projekty: (2/2): Zarządzanie projektami 09:00-17:00 :POLITECHNIKA: I get the proper result when I enumerate dates -=-=-=- * Zarządzanie projektami 09:00-17:00 :POLITECHNIKA: <2009-12-02 śro> <2009-12-03 czw> -=-=-=- but this makes the recurrence counters dissappear. -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: time ranged notes on the agenda

2009-11-23 Thread Łukasz Stelmach
lukasz.stelm...@iem.pw.edu.pl (Łukasz Stelmach) writes: > Isn't it wrong when a note like this: > > * A very interesting meeting 11:15-12:00 > <2009-11-30 Mon>--<2009-12-01 Tue> It's funny Markus has asked the same question few days ago in: What's

[Orgmode] time ranged notes on the agenda

2009-11-23 Thread Łukasz Stelmach
11:15>--<2009-11-30 Mon 12:00> <2009-12-01 Tue 11:15>--<2009-12-01 Tue 12:00> or simply * A very interesting meeting 11:15-12:00 <2009-11-30 Mon> <2009-12-01 Tue> Which works but doesn't show the recurrence counter. I

[Orgmode] Re: Sending org-mode nodes

2009-11-20 Thread Łukasz Stelmach
Sebastian Rose writes: > lukasz.stelm...@iem.pw.edu.pl (Łukasz Stelmach) writes: >> Sebastian Rose writes: >>> Not sure. I only remember bad things with self generated >>> message-IDs. But I never tried it myself. Reading the RFCs will help. >> >> RFC 2822

[Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread Łukasz Stelmach
ng notes, introducing a structure, think: wrinting a report. > I always write my mails from scratch. But, on the other hand, I could > imagine an Org-file with email templates like that. E.g. for mailing to > certain groups of people. This brings another o

[Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread Łukasz Stelmach
-y way and since you don't copy the text you can't cope with drawers and tags. -- Miłego dnia, Łukasz Stelmach ___ 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

<    1   2