[Orgmode] send mail without starting gnus first

2010-09-14 Thread Eraldo Helal
How can I send Mail without starting gnus beforehand.
I noticed that once I had started gnus at least once and then quit gnus...
I can send mail. However after rebooting and starting emacs...
I can not send any mail getting some error instead.
message-send-mail-with-sendmail: Sending...failed with exit value 1

Greetings from Austria,
Eraldo

___
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


Re: [Orgmode] day-agenda: show whole-day-events first

2010-06-07 Thread Eraldo Helal
Carsten Dominik carsten.domi...@gmail.com writes:

 Have you looked in the customization group org-agenda-sorting?
In fact I did, but I misunderstood that part (error on my side).
,
| ;; time-specific entries are below whole-day entries in agenda
| (setq org-sort-agenda-notime-is-late nil)
`
I tested that variable and found it to do what I intended.
Great Great Great Great =]
Thank you

Greetings from Austria,
Eraldo


PS:
Is there any way to get the deadlines to the end since they
are not directly part of the current date.
,[ I thought of leaving the deadlined events below like so: ]
| - day events
| - scheduled day events
| - time events
| - scheduled time events
| - deadlined events
`
 Maybe changing deadline warning days to 0 and adding a custom agenda
 block at the end showing  only the not today deadlines?

I also thought of making my own custom blocked day/week agenda view.
But they don't have the same functionality anymore as far as I got that.
(e.g. pressing c = goto calendar on that day, toggle grid, etc)

This is no biggie since I can toggle deadlines on/off with ! in the
day/week-agenda. :)


___
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] day-agenda: show whole-day-events first

2010-06-05 Thread Eraldo Helal
Right now (default), I get time specific entries shown before events
that last the whole day. I would however prefer to get whole-day
entries(no time) first and time-entries after.

org-agenda-sorting-strategy:
agenda
  habit-down time-up priority-down category-keep
,[ result (now) ]
| Day-agenda (W23):
| Monday  7 June 2010 W23
|   jku:12:45-15:15  Betriebssysteme
|   jku:15:30-18:45  Betriebswirtschaftslehre
|   review: Scheduled:  TODO daily review
|   event:  APPT TEX speech
`

,[ result (would like to have) ]
| Day-agenda (W23):
| Monday  7 June 2010 W23
|   event:  APPT TEX speech
|   jku:12:45-15:15  Betriebssysteme
|   jku:15:30-18:45  Betriebswirtschaftslehre
|   review: Scheduled:  TODO daily review
`
the Scheduled item can also go above the time-events if that is easier
to get.

Would be great if someone could enlighten me with the matching sorting
strategy. :)
Or suggest what else I could do/use instead.

Greetings from Austria,
Eraldo

___
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


Re: [Orgmode] insert a remember template at point

2010-06-01 Thread Eraldo Helal
Carsten Dominik carsten.domi...@gmail.com writes:

 currently there is no easy way to do this.
While I have hoped to hear the opposite, it's good to know the truth. :)

 One way to hack it would be to write a function that temporarily
 modifies to make
 all remember templates point to the current location.
I am again baffled how fast you get from request to code. ^^
I will definitely try out the function you posted.
Thanks a lot for that.
I will give feedback on it soon.

Is there anything else I can do (besides speeding up projects like
learning lisp) to make that feature part of remember?
That would go in org-remember if I understand that correctly.

Greetings from Austria,
Eraldo

___
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] language independent personal word list

2010-05-29 Thread Eraldo Helal
Problem:
  I would like to have a language independant personal word list for use
  with flyspell.

Reason:
  So that emacs knows that my name is not an error (by way of example).

Solution:
  ?

I have tried to set ispell-personal-dictionary, however since it uses
aspell the file needs to have such a format: .aspell.lang.pws where
lang is the language it is bound to. I tried to leave out the lang
and use a wildcard * but neither worked.

Help would be appreciated =]

Greetings from Austria,
Eraldo

___
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] insert a remember template at point

2010-05-29 Thread Eraldo Helal
How can I insert a remember template at point?

Until now I had identical remember templates and yasnippets.
This is only a workaround and I would prefer to be able to insert a remember 
template at point since I have found it to have features I could not reproduce.

Greetings from Austria,
Eraldo

___
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


Re: [Orgmode] QUESTION how to revert repeating sub-tasks?

2010-05-20 Thread Eraldo Helal
Carsten Dominik carsten.domi...@gmail.com writes:

 this is currently not possible - please take a look at org-
 checklist.el, maybe that is a way to address your wish.
Too bad.
I would prefer 'TODO's over checkboxes because that enables me to just
set one of them (sub-tasks) to another state
(e.g. STARTED/WAITING/ACTION/etc).
This helps to make them show up in the appropriate list... until all of
them are DONE.
In which case I could set the main task to DONE thus resetting the
sub-tasks to TODO.

I hope you get the idea ^^.
In any way, thank you for the idea.

 Otherwise, I guess I could make a hook that you could use to fix the
 issue for yourself.  I guess more than just witching the states would
 be need, for example cleaning up logging time stamps and notes???
For me, changing all 'DONE's to 'TODO's for all sub-tasks would be enough.

Greetings from Austria,
Eraldo

___
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] QUESTION how to revert repeating sub-tasks?

2010-05-17 Thread Eraldo Helal
link: how to revert repeating sub-tasks? http://openpaste.org/en/21646/

I have a repeating tasks that looks like this:
,
| * TODO daily review
|   SCHEDULED: 2010-01-01 .+1d
|   :LOGBOOK:...
|   :PROPERTIES:...
| ** TODO task A...
| ** TODO task B...
`

Problem:
After I have marked the sub-tasks and main task (in that order) done,
but the sub-tasks remain in 'DONE' state.

Longer problem description:
I have blocking enables, so I can only mark the main repeating task 'DONE'
after all the sub-tasks are 'DONE' as well.
The main repeating task (daily review) works great.
It reverts to 'TODO' with the new scheduled date (day after today)
and leaves a note in the 'LOGBOOK'.
However the sub-tasks remain in the 'DONE' state
instead of reverting to 'TODO' as well.

Example: (based on example above with current date being 2010-05-17)
- switched all sub-tasks to DONE
- switched the main task to DONE
current output:
,
| * TODO daily review
|   SCHEDULED: 2010-05-18 .+1d 
|   :LOGBOOK:...
|   :PROPERTIES:...
| ** DONE task A...
| ** DONE task B...
`

