Re: [Orgmode] worg accessibility

2009-02-09 Thread Sebastian Rose
Hi Samuel,


I pushed the change on friday - git told me :-)

But it seems that worg.css is not updated automatically. I CC'ed
Carsten, who is the one to do that.

Carsten?

It's just one changed line that, hopefully, will make the line-height
grow with the fonts used by the client.


Regards,


   Sebastian

Sebastian Rose sebastian_r...@gmx.de writes:
 Hi Samuel,


 I scanned through the worg.css and found no fixed height or width in
 there. The only pixel value would have been the `line-height' in the
 `body' section.

 I didn't push the change - I did now. So maybe in an hour or two it will
 work for you? Let us know if so.


 Regards,

Sebastian

 Samuel Wales samolog...@gmail.com writes:
 Hi Sebastian,

 I tried loading and refreshing worg, and the problem is still there.
 It might be slightly better but not enough to let me read worg.

 Would more ems help?

 William sent me some CSS involving text align; that made no difference.

 Sounds like it's just Tiger users.  So unless there are other ideas I
 will give up on this (because I don't want to send people on a wild
 goose chase supporting Tiger, which I presume is an obsolete version).
  It's not vital to be able to read worg (though very nice when
 possible :)).  If there are simple fixes, let me know.

 I very much appreciate all the effort by all who replied.

 On Fri, Feb 6, 2009 at 01:58, Sebastian Rose sebastian_r...@gmx.de wrote:
 Yes, I'm currently looking through the CSS and I found, the line-height
 was in pixels.
 Should be `em' to adjust automatically.

 Fixed that and pushed it to Worg. Please tell us if that helps.


 Regards,

   Sebastian


 Samuel Wales samolog...@gmail.com writes:
 Thanks for trying it.

 Your screenshot looks good, but I don't get that using the preferences
 panel.  I am using Tiger.

 I think it's something with worg, because most other sites do not run
 text together vertically.

 Zooming in further severeal times with command shift = does get
 something like what you show, but most of the time I can't use the
 keyboard at all, nor right click.  Just left click.  There is the View
 menu, but using it several times on every page won't work.

 I overstated the case for emacs-w3m.  Most of the time I can't use it,
 so if somebody posts a link on the org list to a worg page, I have to
 skip it.


 ___
 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


 --
 Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
 Tel.:  +49 (0)511 - 36 58 472
 Fax:   +49 (0)1805 - 233633 - 11044
 mobil: +49 (0)173 - 83 93 417
 Http:  www.emma-stil.de


-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.r...@emma-stil.de, sebastian_r...@gmx.de
Http:  www.emma-stil.de


___
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: archiving tasks breaks emacs

2009-02-09 Thread Spike Spiegel
On Mon, Feb 9, 2009 at 2:24 PM, Spike Spiegel fsm...@gmail.com wrote:
 After marking one of the tasks as DONE I wanted to test the archiving
 feature. Setting ARCHIVE tag works just fine but if I try to save to
 an archive fail (C-c C-x C-a) emacs immediately freezes and top shows
 it's taking up all the CPU:

 43537 emacs   96.7%  5:12.23   115 63 9040K   364K12M26M

 it won't ever come down and I have to kill it.

Urm, I've resolved this. I've spent the last hr customizing my org
settings and for whatever reason it now works fine, so there must have
been some kind of setting that conflicted with it, I might try later
to put back things as they were when I sent my initial email and try
to comment stuff out and see if I can find the exact problem.

btw, it was C-c C-x C-z, not C-a and talking about this in irc it
seems I wasn't clear enough to describe the failure mode: C-g or C-z
or anything else wouldn't do anything, all input appeared to be
ignored.

thanks

-- 
Behind every great man there's a great backpack - B.


___
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: Problem logging state change for TODO's

2009-02-09 Thread Memnon Anon
Hi!

Varnit Suri vs...@brocade.com writes:

 I am a fairly new user of Org-mode, and I 'm using v6.20i. I read about
 how to log a note each time I change the state of a TODO item
 (http://www.gnu.org/software/emacs/manual/html_node/org/Tracking-TODO-st
 ate-changes.html#Tracking-TODO-state-changes).
[...]
 Am I missiing something? Sorry, can't figure this one out.

Just one thing: Org-Mode is developed very fast ;)

From your link: This manual is for Org-mode (version 4.67).
 ^
So, best to use the documentation that came with your version,
or, always the newest, that from orgmode.org.

hth.

Memnon



___
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] Problem logging state change for TODO's

2009-02-09 Thread Carsten Dominik

I guess this must be because of

#+STARTUP: lognotestate

Try

#+STARTUP: logstate

instead.

- Carsten

On Feb 9, 2009, at 8:53 AM, Varnit Suri wrote:


Hello everyone,

I am a fairly new user of Org-mode, and I 'm using v6.20i. I read  
about

how to log a note each time I change the state of a TODO item
(http://www.gnu.org/software/emacs/manual/html_node/org/Tracking-TODO-st
ate-changes.html#Tracking-TODO-state-changes).

And I did both the things recommended in the link above. However, I am
not prompted for a note each time I change the task state, even when
going to done.

Am I missiing something? Sorry, can't figure this one out.

Thanks for your time.
Nick.


___
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




___
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-tab-follows-link

2009-02-09 Thread Carsten Dominik

Hi,

is there anyone who used org-tab-follows-link?

The implementation is bad and I woud like to remove this option.

- Carsten


___
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-tab-follows-link

2009-02-09 Thread Leo
On 2009-02-09 11:38 +, Carsten Dominik wrote:
[...]
 The implementation is bad and I woud like to remove this option.

Did the recent survey suggest this variable is heavily used?

Seems sufficient to remove it ;)

 - Carsten

-- 
.: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.



___
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] Re: org-tab-follows-link

2009-02-09 Thread Carsten Dominik

Actually, only Rainer reported this customization in the survey.

- Carsten

On Feb 9, 2009, at 12:57 PM, Leo wrote:


On 2009-02-09 11:38 +, Carsten Dominik wrote:
[...]

The implementation is bad and I woud like to remove this option.


Did the recent survey suggest this variable is heavily used?

Seems sufficient to remove it ;)


- Carsten


--
.: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.



___
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




___
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] org-tab-follows-link

2009-02-09 Thread Sebastian Rose
Carsten Dominik domi...@science.uva.nl writes:
 Hi,

 is there anyone who used org-tab-follows-link?

 The implementation is bad and I woud like to remove this option.

Good idea IMHO. TAB is for cycling and indenting. RET for links.

But maybe Rainer has a good reason for his customization that I can't
think of?



-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Http:  www.emma-stil.de


___
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: Problem logging state change for TODO's

2009-02-09 Thread Varnit Suri
Thanks! The instructions in org manual worked.

-Original Message-
From: Memnon Anon [mailto:gegendosenflei...@googlemail.com] 
Sent: Monday, February 09, 2009 1:47 AM
To: Varnit Suri
Cc: emacs-orgmode@gnu.org
Subject: Re: Problem logging state change for TODO's

Hi!

Varnit Suri vs...@brocade.com writes:

 I am a fairly new user of Org-mode, and I 'm using v6.20i. I read
about
 how to log a note each time I change the state of a TODO item

(http://www.gnu.org/software/emacs/manual/html_node/org/Tracking-TODO-st
 ate-changes.html#Tracking-TODO-state-changes).
[...]
 Am I missiing something? Sorry, can't figure this one out.

Just one thing: Org-Mode is developed very fast ;)

From your link: This manual is for Org-mode (version 4.67).
 ^
So, best to use the documentation that came with your version,
or, always the newest, that from orgmode.org.

hth.

Memnon



___
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] Setting recurring deadlines

2009-02-09 Thread Varnit Suri
Hi all,

I am having trouble with something pretty basic. I am trying to setup a
recurring deadline on the last day of every month. However, when I set
it as 2009-02-28 +1m, the next deadline shows up at 2009-03-28, rather
than 31st March.

I don't use appt/diary. Is there a way to do this in org-mode? Any
comments are appreciated. Thanks.

V.



___
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-tab-follows-link

2009-02-09 Thread Rainer Stengele
I am not really using it so please go ahead ...


Carsten Dominik schrieb:
 Actually, only Rainer reported this customization in the survey.
 
 - Carsten
 
 On Feb 9, 2009, at 12:57 PM, Leo wrote:
 
 On 2009-02-09 11:38 +, Carsten Dominik wrote:
 [...]
 The implementation is bad and I woud like to remove this option.

 Did the recent survey suggest this variable is heavily used?

 Seems sufficient to remove it ;)

 - Carsten

 -- 
 .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.



 ___
 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
 
 
 
 ___
 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
 



___
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


R: [Orgmode] Re: Latex export error in tables

2009-02-09 Thread Giovanni Ridolfi
--- Lun 9/2/09, Flávio flavio...@gmail.com ha scritto:
[...] snip
 3) One minor problem is that the character
  at Comis.  Start up
 should be
 genrated as \. However this is a minor
 problem and I just dont use this
 character anymore. 

Flavio, you can LaTeX-escape the :

Comis. \(\\) Start up

I hope it works, but I didn't test it.

cheers,
Giovanni


  Passa a Yahoo! Mail.

La webmail che ti offre GRATIS spazio illimitato, 
antispam e messenger integrato.
http://it.mail..yahoo.com/  



___
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] Timezone issue with zip distribution

2009-02-09 Thread Carsten Dominik

Hi David,

I have no idea what might causing this problem.
Around the time of your report, I started using rsync to upload files,
but  am running it with -a switch so that the modification
times should be correct.

If anyone has an idea here, let us know.

Thanks for the report,


- Carsten

On Jan 30, 2009, at 10:09 AM, David Lord wrote:


Hi list,

The last few zip file distributions I have downloaded (6.20 and 6.20g)
seem to have many of the file modification times one hour in the
future.  This seems to break the make (it says something about the
file being modified in the future and then gets rather confused;-).
The tgz distribution is fine.

I know its not a big deal - I can just wait an hour before running the
make, or I can use the tgz distribution (and fix the ^Ms in the info
file manually as I'm on windows) - but I thought I'd report it just in
case.

BTW, thanks Carsten and all on the list for all your effort: I have
been incredibly impressed by the overall quality of org-mode and the
speed of response to issues since I defected from planner last summer.

Regards
David Lord


___
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




___
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] org-tab-follows-link

2009-02-09 Thread David Bremner

Carsten Dominik wrote:


is there anyone who used org-tab-follows-link?
The implementation is bad and I woud like to remove this option.

I just started using it.  I guess I could go back to
org-return-follows-link, although I remember there was discussion
about the implementation of that one as well.

d



___
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] Timezone issue with zip distribution

2009-02-09 Thread Manish
 On Jan 30, 2009, at 10:09 AM, David Lord wrote:

 Hi list,

 The last few zip file distributions I have downloaded (6.20 and 6.20g)
 seem to have many of the file modification times one hour in the
 future. This seems to break the make (it says something about the
 file being modified in the future and then gets rather confused;-).
 The tgz distribution is fine.

 I know its not a big deal - I can just wait an hour before running the
 make, or I can use the tgz distribution (and fix the ^Ms in the info
 file manually as I'm on windows) - but I thought I'd report it just in
 case.

On Mon, Feb 9, 2009 at 7:12 PM, Carsten Dominik wrote:
 Hi David,

 I have no idea what might causing this problem.
 Around the time of your report, I started using rsync to upload files,
 but am running it with -a switch so that the modification
 times should be correct.

 If anyone has an idea here, let us know.

This is very interesting.  If you are ahead of him and he downloads right
after you build and upload the package then is this not normal behaviour?

Out of curiousity, what time-zones are you and David in?

Regards,
-- 
Manish


___
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


Fwd: [Orgmode] Timezone issue with zip distribution

2009-02-09 Thread David Lord
2009/2/9 Manish mailtomanish.sha...@gmail.com:
 Out of curiousity, what time-zones are you and David in?

I'm in GMT.  I've just checked the 6.21b release and the time is 21:43
in the zip and 20:43 in tgz.  It only causes a problem when I try to
install a release less than an hour after it was created.  That'll
teach me to be keen;-)

David


___
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] Setting recurring deadlines

2009-02-09 Thread Manish
On Mon, Feb 9, 2009 at 5:48 PM, Varnit Suri wrote:
 Hi all,

 I am having trouble with something pretty basic. I am trying to setup a
 recurring deadline on the last day of every month. However, when I set
 it as 2009-02-28 +1m, the next deadline shows up at 2009-03-28, rather
 than 31st March.

 I don't use appt/diary. Is there a way to do this in org-mode?

Currently not possible to the best of my knowledge.  IMHO, including via diary
seems to be a reasonable workaround.

-- 
Manish


___
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] org-tab-follows-link

2009-02-09 Thread Carsten Dominik


On Feb 9, 2009, at 2:48 PM, David Bremner wrote:



Carsten Dominik wrote:



is there anyone who used org-tab-follows-link?
The implementation is bad and I woud like to remove this option.


I just started using it.  I guess I could go back to
org-return-follows-link, although I remember there was discussion
about the implementation of that one as well.


I did fix that problem, org-return-follows-link should work fine now.

- Carsten




d





___
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] syncing org-mode files on three unconnected machines?

2009-02-09 Thread Manish
On Mon, Feb 9, 2009 at 6:20 PM, Alan E. Davis wrote:

 I have signed up for dropbox. It looks useful. I already have it working,
 and I can drop the entire ~/org tree into it.

 That being said, the most helpful would probably be the git approach. It's
 going to take some work.

May be a private git repo on Github?

-- 
Manish


___
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] Bug in clocking in: the list becomes corrupted by the CLOCK drawer

2009-02-09 Thread Daniel Clemente

  Hi, with org-mode 6.21b and since some versions ago:

---
* learn the alphabet
  CLOCK: [2009-01-26 dl 17:04]--[2009-01-26 dl 18:04] =  1:00
- a
 - b
- c
 - d

---



   With that file, clock in that task. You will get the drawer written like 
this:

---
* learn the alphabet
  :CLOCK:
  CLOCK: [2009-02-09 dl 16:03]
  CLOCK: [2009-01-26 dl 17:04]--[2009-01-26 dl 18:04] =  1:00
- a
 - b
   :END:
- c
 - d

---


  Regards,

Daniel


___
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] agenda formatting

2009-02-09 Thread John Rakestraw
Hi --

I'd like to export my agenda to an html page, and I'd like to do
regularly with a cron job. I've set up the custom agenda view, and
use the batch processing described here:

http://orgmode.org/manual/Using-the-agenda-elsewhere.html#Using-the-agenda-elsewhere

When I export the custom agenda using C-c a e interactively from within
emacs, the agenda.html file has all the formatting of the usual agenda
within org -- colored and bold fonts as I expect them to be. However,
when I create the agenda using this command from the command line:

emacs -batch -l ~/.emacs -eval '(org-batch-agenda e)'

all of the text in agenda.html is the same color. In addition, much of
the text in the html version is italicized.

Looking at the html source of the two different versions, I see that
the CSS style settings are different, so the export process of the
batch file is picking up a different css style sheet than the one
picked up by the export process called within emacs. (I found the file
org.css in my org git directory, but that seems to have still different
settings for faces.)

I've not changed any of the default face settings.

Should the formatting in the html file produced by the batch process be
the same as the formatting produced using C-c a e within emacs. Or, in
other words, is there a problem with my set-up? 

Apologies if there's an obvious answer to this -- my searches haven't
turned up anything.

Thanks --

-- 
John Rakestraw


___
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: syncing org-mode files on three unconnected machines?

2009-02-09 Thread Bernt Hansen
Alan E. Davis lngn...@gmail.com writes:

 Thank you for the immediate and helpful responses. 

 I have signed up for dropbox.  It looks useful.  I already have it working, 
 and I can drop the entire ~/org tree into it. 

 That being said, the most helpful would probably be the git approach.  It's 
 going to take some work.

Hi Alan,

I've never done this myself but it should be possible to put a bare git
repository on the USB stick.  Then you push/pull changes to it when
moving from one machine to the next.

It would go something like this: (untested)

On the USB stick - initialize a bare repository

cd /path/to/usb
git clone --bare /path/to/your/repo

Now on each of the org repos:

Rename your repo (just to keep a backup until you're comfortable you
have it set up the way you like) and clone the one from the usb stick.

Copy the files from the renamed repo into the newly cloned repo and
check for difference.  This just makes sure you don't lose current work
in the other repos.

After that is set up you can git pull from the usb stick and git push
back to it with new commits.

HTH,
Bernt






___
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] Re: syncing org-mode files on three unconnected machines?

2009-02-09 Thread Matthew Lundin

Hi Alan

Bernt Hansen be...@norang.ca writes:


 I've never done this myself but it should be possible to put a bare git
 repository on the USB stick.  Then you push/pull changes to it when
 moving from one machine to the next.

 It would go something like this: (untested)

 On the USB stick - initialize a bare repository

 cd /path/to/usb
 git clone --bare /path/to/your/repo


I do precisely what Bernt outlines here so clearly and it works great. I
keep a bare repo on a USB drive and push and pull changes to it. (Magit,
an emacs mode for managing git commits and history, works wonders here.)

I haven't forgotten my USB drive yet, but if you're worried about that,
you could always put the repository on a server. Also, if I were to
forget the USB drive, I would simply create a branch and email myself a
patch or patches at the end of the day and then merge them with the
working copy on one of the other machines.

The beauty of git (or other distributed version control systems) is that
your complete history is in multiple places, so if you lose the USB
drive, you can simply get a new one and put a bare repository on that.
(Of course, if you're worried about data security, I wouldn't recommend
an unencrypted USB drive.)

Best,
Matt

 


___
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] Re: Setting recurring deadlines

2009-02-09 Thread Carsten Dominik
Try thinking about the last day of the month being one day before the  
first day of the next month.


- Carsten

On Feb 9, 2009, at 10:07 PM, Tassilo Horn wrote:


Manish mailtomanish.sha...@gmail.com writes:

I am having trouble with something pretty basic. I am trying to  
setup

a recurring deadline on the last day of every month. However, when I
set it as 2009-02-28 +1m, the next deadline shows up at  
2009-03-28,

rather than 31st March.

I don't use appt/diary. Is there a way to do this in org-mode?


Currently not possible to the best of my knowledge.  IMHO, including
via diary seems to be a reasonable workaround.


I was curious how to get that done, but I couldn't find a diary for
each last day of a month in diary, too.  Each second thursday in a
month is on emacswiki, but all those complex dates I found are  
wired to

a specific day of the week...

Bye,
Tassilo



___
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




___
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] Re: Setting recurring deadlines

2009-02-09 Thread Nick Dokos
Tassilo Horn tass...@member.fsf.org wrote:

 Manish mailtomanish.sha...@gmail.com writes:
 
  I am having trouble with something pretty basic. I am trying to setup
  a recurring deadline on the last day of every month. However, when I
  set it as 2009-02-28 +1m, the next deadline shows up at 2009-03-28,
  rather than 31st March.
 
  I don't use appt/diary. Is there a way to do this in org-mode?
 
  Currently not possible to the best of my knowledge.  IMHO, including
  via diary seems to be a reasonable workaround.
 
 I was curious how to get that done, but I couldn't find a diary for
 each last day of a month in diary, too.  Each second thursday in a
 month is on emacswiki, but all those complex dates I found are wired to
 a specific day of the week...
 

Bah, how hard can that be? - famous last words, now eaten (I did choke
on them along the way) ...

Here's my attempt (tested *very* lightly):

%%(let ((lastday (calendar-last-day-of-month (calendar-extract-month date)
  (calendar-extract-year date)))
 (day (calendar-extract-day date)))
(= day lastday)) last day of month



___
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] agenda formatting

2009-02-09 Thread John Rakestraw
Replying to myself, just in case others have this question...

 Hi --
 
 I'd like to export my agenda to an html page, and I'd like to do
 regularly with a cron job. I've set up the custom agenda view, and
 use the batch processing described here:
 
 http://orgmode.org/manual/Using-the-agenda-elsewhere.html#Using-the-agenda-elsewhere
 
 When I export the custom agenda using C-c a e interactively from
 within emacs, the agenda.html file has all the formatting of the
 usual agenda within org -- colored and bold fonts as I expect them to
 be. However, when I create the agenda using this command from the
 command line:
 
 emacs -batch -l ~/.emacs -eval '(org-batch-agenda e)'
 
 all of the text in agenda.html is the same color. In addition, much of
 the text in the html version is italicized.
 
 Looking at the html source of the two different versions, I see that
 the CSS style settings are different, so the export process of the
 batch file is picking up a different css style sheet than the one
 picked up by the export process called within emacs. (I found the file
 org.css in my org git directory, but that seems to have still
 different settings for faces.)
 
 I've not changed any of the default face settings.
 
 Should the formatting in the html file produced by the batch process
 be the same as the formatting produced using C-c a e within emacs.
 Or, in other words, is there a problem with my set-up? 
 
 Apologies if there's an obvious answer to this -- my searches haven't
 turned up anything.
 
 Thanks --
 

With a little more digging, I've solved my problem. Not sure that this
is the best solution, because I still don't understand why running
org-batch-agenda from the command line wasn't picking up the same style
sheet as the export agenda command run interactively from within emacs.

However, inserting this in my org config file has agenda.htm looking
the same as it looks in the org buffer no matter agenda.htm is
generated:

***code starts here
(setq org-agenda-export-html-style 

style
  body {
color: #daa520;
background-color: #00;
  }
  .org-agenda-date {
/* org-agenda-date */
color: #87cefa;
  }
  .org-agenda-structure {
/* org-agenda-structure */
color: #87cefa;
  }
  .org-scheduled {
/* org-scheduled */
color: #98fb98;
  }
  .org-scheduled-previously {
/* org-scheduled-previously */
color: #ff7f24;
  }
  .org-scheduled-today {
/* org-scheduled-today */
color: #98fb98;
  }
  .org-tag {
/* org-tag */
font-weight: bold;
  }
  .org-todo {
/* org-todo */
color: #ffc0cb;
font-weight: bold;
  }

  a {
color: inherit;
background-color: inherit;
font: inherit;
text-decoration: inherit;
  }
  a:hover {
text-decoration: underline;
  }
/style
)
***code ends here


___
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] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-09 Thread Tom Breton (Tehom)
Hi, Carsten.

 Well, some ASCII documentation could be inserted into org-choose.el
 as a file commentary.  If you use a standard header with keywords
 for the finder (M-x finder-commentary and friends), that would be
 useful.

 Tutorials on Worg are usually written in Org, but you can upload
 any format you like (or send it it me) and we wil publish it there.

OK, I've add comments, keywords, and some docstrings I forgot to
org-choose.el, and I wrote a standalone doc.  Both are attached.

Tom Breton (Tehom)


docs.org-choose.el.diff
Description: Binary data


docs.org-choose-docs.org
Description: Binary data
___
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] Release 6.22

2009-02-09 Thread Carsten Dominik

Hi,

I have release Org-mode 6.22.

Enjoy!

- Carsten


Changes in Version 6.22
===

org-choose.el by Tom Breton is now included


Org-choose helps documenting a decision-making process by using
TODO keywords for different degrees of /chosenness/, and by
automatically keepting a set of alternative in a consistent state.

Documentation for /org-choose.el/ is available at
http://orgmode.org/worg/org-contrib/org-choose.php

This package inserts itself into Org using hooks, so if other
people would like to do interesting stuff with TODO keywords for
special purposes, looking at Tom's code might be a good way to
start.

Thanks to Tom for this interesting contribution!

orgmode.org and Worg css works now better on IE


Thanks to Sebastian Rose for making these changes.

When exporting a subtree, headline levels are now relative to parent
=

This was reported as a bug by William Henney and is fixed now.

Inactive dates in tables can be used for sorting.
==

When sorting table fields or entries by date, Org first tries to
find an active date, and, if none exist, uses a passive date if
present.

This was a request by Hsui-Khuen Tang

The default for `org-return-follows-link' is back to `nil'
===

