RE: [Orgmode] cal-tex and entries from org

2008-03-27 Thread Egli Christian (KIRO 433)
Hi Jason

> I can't get scheduled entries from org-mode to show up in calendars
> printed via cal-tex.   My diary file looks like

Which calendars are you printing? Not all calendars support printing of
diary entries. This is actually a TODO item at the top of cal-tex.el to
enable diary printing for all calendars. See
http://cvs.savannah.gnu.org/viewvc/emacs/lisp/calendar/cal-tex.el?root=e
macs&view=markup.
 
HTH
Christian


___
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


[Orgmode] org/blorg and mysql

2008-03-27 Thread D. Kapetanakis

Hey, I also want to look at it, but where???
Dimitris

--

Message: 6
Date: Wed, 26 Mar 2008 13:37:20 -0700
From: Cezar Halmagean <[EMAIL PROTECTED]>
Subject: [Orgmode] Re: org/blorg and mysql
To: emacs-orgmode@gnu.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii

Xin Shi <[EMAIL PROTECTED]> writes:

  

Hi Cezar,

It's a good idea!

I've been using the weblogger.el to post on the mysql server,
interfaced by wordpress. You may want to take a look at it.

Xin




Thanks Xin, I think that will help me build a "publish/sync" function.

  
  



___
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


[Orgmode] Deadline count down in working days

2008-03-27 Thread Rick Moynihan

Hi all,

I realise this functionality is probably in org already, but I can't 
seem to find it mentioned anywhere (though perhaps I'm not looking very 
hard).


Currently when I look at my agenda I see this:

gtd:   In  5 d.:  TODO [#A] A particular work related task

The 5d countdown includes weekends however.  Is it possible to get org 
to exclude weekends from these countdowns, so I know how many working 
days I have?


As I use org for both, personal and work related stuff what might be 
nice is if org could calculate work tasks in working-days and personal 
tasks in week-days for the agenda view e.g:


Thursday  27 March 2008
gtd:   In  2 wd.:  TODO [#A] A particular work related task 
:WORK:
gtd:   In  4 d. :  TODO [#A] Arrange holiday insurance 
:PERSONAL:


Where both tasks would be due on the same day (Monday 31 March 2008). 
Here I've changed the suffix for the work task to wd to indicated 
working-days and left the d suffix to indicate days.


Thanks again!

R.




___
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


[Orgmode] Checkboxes with outline cookies bug? - Not in Item

2008-03-27 Thread Rick Moynihan

Hi all,

Just found what appears to be a bug with checkboxes when the outline 
they're part of has a cookie, e.g:


* Outline [%]

- [ ] foo
- [ ] bar
- [ ] baz

Marking either foo,bar or baz as done with a C-c causes a "Not in item" 
error, and doesn't update the cookie.


Interestingly, the following structure works with no error as one would 
expect:


- Main item [33%]
  + [ ] foo
  + [ ] bar
  + [X] baz


R.


___
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


Re: [Orgmode] Checkboxes with outline cookies bug? - Not in Item

2008-03-27 Thread Rick Moynihan

Rick Moynihan wrote:

Hi all,

Just found what appears to be a bug with checkboxes when the outline 
they're part of has a cookie, e.g:


* Outline [%]

- [ ] foo
- [ ] bar
- [ ] baz

Marking either foo,bar or baz as done with a C-c causes a "Not in item" 
error, and doesn't update the cookie.


Interestingly, the following structure works with no error as one would 
expect:


- Main item [33%]
   + [ ] foo
   + [ ] bar
   + [X] baz



Forgot to mention.  This is in org 5.23a.  I think it might also be 
present in 5.22a (and perhaps some earlier versions also).


R.


___
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


[Orgmode] TaskPaper and Org-Mode?

2008-03-27 Thread Clint Laskowski
I hope this isn't seen as too much of a distraction by Org-Mode
purists, but has anyone looked at integrating TaskPaper into Org-Mode?

TaskPaper seems to be a really simple way of documenting tasks in text
with a GTD style. Here's an example:

Fishing Project:
- buy worms @store
- collect fishing stuff @ home
- drive to river
- catch fish
- clean fish
- drive home
- cook fish @home
Project2:
- task 1
- task 2
- task 3

You can learn more about TaskPaper at the following links:

* http://hogbaysoftware.com/products/taskpaper - the company with the
first implementations of taskpaper (as far as I know), including Mac
and web versions.

* http://widefido.com/ - company with a Windows version of taskpaper

* http://coderepos.org/share/browser/lang/elisp/taskpaper/trunk/taskpaper.el
- taskpaper-mode for emacs

I think it would be extremely useful to incorporate TaskPaper into
Org-Mode. Unfortunately, I'm not sure my Elisp skills are up to the
job yet.

-- Clint

Clint Laskowski, CISSP
[EMAIL PROTECTED]


___
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


RE: [Orgmode] TaskPaper and Org-Mode?

2008-03-27 Thread Egli Christian (KIRO 433)
 

> TaskPaper seems to be a really simple way of documenting tasks in text
> with a GTD style. Here's an example:

> I think it would be extremely useful to incorporate TaskPaper into
> Org-Mode.

>From what I can tell Taskpaper seems to be a subset of org-mode. How
would an integration  of TaskPaper look like? What features does
TaskPaper have that org-mode doesn't have?

Christian


___
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


[Orgmode] Dates in agenda

2008-03-27 Thread Richard G Riley

Is it possible to turn off dates being shown for repeated tasks in the
agenda?

e.g I do not want to see the original creation date here on the pub quiz
entry:

,
| Tuesday1 April 2008
|   Shamrock:   21:30.. Pub Quiz <2008-03-25 +1w>
|   Diary:  April Fools' Day
`

Also, lets say I have an item with some notes e.g

,
| ** [2008-03-14 Fri 13:22] semantic completion check for eriks reply 
:@home:Online:emacs:
|SCHEDULED: <2008-03-17 Mon 14:00>
|<2008-03-17 Mon 14:00> Dont forget to remove debug code
|removed all message() calls.
`

I want to add a note without changing TODO state. Is the quickest way
just to move to the end hit "C-c ." then move to next line and type or
is there some sort of "add note" function?

Currently I insert the timestamp manually with "C-c ." hit return and
then TAB to the first column to align with the note aboves timestamp. It would 
be
nice if hitting return automatically did move to the typing column - is
there some more generic emacs way or org way to turn this on?




___
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


Re: [Orgmode] cal-tex and entries from org

2008-03-27 Thread Jason F. McBrayer
"Egli Christian (KIRO 433)" <[EMAIL PROTECTED]> writes:

> Hi Jason
>
>> I can't get scheduled entries from org-mode to show up in calendars
>> printed via cal-tex.   My diary file looks like
>
> Which calendars are you printing? Not all calendars support printing of
> diary entries. This is actually a TODO item at the top of cal-tex.el to
> enable diary printing for all calendars. See
> http://cvs.savannah.gnu.org/viewvc/emacs/lisp/calendar/cal-tex.el?root=e
> macs&view=markup.

It was weekly calendars, which I see don't have diary entries.  I guess
that would explain it.  Thanks.

-- 
+---+
| Jason F. McBrayer[EMAIL PROTECTED]  |
| If someone conquers a thousand times a thousand others in |
| battle, and someone else conquers himself, the latter one |
| is the greatest of all conquerors.  --- The Dhammapada|


___
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


RE: [Orgmode] cal-tex and entries from org

2008-03-27 Thread Egli Christian (KIRO 433)
 

>>> I can't get scheduled entries from org-mode to show up in calendars
>>> printed via cal-tex.   My diary file looks like

>> Which calendars are you printing? Not all calendars support printing
of
>> diary entries.

> It was weekly calendars, which I see don't have diary entries.  I
guess
> that would explain it.  Thanks.

AFAIK cal-tex-cursor-week-iso supports printing of diary entries. I used
it in org2hpda. See
http://repo.or.cz/w/org-mode.git?a=blob;f=CONTRIB/scripts/org2hpda;h=6eb
9fb90513a17b0cd7df73b6c4619446ab5801f;hb=HEAD.

HTH
Christian


___
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


[Orgmode] Re: org/blorg and mysql

2008-03-27 Thread Xin Shi

Hi Dimitris,

Here is a link:

http://peadrop.com/blog/2007/05/11/blogging-with-emacs/

Xin

D. Kapetanakis wrote:

Hey, I also want to look at it, but where???
Dimitris

--

Message: 6
Date: Wed, 26 Mar 2008 13:37:20 -0700
From: Cezar Halmagean <[EMAIL PROTECTED]>
Subject: [Orgmode] Re: org/blorg and mysql
To: emacs-orgmode@gnu.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii

Xin Shi <[EMAIL PROTECTED]> writes:

 

Hi Cezar,

It's a good idea!

I've been using the weblogger.el to post on the mysql server,
interfaced by wordpress. You may want to take a look at it.

Xin




Thanks Xin, I think that will help me build a "publish/sync" function.






___
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


[Orgmode] editing repeat items

2008-03-27 Thread Richard G Riley

Is there a facility to "unlink" a repeated item from its "repeat" parent
e.g suppose I have

** Pub Quiz <2008-03-25 21:30 +1w>

But open it on April 1st from the agenda for that week.

In any particular one week I would like to add a certain tag or note to
the task for that week only.


___
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


[Orgmode] Displaying a journal.

2008-03-27 Thread Richard G Riley

I have separate org files for different sections. e.g journal.org might
contain

,
| * Journal
| 
| #+CATEGORY: Journal
| ** [2008-03-28 Fri 01:55] Washed the car
| And boy was it hard work!
`

The only way I have found from the agenda to see journal entries is
to do a keyword search.

Ideally I would like to include all journal entries for a certain day
in the normal week/day agenda.

Is this currently possible?

Thanks for any help.

r.


  



___
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


[Orgmode] Re: Displaying a journal.

2008-03-27 Thread Richard G . Riley

I found the solution - use angled brackets in the timestamp.


Richard G Riley  googlemail.com> writes:

> 
> Ideally I would like to include all journal entries for a certain day
> in the normal week/day agenda.




___
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


[Orgmode] timestamp rounding question.

2008-03-27 Thread Jose Robins
Using org-mode 5.23a with emacs 22.1, I still don't see timestamprounding 
working during clock in/clock out (OR shift up/down on the timestamp).
Also, I'm slightly confused by an earlier thread we had on this subject. At 
that time I was using 5.20 (or 5.21, I don't remember) and it was mentioned 
that it would not be possible to do  rounding when inserting time. However the 
custom options for 5.23a show that there is a variable for rounding during time 
insertion as well as during time modification via the up/down key - my .emacs 
setting for this looks as follows...
 '(org-time-stamp-rounding-minutes (quote (5 5)))

However neither seem to have an effect...
Hmmm 

Jose

___
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