desired output:
,
| * TODO daily review
|   SCHEDULED: 2010-05-18 .+1d 
|   :LOGBOOK:...
|   :PROPERTIES:...
| ** TODO task A...
| ** TODO task B...
`

I would prefer 'TODO's instead of checkboxed if possible.
Any ideas how to get there?

Greetings from Austria,
Eraldo

___
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


Re: [Orgmode] huge font in column view

2010-05-10 Thread Eraldo Helal
Carsten Dominik carsten.domi...@gmail.com writes:

 Hi Eraldo,

 what is the spec of the face org-column in your setup?
Font: DejaVu Sans Mono
Height in 1/10 pt: 120
 Please read the docstring of that face and see if that helps
 you track down the problem.  Does it make a difference to
 specify the size for org-column explicitly?
Yes it does.

I have set '(set-face-attribute 'default nil :height 80)'
in my .emacs because I thought that changes the default font size (on
which the others are based on).

If that does not change it, how else can I change the default font size
(preferably without changing/defining the font family).

Thank you for that hint.

Greetings from Austria,
Eraldo

___
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] huge font in column view

2010-05-07 Thread Eraldo Helal
When I press 'C-c C-x C-c' on a headline in org-mode, I get into column view as 
expected, however the font is huuuge!
I remember seeing the same sized font when starting emacs without my config 
file.
I have set the font size for this very reason... but column mode seems to 
ignore it

According to what I read, column view gets the font size from the 'default 
font'.
Until now I thought I had changed the default font with '(set-face-attribute 
'default nil :height 80)'.
How else can I set the default font size? Or is the problem elsewhere?

Greetings from Austria,
Eraldo


___
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


Re: [Orgmode] Re: icalendar import in to Org mode

2010-05-02 Thread Eraldo Helal
Doug Hellmann doug.hellm...@gmail.com writes:

 My elisp skills weren't up to it, but I did write something in Python.
 It works with iCal.app on the Mac, but could be adapted for  any ICS
 input files.

 http://www.doughellmann.com/projects/ical2org/

Sounds good.

Could you maybe help me to adapt it for use on my Linux machine?
Why does it need an install?
Isn't that a script?

In any case... thank you for the link and the quick response.

Greetings from Austria,
Eraldo


___
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] nicely managing multiple calendars in the agenda

2010-05-01 Thread Eraldo Helal
I have switched to using org files as 'calendars'. (events.org, university.org, 
etc)
I am using the agenda to view them.

However I am still having some troubles with 2 things:
1. different colors for different calendars (e.g. entries from events.org in 
orange)
2. toggling the visibility of individual calendars

= 1
Would it be possible to use different faces for different files?
Or maybe even different faces for different categories?
, What I have:
|[blue ] Saturday1 May 2010
|[black]   events:  Adam's party
|[black]   events:  Magic show
|[black]   university:  10:15-12:00 Management test
`
, What I want:
|[blue  ] Saturday1 May 2010
|[orange]   events:  Adam's party
|[orange]   events:  Adam's party
|[purple]   university:  10:15-12:00 Management test
`

= 2
I do know that I can restrict the agenda to a single file,
but how can I toggle the visibility of a single file? (e.g. exclude one 
file)
Plus... Once I have toggled one file invisible...
I would need some kind of overview of which files(calendars) are hidden and 
which ones are still active.

One possible workaround would be using file-tags and filtering by them.
While I do like the idea, it still does not solve the issue of knowing
which files(calendars) are active and which ones are hidden at the moment.
Plus I would be even happier if we could find a solution without using tags.

A menu (just like the todo-kwd menu C-c t) would be ideal as an interface 
for toggling calendars
and getting an overview of the currently displayed ones.


___
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: changing Gnus paths: 'News' and 'Mail'

2010-05-01 Thread Eraldo Helal
Paul Mead paul.d.m...@googlemail.com writes:
 I use gnus-home-directory set to ~/Dropbox and the News and Mail
 directories were created relative to that path. I've just checked my
 .emacs and .gnus files and there is nothing else there relating to the
 home directory so it looks like that's all that's needed.

 In fact if you check the info on that variable it says 'All other Gnus
 file and directory variables are initialized from this variable.'

You are right, setting 'gnus-home-directory' alone is sufficient
(theoretically).
However, that alone triggered recreation of Mail ind News directories in
my home.
The solution for me was to move .newsrc and .newsrc-dribble to
the new location as well.

Thank you Paul.
And additional thanks to Sebastian Rose, Nicholas Dokos and
Eric S Fraga for your ideas and suggestions.

Greetings from Austria,
Eraldo


___
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: icalendar import in to Org mode

2010-05-01 Thread Eraldo Helal
Giles Chamberlin giles.chamberlin at tandberg.com writes:
 Living in a Microsoft Exchange world I get a lot of meeting requests
 from Exchange. iCalendar.el seems to be able to read these in to diary
 but I would far prefer to have them dropped in to my org files.
 
 Has anyone got this working?

That is exactly what I am looking for as well.
Unluckily my scripting skills are not good enough yet to transform a
diary file into org-mode format.

Please Giles keep me updated as soon as you find a solution.

Greetings from Austria,
Eraldo


___
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] changing Gnus paths: 'News' and 'Mail'

2010-04-30 Thread Eraldo Helal
Greetings Orgmoders

Problem description:

I want to get rid of the 'News' and 'Mail' directories in my home and
put them somewhere else instead:
'~/News' = '~/mypath/News'
'~/Mail' = '~/mypath/Mail'

Question: Which variables do I have to change so that gnus won't have
troubles with moving those directories?

E.g.: If I change 'gnus-home-directory' from '~/' to '~/mypath/', will
gnus-directory change to '~/mypath/News' or will it still be '~/News'?
Making it necessary for me to change it as well. (and maybe others too?)


Greetings from Austria,
Eraldo


___
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: [OT] Re: Org mode and emacs email

2010-04-08 Thread Eraldo Helal
Henri-Paul Indiogine hindiog...@gmail.com writes:
 I would like to truncate the subject line.  Right now it wraps to the
 next line and that does not look well.

 Anyone knows how to do that?

I am very new to all this, but...
how about turning off line wrapping in that buffer?

Greetings,
Eraldo


___
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] stuck todos agenda view

2010-03-20 Thread Eraldo Helal
I want to make an agenda view for todos older than 7 days sorted by
oldest date first.

My TODOs have a timestamp inside the logbook which shows when they got
the TODO status.
*** TODO headline
:LOGBOOK:
- State TODO from[2010-03-20 Sat 19:39]
:END:
How can I get an Agenda view, showing only TODOs with the most recent
timestamp older than 7 days.
And then if possible sorting them so that the oldest todo is shown fist.

Any ideas how such a view could be configured/coded?
Are there options already present with which I can get such a view?

Greetings from Austria,
Eraldo


___
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


Re: [Orgmode] keep newlines on pdf export

2009-12-16 Thread Eraldo Helal
Hi Carsten

 I am always much more interested in thinking about a solution
 if I am not just presented with an abstract wish, but rather
 with a concrete example where this might be useful.
First of all I want to thank all of you (again) for this great mailing-list.
I am a great fan of the idea of writing an org file and being able to
export it to differnt formats as desired. (ASCII, html, pdf, etc)
In my case the absence of consistent newlines (as present in html
export) was not that much of a problem because the document
(scientific article on complex numbers) does not need to be exported
to html at all... so I just added \\ to the end of every line.
Nontheless I took notice of the problem and wanted to get and give
some feedback.

Greetings from Austria,
Eraldo


___
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] footnote: org latex

2009-12-16 Thread Eraldo Helal
Org-mode source file:
 - OSD[fn:OSD]
 - OSD[fn:OSD]
...
[fn:OSD] OSD: open source definition


Resulting PDF:
 • OSD¹
 • OSD$^1$
...
---
 ¹OSD: open source de nition

What I want is to be able to have multiple footnotes leading to the
same reference.
I tried to do footnotes with different syntaxes but I could not manage
to get it.

Example:
Open source is defined by the OSD¹.
The OSD¹ definition is written in the form of guidelines.
The GPL² plays an important role talking about licensing.


¹ OSD: open source definition
² GPL: General Public License

Am I using the wrong syntax or is it a bug?
Any idea how to fix it?

Greetings from Austria,
Eraldo


___
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


Re: [Orgmode] keep newlines on pdf export

2009-12-14 Thread Eraldo Helal
 org-to-pdf is really org-to-latex-to-pdf, and generally
 speaking[1] newlines in latex are not significant. One way
 to make them significant is

 line1\\
 line2\\
 line3

This is what I am doing now as a workaround.
I know that inside latex it does not make sence...
but afaik one of the ideas behind org is that you can write plain text
and the exporter does the markup.
The \n:t option should tell the latex exporter to put a \\ at the
end of each linebreak.
At least that is what I would wish. :)

Greetings from Austria,
Eraldo


___
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


Re: [Orgmode] keep newlines on pdf export

2009-12-14 Thread Eraldo Helal
One other reason behind this is that I can not export my document to
html anymore after I added \\ at the end of every line... well I can
but it does not look the way I want it to be. =]


___
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] keep newlines on pdf export

2009-12-13 Thread Eraldo Helal
When I export an org file like the following to pdf:
test.org
 line1
 line2
 line3

what I get is:
test.pdf
 line1 line2 line3

however, I would like to get the following in the pdf:
test.pdf
 line1
 line2
 line3

How can I get pdf export to keep my org newlines?
Remark: I do have \n:t set in my options line.


___
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


Re: [Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-21 Thread Eraldo Helal
It seems to me that they need to be inside because otherwise the page does
not validate.

Eraldo
___
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: html export - howto change UP|HOME link style?

2009-11-21 Thread Eraldo Helal

 I believe this may apple for the body tag.  However, I was talking about
 the content div, which is something we have in orgmode to give people
 something to hook their css on.
 - Carsten


Oh, I see. =]
I am working on making a homepage with org-mode a.t.m.: http://eraldo.org/
Let's see if the home|up links will validate after my next git update.
___
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: html export - howto change UP|HOME link style?

2009-11-17 Thread Eraldo Helal
Thanks again for this Sebastiran!
Will this be changed in newer versions of orgmode?
If so... I will just wait.

Greetings from Austria,
Eraldo
___
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: html export - howto change UP|HOME link style?

2009-11-15 Thread Eraldo Helal
 This patch fixes it. I've put the LINK_UP and ..._HOME directly after
 the body tag:

 body
   -  HERE ---
  div id=content

 How can I now style them with css ...without messing with the other links?
 By defining links in body for UP and HOME and defining links again in
content for rest?

Eraldo
___
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] html export - howto change UP|HOME link style?

2009-11-14 Thread Eraldo Helal
How can I make style changes to UP and HOME links? (#+LINK_UP/HOME)
without messing with the other link styles?
___
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 flag in mode-line?

2009-10-20 Thread Eraldo Helal
That will not work on my system since my org files are spread across
maaany gigabytes of files.
But thanks for the feedback.
Any other ideas?


___
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] global config for table and export style

2009-10-19 Thread Eraldo Helal
Thank you!

I underestimated the customize search.
Thank you Carsten for reminding me.
This is exactly what I was looking for.

MfG
Eraldo


___
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] use todo-keyword to assign category

2009-10-19 Thread Eraldo Helal
Great James!

Thank you very much for this function!
That will update the prop if I change the headline wording, right?
Nice to know that others use it in a similar way!
Maybe it would still be a nice idea to have the possibility of having
the headline itself be the category.
Until then I will gratefully use your code.

Eraldo (happy about the good news)


___
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] use todo-keyword to assign category

2009-10-19 Thread Eraldo Helal
sounds good...
thanks again


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

2009-10-19 Thread Eraldo Helal
I would like to have a list of all agenda files
where each item links to its file.
This would be great for doing my weekly review since in my system all
agenda files need to be viewed weekly.
It could also be added to the agenda menu (C-c a) as an option.

Workaround:
Because I don't know how to get a nice looking list of all my agenda files...
shabble came up with some code which I modified and the result is below:

;; list all agenda-files (linking to them) in a new buffer
(defun list-agenda-files()
  Create a list of all org-agenda files as org-mode links
  (interactive)
  (let ((list-buf (get-buffer-create *org-agenda-files*)))
(with-current-buffer list-buf
  (erase-buffer)
  (insert Agenda Files:\n)
  (dolist (file org-agenda-files)
(let
((desc (first (split-string (file-name-nondirectory file) 
\\.org$
(insert (concat - [[ file ][ desc ]]\n))
)
  )
  (org-mode)
)
(switch-to-buffer list-buf))

If anyone else has use for this please give some feedback.
If someone could help us make this code more mature... please do the same.

Greetings,
Eraldo


___
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: agenda files list

2009-10-19 Thread Eraldo Helal
code update:

;; list all agenda categories (linking to their files) in a new buffer
(defun orgx-list-agenda-files()
  Create a list of all org-agenda files as org-mode links
  (interactive)
  (let ((list-buf (get-buffer-create *org-agenda-files*)))
(with-current-buffer list-buf
  (erase-buffer)
  (insert * Org Agenda Files\n)
  (dolist (file org-agenda-files)
(let ((desc (file-name-sans-extension (file-name-nondirectory file
(insert (concat - [[ file ][ desc ]]\n)
(switch-to-buffer list-buf))
  (org-mode)
  (goto-char (point-min))
  (org-cycle '(3)))


___
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 flag in mode-line?

2009-10-19 Thread Eraldo Helal
Sometimes I am not sure if the current buffer has been added to the
agenda or not.
In such cases I use the key combinations (C-[ C-]) to add the file
to or move from the agenda.

So I thought why not have a symbol/flag/letter/etc in the mode-line
showing me if the current file is part of the agenda or not.

Has anyone done this?
Anyone else interested in such an option?

Greetings,
Eraldo


___
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] global config for table and export style

2009-10-18 Thread Eraldo Helal
how can I globally:
- make exporting tables with borders the default  #+ATTR_HTML:
border=2 rules=all frame=all
- make html export aware of line breaks  #+OPTIONS: \n:t

in other words...
how can I set
- #+ATTR_HTML: border=2 rules=all frame=all
- #+OPTIONS: \n:t
in my .emacs file?

Greetings,
Eraldo


___
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] global config for table and export style

2009-10-18 Thread Eraldo Helal
Yup...
Thank you for your feedback...
However this solution conflicts with some publish settigs of mine  ;; timestamps

I would still prefer a global setting if that is possible.
I prefer my tables to be with borders in any file!
The same holds true for html export.


___
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] howto view all categories

2009-10-18 Thread Eraldo Helal
Is there a method with which I can view all categories that I have?
(including the default ones defined by filename)


___
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] use todo-keyword to assign category

2009-10-18 Thread Eraldo Helal
ISSUE:

I have a keyword CATEGORY which I use on headlines to make me aware
that they define a category for everything below them.

example:
file: school.org
* CATEGORY English
#+CATEGORY: English
** PROJECT presentation org-mode
*** TODO call Tom: beamer
*** TODO search pictures
** TODO homework p. 42
* CATEGORY Math
#+CATEGORY: Math
** TODO homework sheet Nr. 4
...

Is it possible to let emacs know that every headline with the
CATEGORY todo-keyword should be used as a category?
 If not... I think it would be a great feature to add!

ADVANTAGES:

this would bring the following advantages:
- I would not have to add #+CATEGORY: nor type the same words as the
headline after it
- I could define a category by using my todo-keyword menu. with
shortcuts and fast selection!
- I could use the agenda view to get a list of all categories defined
in that way... and be able to filter them!

WORKAROUND:

Until then I have to add #+CATEGORY: repeat headline words on
every such headline and be aware that changing the headline does not
change the category wording.

 PROBLEM: more work, redundant

or

use the CATEGORY todo-keyword without #+CATEGORY
 this however would result in the following Agenda buffer for our example:
school: TODO call Tom: beamer
school: TODO search pictures
school: TODO homework p. 42
school: TODO homework sheet Nr. 4

 PROBLEM: agenda buffer unclear (school is not precise enough)


Any ideas on how to get there or feedback on the idea?

Greetings from Austria,
Eraldo


___
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: add a whole directory as one item to refile targets

2009-10-17 Thread Eraldo Helal
Thank you very much for sharing this!
That seems to be more than what I need.

A waaay easier solution would be to be able to refile/save a headline
to a non-predefined target.
 just like it is the case with find file  (C-x C-f)
in other words: being able to find a file to use as refile target
(if it does not exist  create)

Wouldn't that be an awesome option?

Greetings,
Eraldo


___
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: add a whole directory as one item to refile targets

2009-10-17 Thread Eraldo Helal
 For example (untested)

 (defun my-refile-to-reference ()
  (interactive)
  (let ((org-refile-targets (list (directory-files ~/Reference/ 'full
 *.org)
                                  '(:maxlevel . 1
     (call-interactively 'org-refile)))

 Would offer all top-level headlines in any org files in the ~/Reference
 directory

directory-files only outputs directories but no .org files
therefore with the pattern *.org as a filter ... nothing is returned!

But I like the idea a lot!
Should directory-files list all files inside a directory?

Greetings,
Eraldo


___
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] all org files from directory as refile targets (recursive)

2009-10-17 Thread Eraldo Helal
I want to have all org files inside my directory ~/reference/ to be
refile targets.

~/reference/a/a.org
~/reference/b/b.org
~/reference/c/c.org
~/reference/c/c.ods
~/reference/d/d.org
~/reference/d/d.txt
...

I want all files ending in .org located somewhere inside (recursive)
~/reference/ to be refile targets.
in the example it would be the files: a.org b.org c.org and d.org

I tried:
(find-lisp-find-files ~/reference/ \.org$)
but I got the following error:
(error Variable binding depth exceeds max-specpdl-size)

How (else) can I move a headline to a file that is not part of my agenda?
Any fix for my refile-targets issue?

Greetings,
Eraldo


___
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: add a whole directory as one item to refile targets

2009-10-12 Thread Eraldo Helal
 What is Reference/ supposed to be in this case -- a directory?  Refiling
 only works to headings (or top level headings) in files in org-mode IIRC.
Yes it is supposed to be a directory...

I have org files in many directorys... about like so:
 reference/emacs/emacs.org
 reference/eros/eros.org
 reference/Avalon/Avalon.org
 reference/Gimp/Gimp.org
 reference/office/office.org
 reference/home/home.org
 reference/poems/poems.org
...

What would be a smart way to get a headline from the file inbox.org
named * Erich Fried poems to poems.org?
Considering that poems.org is not part of the agenda nor a refile target.

What I am doing until now is:
 folding the headline (tab)
 cutting the headline (C-k)
 making a split screen (C-x 2)
 changing buffer (C-x o)
 opening poems.org (C-x C-f reference/poems/poems.org)
 pasting headline (C-y)
 changing buffer (C-x o)
 removing split view (C-x 1)

Poems.org is not part of the agenda because it is reference material
and not an active file.
It is also not a refile target because I would have to make every .org
file in all subdirectories a refile target and sometimes the
appropriate file does not yet exist, in which case I need to create
it.

Any ideas?
Do I need to further try to make clear what I mean?

Greetings,
Eraldo


___
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] newline in tag menu not working after groupend

2009-10-12 Thread Eraldo Helal
 :endgroup already make a newline, so the extra ones are ignored.


What if I want something like this:

| { [a] antwhere[c] call[i] internet   [p] pharmacy }
|
| [p] Person1[q] Person2(...etc)


How an I get the empty like in between there?
If I do not use a group... it does work!  (with :newline)

| [a] antwhere[c] call[i] internet   [p] pharmacy
|
| [p] Person1[q] Person2(...etc)


at the moment all I get is this:

| { [a] antwhere[c] call[i] internet   [p] pharmacy }
| [p] Person1[q] Person2(...etc)

or the following:;; if I add the :newline after the last group
item and before the group is closed

| { [a] antwhere[c] call[i] internet   [p] pharmacy
| }
| [p] Person1[q] Person2(...etc)


Greetings,
Eraldo


___
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] newline in tag menu not working after groupend

2009-10-10 Thread Eraldo Helal
with the following code set in my .emacs file:

(setq org-tag-alist '((:startgroup . nil)
  (anywhere . ?a) (call . ?c) (internet .
?i) (errand . ?e) (home . ?h) (school . ?s)
  (:endgroup . nil)
  (:newline)
  (:newline)
  (EraldoHelal) (OtherPerson)
 )

There is no newline.
It seems to me as if it does not work after (:endgroup . nil) if I
do it like this instead:

(setq org-tag-alist '((:startgroup . nil)
  (anywhere . ?a) (call . ?c) (internet .
?i) (errand . ?e) (home . ?h) (school . ?s)
  (:endgroup . nil)
  (EraldoHelal) (:newline) (:newline) (OtherPerson)
 )

I do get a newline... however that is not the place I want it to be.

Greetings,
Eraldo


___
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 prefix - fixed/max width

2009-10-07 Thread Eraldo Helal
(setq org-agenda-prefix-format  %-8.8:c )

Works great! =]


___
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 prefix - fixed/max width

2009-10-06 Thread Eraldo Helal
Awesome!
Thank you Carsten!

| Why do you define categories longer than 7 characters if you don'e
want to display them?
 because sometimes the filename is used and I don't want to truncate it.

Greetings,
Eraldo


___
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 prefix - fixed/max width

2009-10-05 Thread Eraldo Helal
I have set org-agenda-prefix-format to: (org-agenda-prefix-format  %-8:c )
making the agenda look like so:

 home:[ ] brainstorm redesign home
 evening school: [ ] chose DE spec.
 evening school: [ ] ask Lea re: spec topics
 evening school: [ ] brainstorm Learners Group
 eraldo:  [ ] brainstorm 4 perspectives

If I change it to  %8:c  I get that:

home: [ ] brainstorm redesign home
 evening school: [ ] chose DE spec.
 evening school: [ ] ask Lea re: spec topics
 evening school: [ ] brainstorm Learners Group
  eraldo: [ ] brainstorm 4 perspectives

but what I want is this:  ;; limiting prefix to 7 characters

 home:[ ] brainstorm redesign home
 evening: [ ] chose DE spec.
 evening: [ ] ask Lea re: spec topics
 evening: [ ] brainstorm Learners Group
 eraldo:  [ ] brainstorm 4 perspectives

In other words: having a fixed prefix length resulting in showing only
the set amount of characters.
Why? Because it lines up the check boxes [ ] which is handy and
looks nice for printing.
I have some long category names / file names ... making the prefix
verrry long no matter what setting I use at the moment. :(

Any ideas how to fix that?
Would be awesome if someone could help me get there. =]

Greetings from Austria,
Eraldo


___
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] add a whole directory as one item to refile targets

2009-10-04 Thread Eraldo Helal
If I do C-c C-w (refile), I get the following:

NOW:
 Click mouse-2 on a completion to select it.
 In this buffer, type RET to select the completion near point.

 Possible completions are:
 done.org/  eraldo.org/ inbox.org/

WANTED:
 Possible completions are:
 done.org/  eraldo.org/ inbox.org/ Reference/

In other words...
I would like to have a whole directory as one item listed in my refile targets.


Greetings from Austria,
Eraldo  Lea


PS:
Another possibility would be to be able to refile to any other place
apart from the defined ones via prefix or shortcut.


___
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-agenda-suffix-format ?

2009-10-04 Thread Eraldo Helal
It could be placed before or after the tags.
For export and printing I would still like this feature. :)


___
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-agenda-suffix-format ?

2009-09-16 Thread Eraldo Helal
In one of my agenda views I have org-agenda-prefix-format setup like this:
(org-agenda-prefix-format  %-8:c )
The whole thing then looks like that:
eraldo:  TODO clean garage
In this example eraldo is the name of the org file  eraldo.org
I would like to have the same thing just not at the begining of the like...
like this:
TODO clean garageeraldo
Is that possible?

I thought if there is an agenda prefix... why not have an agenda suffix?

Pleas let me know your ideas.
Greetings and thanks,
Eraldo
___
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] error starting the agenda with stuck projects enabled

2009-06-21 Thread Eraldo Helal
 I am unable to reproduce this problem.  It might already help if you produce
 the backtrace with uncompiled code as described here:
That is what I did... (as mentioned in the mail)
 I used the uncompiled version of org-mode (C-u M-x org-reload)

Eraldo


___
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-mode-hook not started on auto-mode-alist

2009-06-21 Thread Eraldo Helal
In deed it is weird... Thumper tried to help me but ran out of ideas as well.

Greetings,
Eraldo


___
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] error starting the agenda with stuck projects enabled

2009-06-20 Thread Eraldo Helal
I get an error while starting the agenda if I have my stuck projects
string active (not quited out)

The Backtrace is attached to this email.

Org-version: 6.27trans
Emacs-version: 23.0.91.1
I used the uncompiled version of org-mode (C-u M-x org-reload)
If I leave the stuck project definition commented out, then the agenda
starts up as intended.
I have tested many variants of the stuck project code line... but this
does not seem to be the problem.

(setq org-stuck-projects '(+PROJECT/-FINISHED-STOPPED (TODO
ACTION WAITING PROJECT) nil  ))

 org-stuck-projects is a variable defined in `org-agenda.el'.
 Its value is
 (+LEVEL=2/-DONE
  (TODO NEXT NEXTACTION)
  nil )