Setting it to `t' violates Emacs rules to some extend.  The
internal implementation of this has been improved, so setting it
to `t' should now be pretty stable.

Automatic scheduling of siblings with org-depend.el


The sibling of a DONE task can now automatically be scheduled.

This was a patch by Andrew Hyatt.

New skipping conditions


The functions `org-agenda-skip-entry-if' and
`org-agenda-skip-subtree-if' now accept `timestamp' and
`nottimestamp' as additional conditions.

This was in response to a request by Saurabh Agrawal.

___
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: Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-09 Thread Carsten Dominik

Hi Tom,

it looks like efficiency is *not* one of your problems.
Thanks a lot for getting this done so quickly.

I have just released Org-mode 6.22 which included org-choose.el.

As for the documentation, I have made some minor layout
changes (turned the level-1 heading into a title,
and promoted the level-2 headings).  I also modified
the Loading it section to reflect the fact that org-module
now has a checkbox for this package.

The resulting file is up on Worg at

http://orgmode.org/worg/org-contrib/org-choose.php

If you ever want to change anything in that document, just do
it yourself, in Worg.

Thanks for your contribution!

- Carsten



On Feb 10, 2009, at 4:14 AM, Tom Breton (Tehom) wrote:


Hi, Carsten.


Well, some ASCII documentation could be inserted into org-choose.el
as a file commentary.  If you use a standard header with keywords
for the finder (M-x finder-commentary and friends), that would be
useful.

Tutorials on Worg are usually written in Org, but you can upload
any format you like (or send it it me) and we wil publish it there.


OK, I've add comments, keywords, and some docstrings I forgot to
org-choose.el, and I wrote a standalone doc.  Both are attached.

Tom Breton (Tehom)
docs.org-choose.el.diffdocs.org-choose-docs.org




___
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] Call for documentation of contributed packages

2009-02-09 Thread Carsten Dominik

Hi,

I have started a new directory in Worg which will contain
documentation for the contributed packages that are living
in Org's contrib/ directory.  These packages are currently
not documented in the Org-mode manual, and the documentation
in the Lisp files themselves is relative hard to access for
people looking for interesting ideas and solutions that might
be found among these packages.

It seems to me that the best way to improve this would be to
put documentation for these packages on the web.

Worg now contains a directory org-contrib with an index page
listing the available pages, with a brief description of what
the package is about.  Right now, there is only one item,
the documentation Tom Breton wrote for org-choose.el.

So this is a call for authors of contributed packages to
document their package here.

To start up this process,  I am looking for a volunteer, with
the following task:

Go through the file commentaries of stuff in Org's contrib
directory and extract information from the file commentaries to
create a page for each of these packages.  Making a start in
this way would be great, and package authors and users could
then improve on this with time.  Anyone???

Once this is done, I will replace the Extensions section in
the manual with a link to the Worg pages, which will then be
a much better way to browse and find packages.

Thanks

- Carsten___
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