It would be great if someone could help me find and fix this problem.

Thanks and greetings,
Eraldo
Debugger entered--Lisp error: (wrong-type-argument sequencep setq)
  byte-code(Æ ˆÇÈ!ˆÉ ˆÊcˆË `̓Í=ƒÎÏ!ˆÐÑÌÍ#ˆÒ•Ó |ˆÏuˆÔÕ!ˆÒ•Ó 
|ˆҕ̓ˆbˆ`d|ˆ\n�...@‰ƒ3\f@...@@Ö\f8A×\f8B
GÏVƒrØÙÚ
!\ˆ‚EÛÜÝÞ
!ß\à...@\ƒ�...@‚aâ=ƒ’ã‚aä=ƒå‚aæ=ƒ¨ç‚aè=ƒ³é‚aê=ƒ¾ë‚aì=ƒÉí‚aî=ƒÔï‚að=ƒßñ‚aò=ƒêó‚aô=ƒõõ‚öa!ƒ
A9ƒ   
÷A!‚ø‚ùB;ƒÝBÌúû$‚-Bƒ,ÛüBG\‚-ý$cˆ‚Eƒþÿ\ˆebˆCƒVKd!„^L
 ˆ‚^ÍCL ˆMND„nEƒŽEƒyO‚FƒˆہPF\‚Q‚ý\ˆR 
GMý!ˆSTG!   
\ƒÆHTG!PHUVHFB\ˆ‚GƒôHTG!PH̆á́ẂXY 
\\‰‚D„GZƒM[!ˆ\\ 
ˆ]Ï!ˆ‚G^=ƒ1_`!ˆaF‚Gb=ƒU_`!ˆIƒMc‚PdF‚Ge=ƒ•_`!ˆFa=ƒ€Iƒzc‚d‚Ffƒ̂aF‚Gg=ƒ¬_`!ˆÌF‚HýšƒÓGhƒÓUVTG!‰HFB\ˆ‚HGÒVƒóGi=ƒój
 ˆkJ!ˆ‚Glšƒmn!ˆ‚moG\ˆ‚ [header-end custom custom1 
rmheader entry key delete-other-windows org-switch-to-buffer-other-window  
*Agenda Commands* erase-buffer #(\nPress key for an agenda command:  
 Buffer, subtree/region restriction\n  
 Remove restriction\na   Agenda for current week or day  e   Export agenda 
views\nt   List of all TODO entriesT   Entries with special TODO 
kwd\nm   Match a TAGS/PROP/TODO queryM   Like m, but only TODO 
entries\nL   Timeline for current buffer #   List stuck projects 
(!=configure)\ns   Search for keywords C   Configure custom 
agenda commands\n/   Multi-occur\n 41 42 (face bold) 120 121 (face bold) 143 
144 (face bold) 183 184 (face bold) 207 208 (face bold) 247 248 (face bold) 281 
282 (face bold) 321 322 (face bold) 355 356 (face bold) 395 396 (face bold) 420 
421 (face bold) 433 434 (face bold) 473 474 (face bold) 510 511 (face bold)) 
make-marker nil t goto-line 1 re-search-forward : 0 point-at-eol looking-at 
-+ 2 3 add-to-list prefixes string-to-char format \n%-4s%-14s: %s 
org-add-props copy-sequence (face bold) string-match \\S- agenda Agenda for 
current week or day alltodo List of all TODO entries search Word search 
stuck List of stuck projects todo TODO keyword tags Tags query tags-todo 
Tags (TODO) tags-tree Tags tree ...] 10)
  byte-code(ÆÇ !‰…\f È=É \fÊ
ˉˉˉˉˉˉ̋.‡ [bfn major-mode restrict-ok region-p 
org-agenda-custom-commands custom buffer-file-name buffer-base-buffer org-mode 
org-region-active-p  nil ((byte-code Æ ˆÇÈ!ˆÉ ˆÊcˆË `̓  
Í=ƒÎÏ!ˆÐÑÌÍ#ˆÒ•Ó |ˆÏuˆÔÕ!ˆÒ•Ó 
|ˆҕ̓ˆbˆ`d|ˆ\n�...@‰ƒ3\f@...@@Ö\f8A×\f8B
GÏVƒrØÙÚ
!\ˆ‚EÛÜÝÞ
!ß\à...@\ƒ�...@‚aâ=ƒ’ã‚aä=ƒå‚aæ=ƒ¨ç‚aè=ƒ³é‚aê=ƒ¾ë‚aì=ƒÉí‚aî=ƒÔï‚að=ƒßñ‚aò=ƒêó‚aô=ƒõõ‚öa!ƒ
A9ƒ   
÷A!‚ø‚ùB;ƒÝBÌúû$‚-Bƒ,ÛüBG\‚-ý$cˆ‚Eƒþÿ\ˆebˆCƒVKd!„^L
 ˆ‚^ÍCL ˆMND„nEƒŽEƒyO‚FƒˆہPF\‚Q‚ý\ˆR 
GMý!ˆSTG!   
\ƒÆHTG!PHUVHFB\ˆ‚GƒôHTG!PH̆á́ẂXY 
\\‰‚D„GZƒM[!ˆ\\ 
ˆ]Ï!ˆ‚G^=ƒ1_`!ˆaF‚Gb=ƒU_`!ˆIƒMc‚PdF‚Ge=ƒ•_`!ˆFa=ƒ€Iƒzc‚d‚Ffƒ̂aF‚Gg=ƒ¬_`!ˆÌF‚HýšƒÓGhƒÓUVTG!‰HFB\ˆ‚HGÒVƒóGi=ƒój
 ˆkJ!ˆ‚Glšƒmn!ˆ‚moG\ˆ‚ [header-end custom custom1 
rmheader entry key delete-other-windows org-switch-to-buffer-other-window  
*Agenda Commands* erase-buffer #(\nPress key for an agenda command:  
 Buffer, subtree/region restriction\n  
 Remove restriction\na   Agenda for current week or day  e   Export agenda 
views\nt   List of all TODO entriesT   Entries with special TODO 
kwd\nm   Match a TAGS/PROP/TODO queryM   Like m, but only TODO 
entries\nL   Timeline for current buffer #   List stuck projects 
(!=configure)\ns   Search for keywords C   Configure custom 
agenda commands\n/   Multi-occur\n 41 42 ... 120 121 ... 143 144 ... 183 184 
... 207 208 ... 247 248 ... 281 282 ... 321 322 ... 355 356 ... 395 396 ... 420 
421 ... 433 434 ... 473 474 ... 510 511 ...) make-marker nil t goto-line 1 
re-search-forward : 0 point-at-eol 

[Orgmode] org-mode-hook not started on auto-mode-alist

2009-06-20 Thread Eraldo Helal
org-mode-hook not started on auto-mode-alist
doing M-x org-mode puts (Org Fly yas) in the mode list
starting an .org file ends up with only (Org) in the mode list!

it seems like the org-mode-hook isnot executing (maybe)

I have no idea on what to try next.


Greetings from Austria,
Eraldo


___
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] timer for a task

2009-05-25 Thread Eraldo Helal
Sounds good to me.

Eraldo

On Mon, May 25, 2009 at 12:30, Konstantin Antipin
antipin.konstan...@googlemail.com wrote:
 Hi Daniel,
 Yes, you are right indeed. I am talking about effort estimates - I'v
 missed this chapter for some reason from the manual.
 I like the idea you proposed - to show how much time is left in the
 mode line. And I think I am going to write necessary code for this.

 Or, may be someone has even better idea?

 best,
 Konstantin

 On Mon, May 25, 2009 at 11:25 AM, Daniel Clemente n142...@gmail.com wrote:

 Hi.
  I suppose you talk about estimated efforts. I also have noticed that I work 
 better if I have defined them, but it is very easy to miss them and work on 
 a task more time than planned.
  An easy improvement would be to show at the mode line not only how much 
 time you have worked on the current task but also the remaining time 
 according to your effort estimate. And if it comes to 0, highlight it 
 noticeably.

  Other useful things to show would be the *total* elapsed time (not only the 
 elapsed time of the last C-c C-x C-i) or directly the effort estimate 
 (instead of the remaining time, the total time).

  And as you say, an alarm would be useful.

 -- Daniel

 El dl, mai 25 2009, Konstantin Antipin va escriure:
 Hi everybody!
 I am constantly trying to be more productive, and there is one thing
 that I noticed:
 If you give yourself a specific time for a task, then you tend to
 finish this task in this time. It helps to stay focused and do stuff
 that is most important.

 So, the question is - Is there any way to set a timer on a taks, and
 get a bell when it is expired?
 Some time before I even wrote a small extension that helps me to do
 that http://www.emacswiki.org/emacs/tea-time
 But now I am thinking - is there an orgmode-way to do that? It would
 be great to integrate it with great time tracking system, for
 example...
 If nobody uses proposed feature, please give me a hint how it would be
 best to do that.


 my best,
 Konstantin


 ___
 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


Re: [Orgmode] howto refile to non-agenda file?

2009-05-25 Thread Eraldo Helal
Thank you Matt!

This helped me a lot!

Greetings,
Eraldo


___
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] howto refile to non-agenda file?

2009-05-25 Thread Eraldo Helal
At the moment I use:
(setq org-agenda-files (list org-directory))
to define which files should be used by the agenda.

However, I would like to exclude one file sitting in this directory
without having to put it in a subdirectory.

How would/could I do that... any idea?

Eraldo

On Tue, May 26, 2009 at 03:15, Eraldo Helal era...@eraldo.at wrote:
 Thank you Matt!

 This helped me a lot!

 Greetings,
 Eraldo



___
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] howto refile to non-agenda file?

2009-05-24 Thread Eraldo Helal
howto refile to non-agenda file?

I want to be able to refile projects to a reference.org file.
At the moment, if I create that file in the same directory as eraldo.org,
it will show up as refile option, but also in the agenda!

Another question I have is: How can I refile an item or tree to a new file?

Greetings,
Eraldo


___
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] Release 6.27

2009-05-23 Thread Eraldo Helal
Great work!
I love the development speed of Org... .oO( I still have to learn to cope
with it, but I love it *g* )

Greetingsand thanks,
Eraldo

On Sat, May 23, 2009 at 08:52, Russell Adams rlad...@adamsinfoserv.comwrote:

 Carsten,

 Exciting new stuff! Kudos to you and all the contributors!

 Thanks.

 On Sat, May 23, 2009 at 08:35:59AM +0200, Carsten Dominik wrote:
  Hi,
 
  I am finally releasing Org-mode 6.27, with lots of bug fixes
  and some new stuff as well.
 
  Enjoy!
 
  - Carsten
 
 
  Changes in Version 6.27
  ===
 
  Macros for export
  ==
 
  Macro processing for export has been enhanced:
 
  - You can use arguments in a macro, for example
#+macro hello Greet the $1: Hello $1
 
which would turn `{{{hello(world)}}}' into `Greet the world: Hello
  world'
 
  - The macro value can be an emacs-lisp for to be evaluated at the
time of export:
 
#+macro: datetime (eval (format-time-string $1))
 
 
  - More built-in default macros:
date(FORMAT_TIME_STRING): Time/Date of export
time(FORMAT_TIME_STRING): Same as date
modification-time(FORMAT_TIME_STRING): Last modification of file
input-file: Name of the input file
 
The new built-in macros have been requested by Daniel Clemente.
 
  Link completion for files and bbdb names
  =
 
  Org now has a general mechanism how modules can provide enhanced
  support (for example through completion) when adding a link.  For
  example, when inserting a link with `C-c C-l', you can now type
  `file:' followed by `RET' to get completion support for inserting
  a file.  After entering `bbdb:' and `RET', a completion interface
  will allow to complete names in the BBDB database.  These are the
  only ones implemented right now, but modules that add a link type
  `xyz:' can simple define `org-xyz-complete-link' that should
  return the full link with prefix after aiding the used to create
  the link.  For example, if you have `http' links that you have to
  insert very often, you could define a function
  `org-http-complete-link' to help selecting the most common ones.
 
  Source file publishing
  ===
 
  It is now easy to publish the Org sources along with, for
  example, HTML files.  In your publishing project, replace
 
  :publishing-function org-publish-org-to-html
 
  with
 
   :publishing-function (org-publish-org-to-html org-publish-org-to-org)
   :plain-source t
   :htmlized-source t
 
  to get both the plain org file and an htmlized version that
  looks like your editing buffer published along with the HTML
  exported version.
 
  Push exported stuff to kill ring
  =
 
  All exporters now push the produced material onto the kill-ring
  in Emacs, and also to the external clipboard and the primary
  selection to make it easy to paste this under many circumstances.
 
  Tables in LaTeX without centering
  ==
  Set the variable `org-export-latex-tables-centered' to nil if you
  prefer tables not to be horizontally centered.  Note that
  longtable tables are always centered.
 
  LaTeX export: TODO markup configurable
  ===
 
  The markup for TODO keywords in LaTeX export is now configurable
  using the variable `org-export-latex-todo-keyword-markup'.
 
  ASCII export to buffer
  ===
 
  ASCII export has now the same command variations as the other
  export backends, for example exporting to a temporary buffer
  instead of a file.
 
  The was a request by Samuel Wales.
 
  Accessibility improvements for HTTP tables
  ===
 
  When exporting tables to HTML, Org now adds `scope' attributes to
  all header fields, in order to support screen readers.
  Setting the variable
  `org-export-html-table-use-header-tags-for-first-column' will
  request using `th' instead of `td' also in the entire first
  column, so that also row information can be scoped.  This was
  triggered by a request by Jan Buchal, and as usually Sebastian
  Rose came up with the right implementation.
 
  Timezone information in iCalendar files
  
 
  The timezone information in iCalendar files is now written in the
  correct format, and can be set in the variable
  `org-ical-timezone'.  This variable is initialized from the `TZ'
  environment variable.
 
  New contributed package org-special-blocks.el
  ==
 
  The package turns any undefined `#+begin_...' blocks into LaTeX
  environments for LaTeX export, and into `div' tags for HTML
  export.
 
  Thanks to Chris Gray for this contribution.
 
  More flexibility about placing logging notes.
  ==
 
  Logging into a drawer can now also be set for individual
  subtrees using the `LOG_INTO_DRAWER' property.
 
  Requested by Daniel J. Sinder
 
  

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-19 Thread Eraldo Helal
On Tue, May 19, 2009 at 05:01, Manish mailtomanish.sha...@gmail.com wrote:

 Of course, I do not know elisp nor do I understand Org internals so
 the idea might just be nonsense from an implementation perspective.

Nonsense or not I like the idea a lot!

It would be of great help to me.

personally I would only need one parent (the inner most) headline.
In your example that would the following:
Make a plan TODO Print a trillion dollars
but
[Take over the world/Make a plan] TODO Print a trillion dollars
is even better if the level can be customized and the order reversed.

The agenda has a prefix by default... maybe that could be/get used.

Greetings from Austria,
Eraldo
___
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] Show parent PROJECTS for an item

2009-05-19 Thread Eraldo Helal
My wording!
You seem to have found a comrade.
I would further suggest getting in touch (apart from the mailing list and
exchanging ideas and current setup).

On Tue, May 19, 2009 at 23:27, Marcelo de Moraes Serpa
celose...@gmail.comwrote:

 Wow, didn't think this observation would generate so much buzz :) Great to
 know other org-mode users feel the need for it too.

 Another aspect is that when you archive and item (when it's DONE) it's nice
 to know it's context. If you have a NEXT ACTION that belongs to a project
 and this specific NA is already DONE, if you archive it you'll loose
 context. (you might want to data mine the archive file later, never knows
 :)).

 Anyway, as you could note, these additions are GTD-specific, since I'm a
 GTD-proponent. And org-mode was so far the best system to implement GTD
 after plain paper.

 Maybe we could create a GTD extension to org-mode? I'd love to help in the
 development, but I have no idea on how the code is structured and or how
 easy is to add / modify current features (coupling, plugin model, etc). Is
 there any document that explains it?

 Thanks,

 Marcelo.

 On Tue, May 19, 2009 at 10:48 AM, Eraldo Helal ad...@eraldo.at wrote:

 On Tue, May 19, 2009 at 05:01, Manish mailtomanish.sha...@gmail.comwrote:

 Of course, I do not know elisp nor do I understand Org internals so
 the idea might just be nonsense from an implementation perspective.

 Nonsense or not I like the idea a lot!

 It would be of great help to me.

 personally I would only need one parent (the inner most) headline.
 In your example that would the following:
 Make a plan TODO Print a trillion dollars
 but
 [Take over the world/Make a plan] TODO Print a trillion dollars
 is even better if the level can be customized and the order reversed.

 The agenda has a prefix by default... maybe that could be/get used.

 Greetings from Austria,
 Eraldo

 ___
 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] Show parent PROJECTS for an item

2009-05-19 Thread Eraldo Helal
On Wed, May 20, 2009 at 00:29, Matthew Lundin m...@imapmail.org wrote:

 Org-mode already can save context info as properties. See the variable
 org-archive-save-context-info.

I do not have this variable (Org-Version:6.26trans).

Eraldo
___
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] Show parent PROJECTS for an item

2009-05-18 Thread Eraldo Helal
On Mon, May 18, 2009 at 04:07, Matthew Lundin m...@imapmail.org wrote:

 In my opinion, the easiest way to figure out which project a TODO
 belongs to is to use follow mode in the agenda. That way you can see the
 original context (i.e., project) to which a todo belongs.


This works great for working with the agenda!
It does not for printing the agenda buffer...
there I would still wish for having the parent project headline as prefix.

Greetings,
Eraldo
___
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] Show parent PROJECTS for an item

2009-05-18 Thread Eraldo Helal
On Tue, May 19, 2009 at 00:16, Samuel Wales samolog...@gmail.com wrote:

 No, just a workaround of inserting both the parent and the child and
 letting the dots tell you the relationship between them.

How?
I would have to show all Project headlines in order to make this work...
However, I only want the parent of my ACTION (keyword) headlines... not all
projects.
And it would waste waaay to much space on my daily-printed-out-agenda.

I am looking for something like this format:

Org-file:

* PROJECT *My-project
*** PROJECT *My-sub-project*
*** PROJECT *My-sub-sub-project*
 *NEXT** Clean garage*:home:

Agenda-output:

*My-sub-sub-project* *NEXT Clean garage*:home:

This is my most-wanted feature atm. :)
___
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] Show parent PROJECTS for an item

2009-05-18 Thread Eraldo Helal
I had the idea of using CATEGORY as a keyword.

Benefit:

using #+CATEGORY (or the CATEGORY property)
has the disadvantage that if I change the headline the category does not
update:
example:

Org-file:
* PROJECT *my_renamed_project1*
  :PROPERTIES:
  :CATEGORY: *myproject1*
  :END:
** TODO clean garage:home:
Agenda-output:
*myproject1* TODO *clean garage*:home:

In this example the Agenda should show *my_renamed_project1* instead of *
myproject1*

The next step would then be to enable the user to define this
CATEGORY-keyword or bind it's function to an existing keyword. (e.g.
PROJECT)



If there is a simpler way of getting the partent headline as
agenda-prefix...  that would be even cooler and much less work I can
imagine.


Greetings from Austria,
Eraldo


On Tue, May 19, 2009 at 00:47, Eraldo Helal ad...@eraldo.at wrote:

 On Tue, May 19, 2009 at 00:16, Samuel Wales samolog...@gmail.com wrote:

 No, just a workaround of inserting both the parent and the child and
 letting the dots tell you the relationship between them.

 How?
 I would have to show all Project headlines in order to make this work...
 However, I only want the parent of my ACTION (keyword) headlines... not all
 projects.
 And it would waste waaay to much space on my daily-printed-out-agenda.

 I am looking for something like this format:

 Org-file:

 * PROJECT *My-project
 *** PROJECT *My-sub-project*
 *** PROJECT *My-sub-sub-project*
  *NEXT** Clean garage*:home:

 Agenda-output:

 *My-sub-sub-project* *NEXT Clean garage*:home:

 This is my most-wanted feature atm. :)

___
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] Show parent PROJECTS for an item

2009-05-17 Thread Eraldo Helal
I am having a similar problem as Marcelo...
However, in order to keep the agenda flat I only want the parent PROJECT
headline (the inner most) to be the prefix.
In his example this would be the following:

My-sub-sub-project *NEXT Call Liz RE: account creation *
:@call:@work:

The problem is that I did not yet find out how I can get the *parent
project headline* (in this case: *my-sub-sub-project*) as *agenda prefix*.

Until this is solved I rewrite the project name for all todo-headlines in
the project.

Greetings,
Eraldo
___
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] Show parent PROJECTS for an item

2009-05-17 Thread Eraldo Helal
On Sun, May 17, 2009 at 23:25, Matthew Lundin m...@imapmail.org wrote:

 Why not use categories for this? You could define a category for each
 project:

 --8---cut here---start-8---
 ** Some Project
   :PROPERTIES:
   :CATEGORY: special project
   :END:
 *** TODO Testing
 --8---cut here---end---8---

 Would show up in the agenda as:

 --8---cut here---start-8---
  special project:TODO Testing
 --8---cut here---end---8---


Sounds line a good idea, but:...
Doubts:
1. I would have to set that prop for each project headline. // a lot of work
2. It is prone to errors  renaming the project does not rename the
context, etc.

Thank's for the feedback,
Eraldo
___
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: Faces

2009-05-16 Thread Eraldo Helal
thank you for sharing the answer.

On Sat, May 16, 2009 at 02:01, sran...@gmail.com wrote:

 I received a request to tell the list how I managed to change the face for
 lines that begin with # in an org file, so here it is.

 Lines that begin with # are comment lines. The face of comment lines is
 determined by font-lock-comment-face. In my .emacs, I now have:

 '(font-lock-comment-face class color) (min-colors 88) (background
 light)) (:foreground cornflowerblue

 One may also do the following:

 M-x customize
 Go to the Faces group.
 Go to the Font Lock group.
 Go to the Font Lock Faces group.
 Customize Font Lock Comment Face.

 I'm sure there are other ways to do this as well.


 Scott Randby


 ___
 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] local org-mode user near linz (or Austria) ?

2009-05-15 Thread Eraldo Helal
The idea is simple: I would like to meet up with other org-users!
As I did not find any platform to accomplish the search,... I would like to
request it as a feature.
And at the same time scan the mailing list for candidates. :)

I live in Linz (Austria)
...and would be willing to travel (if necessary)

The feature could be implemented by searchable user-profiles in the work for
instance.
Or If there is already a way to find local (or closest possible)
org-users... please let me know.

Thank you!
Eraldo
___
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: higher level headline as category

2009-05-09 Thread Eraldo Helal
The *best solution* I can think of... would be to enable to aganda to *show
parent headline as prefix*.

If this is not possible:

Is there already a *convenient* way to *enter the category* property?
On Fri, May 8, 2009 at 14:40, Tassilo Horn tass...@member.fsf.org wrote:

:PROPERTIES:
:CATEGORY: headline1
:END:


Or do I have to type:
   :PROPERTIES:
   :CATEGORY: headline
   :END:
by hand every time?

I would like to be able to add the *category* with a
*keyboard-shortcut*instead of typing all it all out.
Any (alternative) suggestions?


Take care,
Eraldo
___
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] higher level headline as category

2009-05-08 Thread Eraldo Helal
In my custom agenda: Is there a way to get the higher(by1level) *headline as
prefix*?

*Demonstration:*

test1.org:

* headline1
** TODO headline2
** TODO headline3

test2.org:

* headline4
** headline5
*** TODO headline 6
** TODO headline 7:tag1:

agenda:

headline1TODO headline2
headline1TODO headline3
headline4TODO headline7:tag1:
headline5TODO headline6

That would be a supercool feature for my use. :)

Greetings from Austria,
Eraldo (spreading the Org virus)
___
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] ascii export error

2009-04-28 Thread Eraldo Helal

 So what's in your site-init file?

 Do M-x locate-library RET site-start RET

Library is file /etc/emacs/site-start.el


 to find the file and take a look at it. You can send it to me and I'll
 take a look, but if you feel like honing your skills, you can try your
 hand at it.  The basic idea is bisection: after copying the file to a
 safe place, you take half the file, throw it away and see if the problem
 persists. If it does you cut the remaining part again in half;
 otherwise, you try the othe half.

 Of course, you have to be careful about the cutting: don't cut in the
 middle of the function e.g. And half is just a manner of speaking. If
 you can throw large chunks of the file away and still get the problem,
 then whatever remains is the culprit. Even if you don't understand why
 something is broken, then you have made the life of whoever follows up
 on it much simpler.

 In your case, you probably want to check any changes to load-path.


the file /etc/emacs/site-start.el is empty... there are only comments. oO

the ascii export from org works if starting emacs with --no-site-file, and
does not if this is missing.
___
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] ascii export error

2009-04-28 Thread Eraldo Helal
I discovered that there is a directory: /etc/emacs/site-start.dhttp://paste.org/6848Does this also get loaded by default and ignored with --no-site-file ? // that would make some sense again (to me)



signature.asc
Description: OpenPGP digital signature
___
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] ascii export error

2009-04-28 Thread Eraldo Helal
Is it save to just delte that directory: /etc/emacs/site-start.dBecause I guess the error lies somewhere in there.Or is this directory important for something?On Tue, Apr 28, 2009 at 22:46, Eraldo Helal off...@eraldo.at wrote:I discovered that there is a directory: /etc/emacs/site-start.dhttp://paste.org/6848Does this also get loaded by default and ignored with --no-site-file ? // that would make some sense again (to me)




signature.asc
Description: OpenPGP digital signature
___
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] ascii export error

2009-04-27 Thread Eraldo Helal
Okay, thank's.
Unfortunately my main problem is still unsolved. :(

 org-export: Autoloading failed to define function org-export-as-ascii


On Mon, Apr 27, 2009 at 21:00, Manish mailtomanish.sha...@gmail.com wrote:

  On Sat, Apr 25, 2009 at 2:44 AM, Eraldo Helal wrote:
   Thank you Nick for helping me troubleshoot!
  
   Are you using the upstream org-mode or the one that comes with
   your emacs? In particular, what version?[1]
  
   Org-mode version 6.26trans
  
   And how do you load org-mode from
   your .emacs (including any settings of load-path)?
  
   ; Orgmode
   ; http://orgmode.org
   ; using orgmode-dev requires org-install
   (setq load-path (cons ~/system/elisp/org-mode/lisp load-path))
   (add-to-list 'load-path ~/system/elisp/org-mode/contrib/lisp)
   (require 'org-install)
   (require 'org)
 ^^
 You do not need the last require.

 --
 Manish



signature.asc
Description: PGP signature
___
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] ascii export error

2009-04-24 Thread Eraldo Helal
When pressing C-c C-e, a // export to ascii
I get the following error:

 org-export: Autoloading failed to define function org-export-as-ascii

Any idea how to fix this?

Eraldo
___
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] ascii export error

2009-04-24 Thread Eraldo Helal
Thank you Nick for helping me troubleshoot!
Are you using the upstream org-mode or the one that comes with your
emacs? In particular, what version?[1] Org-mode version 6.26trans And how do you load org-mode from
your .emacs (including any settings of load-path)?; Orgmode; http://orgmode.org; using orgmode-dev requires org-install(setq load-path (cons "~/system/elisp/org-mode/lisp" load-path))(add-to-list 'load-path "~/system/elisp/org-mode/contrib/lisp")(require 'org-install)(require 'org)

Also, can you do C-h f org-export-as-ascii RET and include the output
in your reply?org-export-as-ascii is an interactive autoloaded Lisp function in`org-exp.el'.(org-export-as-ascii arg)Export the outline as a pretty ASCII file.If there is an active region, export only the region.The prefix arg specifies how many levels of the outline should becomeunderlined headlines. The default is 3. 

Thanks,
Nick

[1] C-u M-x org-version RET will insert the version string into the
  buffer, so you can easily annotate any email you send with the
  version. It is *always* a good idea to include the org-version with
  any questions/problems you send to the list, as well as the
  corresponding emacs version: C-u M-x emacs-version RET.
GNU Emacs 23.0.91.1 (x86_64-pc-linux-gnu, GTK+ Version 2.16.0) of 2009-04-05 on crested, modified by DebianEraldo


signature.asc
Description: OpenPGP digital signature
___
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] ascii export error

2009-04-24 Thread Eraldo Helal
Thank you Nick for helping me troubleshoot!

Are you using the upstream org-mode or the one that comes with your
 emacs? In particular, what version?[1]

Org-mode version 6.26trans

 And how do you load org-mode from
 your .emacs (including any settings of load-path)?

 ; Orgmode
; http://orgmode.org
; using orgmode-dev requires org-install
(setq load-path (cons ~/system/elisp/org-mode/lisp load-path))
(add-to-list 'load-path ~/system/elisp/org-mode/contrib/lisp)
(require 'org-install)
(require 'org)



 Also, can you do C-h f org-export-as-ascii RET and include the output
 in your reply?

org-export-as-ascii is an interactive autoloaded Lisp function in
`org-exp.el'.

(org-export-as-ascii arg)

Export the outline as a pretty ASCII file.
If there is an active region, export only the region.
The prefix arg specifies how many levels of the outline should become
underlined headlines.  The default is 3.



 Thanks,
 Nick

 [1] C-u M-x org-version RET will insert the version string into the
buffer, so you can easily annotate any email you send with the
version. It is *always* a good idea to include the org-version with
any questions/problems you send to the list, as well as the
corresponding emacs version: C-u M-x emacs-version RET.

GNU Emacs 23.0.91.1 (x86_64-pc-linux-gnu, GTK+ Version 2.16.0) of 2009-04-05
on crested, modified by Debian

Eraldo
___
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] ascii export error

2009-04-24 Thread Eraldo Helal
Did all of this... problem persists. :(

On Sat, Apr 25, 2009 at 00:28, Nick Dokos nicholas.do...@hp.com wrote:

 Eraldo Helal off...@eraldo.at wrote:


  Org-mode version 6.26trans
 

  Also, can you do C-h f org-export-as-ascii RET and include the
 output
  in your reply?
 
  org-export-as-ascii is an interactive autoloaded Lisp function in
  `org-exp.el'.
 

 ... and this is a sign that you are picking up old bits from somewhere:
 the function should be autoloaded from org-ascii.el.

 Did you do a

make clean
make all doc

 and restart your emacs after your last git pull?

 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


[Orgmode] Agenda headlines match tag and todo keyword.

2009-04-22 Thread Eraldo Helal
How do I get only the headlines that match the *tag* test *and* the *
todo-keyword* ACTION ?

I read through the manual and this site 
http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php; but
did not find it.

Thank's,
Eraldo (a little confused)
___
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] Blocked Agenda without newlines but with separator

2009-04-22 Thread Eraldo Helal
At the moment my blocked agenda looks somthing like this:


 internet:


 
 home:
   eraldo: ACTION do bla:SomeName::home:
   eraldo: ACTION do bla2   :SomeName::home:


 ===
 etc...


What I expect/want:


 internet:

 
 home:
   eraldo: ACTION do bla:SomeName::home:
   eraldo: ACTION do bla2   :SomeName::home:

 ===
 etc...


In words:
- Agenda Compact Blocks but with separator
- Blocked Agenda without newlines

Any ideas?
___
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] Blocked Agenda without newlines but with separator

2009-04-22 Thread Eraldo Helal
 x   - Blocked Agenda without newlines

 How does this sound?

 --8---cut here---start-8---
 (setq org-agenda-custom-commands
  '((E Eraldo's Agenda
 ((tags-todo Internet ((org-agenda-overriding-header
 \nInternet)))
  (tags-todo Home ((org-agenda-overriding-header
 \nHome)))
 --8---cut here---end---8---

 --
 Manish


I tried that... but it gives me a fixed amount of = signs  // compared to
the separator

Maybe the content of the variable org-agenda-compact-blocks could have an
additional value: ( nil | t | nonewline )
or a separate variable org-agenda-compact-blocks-newline ( t | nil )

Could that be an option?

Thank you for the answer though!

On Wed, Apr 22, 2009 at 21:37, Manish mailtomanish.sha...@gmail.com wrote:
 On Wed, Apr 22, 2009 at 11:34 PM, Eraldo Helal wrote:
  At the moment my blocked agenda looks somthing like this:
 
 
  ==
==
  internet:
 
 
 

  home:
   eraldo: ACTION do bla  :SomeName::home:
   eraldo: ACTION do bla2  :SomeName::home:
 
 
 
===
  etc...
 
  What I expect/want:
 
 
 

  internet:
 
 

  home:
   eraldo: ACTION do bla  :SomeName::home:
   eraldo: ACTION do bla2  :SomeName::home:
 
 
===
  etc...
 
  In words:
  - Agenda Compact Blocks but with separator
___
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 export error

2009-04-22 Thread Eraldo Helal
I get the following error when trying to export my agenda:

 org-write-agenda: Cannot open load file: htmlize


Any idea how to fix this?

Greetings,
Eraldo
___
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 export error

2009-04-22 Thread Eraldo Helal
On Wed, Apr 22, 2009 at 22:48, Nick Dokos nicholas.do...@hp.com wrote:

 Eraldo Helal off...@eraldo.at wrote:

  I get the following error when trying to export my agenda:
 
   org-write-agenda: Cannot open load file: htmlize
 
 
  Any idea how to fix this?
 

 Get htmlize.el from

http://www.emacswiki.org/emacs/htmlize.el

 install it somewhere in your load-path and (optionally) byte-compile it.

 This version includes Carsten's fixes for face properties, making it
 compatibel with Emacs 23 (as well as older versions).

 HTH,
 Nick


So, I guess htmlize.el is not part of org-mode.
Is there a way of keeping uptodate with this file?
Will it survive when I do my git pull, etc?

Thank's
Eraldo
___
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 export error

2009-04-22 Thread Eraldo Helal


  So, I guess htmlize.el is not part of org-mode.
  Is there a way of keeping uptodate with this file?
  Will it survive when I do my git pull, etc?
 

 No, it's fine - Carsten got permission from Hrvoje Niksic (the author of
 htmlize.el) to include it in the contrib/lisp/ directory of org-mode. So
 you don't need to get it from emacswiki: my apologies for misleading
 you - I forgot about Carsten's mail.  Here's the link to the email:

   http://article.gmane.org/gmane.emacs.orgmode/12956/match=hrvoje

 Nick


Yep it is there... but I still get the error message.
How can I get it to work? Load it in .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] Use tagging in table rows? (was: Personal Finance in org-mode)

2009-04-14 Thread Eraldo Helal
Could using headlines and editing 'rows' with table view in agenda be an
option? (using properties in drawers)

Greetings,
Eraldo  .oO( newbie trying to give support *g* )

On Tue, Apr 14, 2009 at 14:20, Carsten Dominik carsten.domi...@gmail.comwrote:

 Hi Jeff,

 taggin in tables is not supported, i particular because there are also no
 functions that would make use of these tags.

 - Carsten


 On Apr 14, 2009, at 11:36 AM, Jeff Kowalczyk wrote:

  Is there a way to use the org-mode tagging interface in table rows
 to categorize row data?

  * Headline :tag1:tag2:

  | col1 | col2 | col3   |
  |--+--+|
  | data | data | :tag1: |
  | data | data | :tag1:tag2 |

 In the above example, tags in the table are not recognized, and the C-c
 C-c UI isn't available. Not surprising, as the table rows are not
 headlines.

 I find org tables very useful for preparing data for database import,
 and some form of tagging would make it that much better.

 Thanks,
 Jeff



 ___
 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


[Orgmode] export to html: timestamp-kwd

2009-04-13 Thread Eraldo Helal
Salve Orgers!


When exporting to html my auto-timestamp looks like this:

 span class=timestamp-kwdCLOSED: /span span 
 class=timestamp2009-04-14 Tue 00:52/spanbr

 I would rather like to have it like this:

span class=timestamp-kwdCLOSED: span class=timestamp2009-04-14
Tue 00:52/span/spanbr

In words: I would like timestamp keyword html span to include the timestamp.

Reason: This would enable me to move the whole thing to the right side of
the headline (float: right).

Comments on this idea are welcome :)


Greetings and happy orging,
Eraldo

Ps: If you have any other idea on how to get the same result.. please let me
know.
___
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] refile headline with inherited tags

2009-04-05 Thread Eraldo Helal
On Sun, Apr 5, 2009 at 08:44, Carsten Dominik carsten.domi...@gmail.comwrote:


 On Apr 5, 2009, at 12:00 AM, Eraldo Helal wrote:

  Today I refiled a headline that was part of a tree using inherited tags:

 * topic1   :tag1:
 ** headline1
 ** headline2
 * topic2

 If I refile headline1 to another file... the tag tag1 is not on it
 anymore...

 I am not sure if the best way to handle such cases is to add the tag by
 hand and then refile it
 ... or if it could also be an option to apply all inherited tags to it
 while refiling.


 I cannot reproduce this.  What org version are you using?

org-mode version 6.25b


 - 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



___
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] refile headline with inherited tags

2009-04-05 Thread Eraldo Helal
I am not sure if you understood what I meant...

to calrify:
when refiling headline1 to another file (C-c C-w) this headline does not
have the tag :tag1: in the new file.
did your test refile it with the inherited tag?

On Sun, Apr 5, 2009 at 16:31, Eraldo Helal off...@eraldo.at wrote:



 On Sun, Apr 5, 2009 at 08:44, Carsten Dominik 
 carsten.domi...@gmail.comwrote:


 On Apr 5, 2009, at 12:00 AM, Eraldo Helal wrote:

  Today I refiled a headline that was part of a tree using inherited tags:

 * topic1   :tag1:
 ** headline1
 ** headline2
 * topic2

 If I refile headline1 to another file... the tag tag1 is not on it
 anymore...

 I am not sure if the best way to handle such cases is to add the tag by
 hand and then refile it
 ... or if it could also be an option to apply all inherited tags to it
 while refiling.


 I cannot reproduce this.  What org version are you using?

 org-mode version 6.25b


 - 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




___
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] refile headline with inherited tags

2009-04-04 Thread Eraldo Helal
Today I refiled a headline that was part of a tree using inherited tags:

* topic1   :tag1:
** headline1
** headline2
* topic2

If I refile headline1 to another file... the tag tag1 is not on it
anymore...

I am not sure if the best way to handle such cases is to add the tag by hand
and then refile it
... or if it could also be an option to apply all inherited tags to it while
refiling.
___
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: Bug if `org-refile-use-outline-path' is set to 'file

2009-04-03 Thread Eraldo Helal

 How do you set it?  With M-x set-variable RET ..., or with M-: (setq
 ...)?  In each case you have to quote file, e.g. say 'file.

Thank you, works like a charm now.
___
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] Bug if `org-refile-use-outline-path' is set to 'file

2009-04-01 Thread Eraldo Helal
Hi Tassilo!

I am having the same problem.
I understood the manual it in the same way you did.

I also found out, that if I enter file as the value for that variable...
and then check again what is assigned to it... it shows the path to my
.emacs file!
In other words... it interpretes file as the file I am in when customizing,
instead of the word file.
If I set it to file = I get the same as if set to t ...I think that is
the same problem you have.

Greetings,
Eraldo

On Wed, Apr 1, 2009 at 09:56, Tassilo Horn tass...@member.fsf.org wrote:

 Hi all,

 the docs state:

 ,[ C-h v org-refile-use-outline-path RET ]
 | org-refile-use-outline-path is a variable defined in `org.el'.
 | Its value is t
 |
 | Documentation:
 | Non-nil means, provide refile targets as paths.
 | So a level 3 headline will be available as level1/level2/level3.
 | When the value is `file', also include the file name (without directory)
 | into the path.  When `full-file-path', include the full file path.
 `

 With the current setting t I get completions like

 head1/head2 (file1.org)

 which is nice, but I'd prefer

 file1.org/head1/head2

 To me the docs sound like 'file would do that and the customize option
 strengthen this by saying Start with file.  Unfortunately, then I get
 completions like

 file1.org/ (file1.org)

 with no headlines at all.

 I'm using a current git version on Emacs 23.

 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] hide current heading

2009-03-31 Thread Eraldo Helal
On Tue, Mar 31, 2009 at 22:11, Deric Bytes dericby...@gmail.com wrote:

 I know you can hide the current content when on the heading by pressing
 TAB.

 Is there a way to do this when the cursor is within the content of the
 heading.

I have to admint, that I was looking for this too. (There is just so much
new stuff to me that I decided to wait some time)



 Can you close all other heading, whilst still keeping current heading
 open and without moving the cursor



 ___
 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


Is there also a way to close the parent tree (if on one of its contents)
e.g. close Projects tree while cursor is on project2.

* Projects
** project1
** project2
** project3
___
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] hide current heading

2009-03-31 Thread Eraldo Helal
On Wed, Apr 1, 2009 at 00:41, Matthew Lundin matthew.lun...@valpo.eduwrote:


 Eraldo Helal ad...@eraldo.at writes:

  On Tue, Mar 31, 2009 at 22:11, Deric Bytes dericby...@gmail.com
  wrote:
 
  I know you can hide the current content when on the heading by
  pressing TAB.
 
  Is there a way to do this when the cursor is within the content of
  the heading.
 
  I have to admint, that I was looking for this too. (There is just so
  much new stuff to me that I decided to wait some time)
 
  Can you close all other heading, whilst still keeping current
  heading
  open and without moving the cursor

 I believe the easiest way to do this is to type C-c p TAB. (C-c p moves
 to the next headline above the cursor.

  Is there also a way to close the parent tree (if on one of its
  contents)
  e.g. close Projects tree while cursor is on project2.
 
  * Projects
  ** project1
  ** project2
  ** project3

 For this, you could use C-c u TAB. (C-c u moves up to the next headling
 level).

 Matt


C-c u = I get: C-c u is undefined

version 6.24trans

I could not find it in the manual either.
___
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] embedded/inherited tags

2009-03-30 Thread Eraldo Helal
Hi Kostya!

I am still pretty new to emacs and org-mode, but from what I have read until
now...
Could you use the tag hook to automatically assign the :tech: tag along with
:firefox: and|or :emacs: etc...
This is still not exactly what you wished afaics, but it may make things a
little more convenient.

On Mon, Mar 30, 2009 at 16:47, Konstantin Antipin 
antipin.konstan...@googlemail.com wrote:

 Hi,

 Manish - thank you for the reply.

 Here is what I want in details:
 For example, I have following tags :tech: :firefox: :emacs: :orgmode:
 In agenda I usually ask only for TODO with :tech: tags, in order to see
 actions, related to technical stuff.

 clearly, :firefox: and :emacs: are related to :tech: tag. It would be
 convenient to introduce tag hierarchy:
 every todo-item with :emacs: (or :firefox: ) tag only should show up in
 agenda, when I query for :tech: tag.
 I understand, that every time I assign :emacs: tag I can assign :tech: tag
 as well, and this will do the work, but it is not convenient.


 Is such mechanism exists?

 My todo's are scatterd over the files, thus I can not use usual tag
 hierarchy, that is controlled by, for example, org-use-tag-inheritance.

 thanks,
 Kostya


 On Mon, Mar 30, 2009 at 1:09 PM, Manish mailtomanish.sha...@gmail.comwrote:

   On Sat, Mar 28, 2009 at 6:59 PM, Konstantin Antipin wrote:
   Dear org-users,
   Is there any way to make tags inherited from another tag?
   For example, I have following tags:
   :tech:
:emacs:
 :orgmode:
:ubuntu:
  
   :other:

 Could you please a little elaborate more on this?  Also please take a
 look at variable org-use-tag-inheritance.

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


___
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: Emacs-orgmode Digest, Vol 37, Issue 121

2009-03-29 Thread Eraldo Helal

 An interesting question would be how to generalize this to update
 remember templates accordingly.  Possibly the best approach would be to
 have a defining form that would define a project in a single
 s-expression, adding both remember templates and agenda entries, and
 then that form could be removed all at once.  Something like

 (org-add-project newproj
  A sample new project to show the greatness of org-add-project.
  (agenda-files (find-lisp-find-files ~/newproj/ \.org$))
  (remember-templates
 ))

 [The above wouldn't work as written, since it's syntax is a mess of what
 would be handled by a macro --- the named arguments like agenda-files
 and remember-templates --- and what looks like a functional argument ---
 the find-lisp-files --- but something like it could be lashed together
 if anyone was interested.]


Sounds great!
I like your idea. :)
___
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: Handling org-file agenda dependenncies?

2009-03-28 Thread Eraldo Helal
Mike Newman mike at newmanfamily.me.uk writes:
 
 When you use the standard commands to add/removes files from the
 agenda, it will write a definition for the variable org-agenda-files to
 the custom section of your .emacs file.

That would still mean removing every org-file in the tree manually when wanting
to make a project inactive.

 If you want to deal with trees of files, you might be better off
 removing the variable from the custom section, defining it
 yourself and updating it manually.

The questions here is... How could one define it?

I thought of a macro that I could use while in an emacs buffer.
The macro should search through the attachment directory (saved as a property)
of the headline and remove from the agenda all the *.org files that it finds.

Comments? Suggestions?

Greetings,
Eraldo






___
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] newline before headline

2009-03-28 Thread Eraldo Helal
I just found out that there is a newline before each headline in the recent
version of org-mode (6.24).

Is there a post explaining why this change was made?

I have troubles with that, for example:

when adding a new headline while looking at the overview...
the newline does not get made...
and therefore all the following will not have it until one changes the
behavior by making one before creating a new one again.
___
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: newline before headline

2009-03-28 Thread Eraldo Helal
Changed that variable... works great again.

I remember reading about a setting to auto-indent description text.

On Sun, Mar 29, 2009 at 01:32, Matthew Lundin m...@imapmail.org wrote:

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

  Eraldo Helal off...@eraldo.at writes:
 
  I just found out that there is a newline before each headline in the
 recent version of org-mode (6.24).
 
  Is there a post explaining why this change was made?
 
  I have troubles with that, for example:
 
  when adding a new headline while looking at the overview...
  the newline does not get made...
  and therefore all the following will not have it until one changes the
 behavior by making one before creating a new one
  again.
 
  (as explained on IRC) you need to customize the
  org-blank-before-new-entry variable to change this behaviour.

 See also the FAQ that addresses this:


 http://orgmode.org/worg/org-faq.php#blank-line-after-headlines-and-list-items

 - 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


[Orgmode] Handling org-file agenda dependenncies?

2009-03-26 Thread Eraldo Helal
I have projects with non-text files.
Many of them having sub-,subsub-projects etc. (nested)
Therefore I made directories for them using the project name. /project
name/subproject name/etc
Each having it's own (sub-)project name.org file in it.

My question:

How can I add|remove a whole project from the agenda?

e.g. If I remove project1.org file from the agenda...
 /project1/subprojectX.org would still be in there!

Or is there a way to assign and then set a group of org.files to
inactive(=remove from agenda)?

Any other suggestions|methods for solving this problem?
___
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   >