[Orgmode] Re: Volunteer wanted for administration of emacs-orgmode

2009-06-23 Thread Paul R
Hello Carsten, hello all,

Carsten If you'd like to take over that task for a while, please get in
Carsten touch with Paul, CC to me and to the mailing list (so that not
Carsten 100 people write to Paul... :-)

I got in touch with Mickael and gave him the material needed to get
started with org-mode ML moderation. Thanks a lot to all the people that
accepted to take over for this role.

-- 
  Paul


___
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] Emacs org-mode mailing-list : a quick reminder about moderation

2009-03-13 Thread Paul R
Hello,

this is a quick reminder for you, beloved org-mode user, reading this
mailing list but not subscribed to it yet.

The traffic on this list is hand-moderated, that means that somebody
really reads every mails sent by a non-subscribed user. Depending of the
content, the mail will go through or not (for spam only). This is the
reason why this list is 100% spam-free.

Subscribing has some advantages for you and for moderators :

 - your post wil go through immediatly, so your reaction will arrive on
   time ;
 - the moderator will not have to spend time checking if your post is
   valid or spam ;

So please, if you are planning to participate to this list, take
a minute to subscribe using the link below.

http://lists.gnu.org/mailman/listinfo/emacs-orgmode

For exemple, why not take this opportunity to subscribe right now and
report how you are currently using org-mode and what your dreams about
it are ? Org-mode evolves a lot, very quickly and in many directions, so
you ought to raise your voice if you want it to even better suit your
needs in the future :)

Again : http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Thanks,

-- 
  Paul


___
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: DocBook exporter for Org-mode

2009-03-03 Thread Paul R
Hi,

Sebastian Anyway, I'd prefere to export to _one_ XML format from
Sebastian Org-mode and provide xslt stylesheets to translate between
Sebastian different formats.

Sebastian That way we all would concentrate on one XML exporter (e.g.
Sebastian the XHTML exporter) and could provide xslt stylesheets to
Sebastian transform the output.

Sebastian This would guaranty a slitely more complete and bugfree
Sebastian export, which is configured from one
Sebastian org-publish-project-alist.

Yes, I also think this is a better way of exporting.

The nice thing about org-mode export system is the output-specific
regions (like between begin_latex and end_latex) that allow to stay
working in the org version of your document for more time. Final output
hand tuning is often necessary, but it is nice to push this step back if
possible.

Pandoc is good also, and LaTeX can be inlined as well :
http://johnmacfarlane.net/pandoc/

I wonder wether this can be done using docbook as an intermediate step.

-- 
  Paul


___
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: Ticket Management integration, muse mode, etc

2009-01-21 Thread Paul R
Hi,

David Thank you to the both of you for responding so quickly. Basically
David the reasoning why I' doing all this is to try and take more
David detailed notes on stuff that maybe the end user should not see in
David the ticket - which right now I kinda have to do. I still want to
David capture this information, so muse-mode kinda made partial sense
David for documentation needs. The goal again is really to have my own
David private notes in the end.

David Matthew hit it right on the head about what I was trying to do -
David and that's using the file. I apologize for my newbieness with
David org-mode (I admit while I've used it awhile, I never really
David scratched much more than the bare surface of this extension), and
David yes the following would work perfectly fine. The only problem is
David that a lot of my stuff is automatically generated in one of the
David files - so keeping notes in the same file complicate matters
David a bit when it comes to my matching those notes in regard to the
David next entry.

Ok, I think I'm understanding it now. So you have a script that download
the issues list from redmine and convert it to an org-mode list of
entries. Then you want to have a local file dedicated to each issue,
possibly in muse-mode because you like it.

What matt proposed would work, but he is also right about the fact that
keeping everything in a single org file would give good results as well.

Let us know how it turns, bridging BTS and org is very interesting.

-- 
  Paul


___
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: Footnotes and R output when exporting to HTML or Latex

2009-01-21 Thread Paul R

Graham Is it possible to disable the footnote feature and then
Graham explicityly tell orgmode that a specific instance of square
Graham brackets should be interpreted as a footnote.

Check org-footnote-re and org-footnote-definition-re

-- 
  Paul


___
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] [OT] basic emacs tips you will need someday (was: Footnotes and R output when exporting to HTML or Latex)

2009-01-21 Thread Paul R
Graham,

Graham Thanks, but I would appreciate a bit more hand holding on this.
Graham I don't actually know how to check org-footnote-re and
Graham org-footnote-definition-re

I think the best help I can do is to describe the first steps to find
your way in the emacs jungle.

First, take a few minutes to read and try these three commands.

,[ C-h k C-h k ]
| C-h k runs the command describe-key, which is an interactive compiled
| Lisp function in `help.el'.
| 
| It is bound to C-h k, f1 k, help k, menu-bar help-menu
| describe describe-key-1.
| 
| (describe-key optional key untranslated up-event)
| 
| Display documentation of the function invoked by key.
| key can be any kind of a key sequence; it can include keyboard events,
| mouse events, and/or menu events.  When calling from a program,
| pass key as a string or a vector.
| 
| If non-nil, untranslated is a vector of the corresponding untranslated events.
| It can also be a number, in which case the untranslated events from
| the last key sequence entered are used.
| up-event is the up-event that was discarded by reading key, or nil.
| 
| If key is a menu item or a tool-bar button that is disabled, this command
| temporarily enables it to allow getting help on disabled items and buttons.
| 
| [back]
`

,[ C-h k C-h v ]
| C-h v runs the command describe-variable, which is an interactive
| compiled Lisp function in `help-fns.el'.
| 
| It is bound to C-h v, f1 v, help v, menu-bar help-menu
| describe describe-variable.
| 
| (describe-variable variable optional buffer frame)
| 
| Display the full documentation of variable (a symbol).
| Returns the documentation as a string, also.
| If variable has a buffer-local value in buffer or frame
| (default to the current buffer and current frame),
| it is displayed along with the global value.
| 
| [back]
`

,[ C-h k C-h f ]
| C-h f runs the command describe-function, which is an interactive
| compiled Lisp function in `help-fns.el'.
| 
| It is bound to C-h f, f1 f, help f, menu-bar help-menu
| describe describe-function.
| 
| (describe-function function)
| 
| Display the full documentation of function (a symbol).
| 
| [back]
`


Now you are ready to discover org-footnote-definition-re and
org-footnote-re. Just press C-h v org-footnote-re RET (RET being
enter).

,[ C-h v org-footnote-re RET ]
| org-footnote-re is a variable defined in `org-footnote.el'.
| Its value is 
| 
.\\[\\(?:\\([0-9]+\\)\\|\\(fn:\\([-_[:word:]]+?\\)?\\)\\(?::\\([^]]*?\\)\\)?\\)\\]
| 
| Documentation:
| Regular expression for matching footnotes.
| 
| [back]
`

,[ C-h v org-footnote-definition-re RET ]
| org-footnote-definition-re is a variable defined in `org-footnote.el'.
| Its value is 
| ^\\(\\[\\([0-9]+\\|fn:[-_[:word:]]+\\)\\]\\)
| 
| Documentation:
| Regular expression matching the definition of a footnote.
| 
| [back]
`

Right. Now you have a good idea of what those variables are for. 

But wait ! How to guess the names of the variables ?

,[ C-h f apropos-variable RET ]
| apropos-variable is an interactive compiled Lisp function in
| `apropos.el'.
| 
| It is bound to menu-bar help-menu search-documentation
| find-options-by-name.
| 
| (apropos-variable pattern optional do-all)
| 
| Show user variables that match pattern.
| pattern can be a word, a list of words (separated by spaces),
| or a regexp (using some regexp special characters).  If it is a word,
| search for matches for that word as a substring.  If it is a list of words,
| search for matches for any two (or more) of those words.
| 
| With C-u prefix, or if `apropos-do-all' is non-nil, also show
| normal variables.
| 
| [back]
`

So calling M-x apropos-variable RET org.*footnote RET will return :

,[ M-x apropos-variable RET org.*footnote RET ]
| org-export-html-footnotes-section
|   Variable: Format for the footnotes section.
| org-export-with-footnotes
|   Variable: If nil, export [1] as a footnote marker.
| org-footnote-auto-label
|   Variable: Non-nil means, define automatically new labels for footnotes.
| org-footnote-define-inline
|   Variable: Non-nil means, define footnotes inline, at reference location.
| org-footnote-definition-re
|   Variable: Regular expression matching the definition of a footnote.
| org-footnote-fill-after-inline-note-extraction
|   Variable: Non-nil means, fill paragraphs after extracting footnotes.
| org-footnote-label-history
|   Variable: History of footnote labels entered in current buffer.
| org-footnote-re
|   Variable: Regular expression for matching footnotes.
| org-footnote-section
|   Variable: Outline heading containing footnote definitions before export.
| org-footnote-tag-for-non-org-mode-files
|   Variable: Tag marking the beginning of footnote section.
`

Oh, and org-export-with-footnotes looks interesting also.


How to set all those variables now ? In your emacs session, you probably
have a *scratch* buffer where you can type the emacs lisp language. You
will need the setq 

[Orgmode] Re: Ticket Management integration, muse mode, etc

2009-01-20 Thread Paul R
Hi David,

David Muse works well indepently and I can do this pretty easy,
David org-mode integration for the link in doing this isn't possible
David yet. Does anyone know a good option on how to get this working?
David Is there a workflow thing that may be better for me to do
David instead?

I wished I understood what your problem precisely is, because it sounds
really interesting, but I really don't manage to get it. Could you maybe
reformulate it please ?

-- 
  Paul


___
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] Property search and question mark

2009-01-19 Thread Paul R
Hi,

I'm experimenting the use of org mode to keep track of my customers
relations. In order to have a small database, I'm using properties.
I have a template for a company with each property filled by default
with the question mark '?'. For a new customer, I duplicate the
template, fill the fields I know, leave the others set to '?'.

If I want to find all customers for whom I don't have email, I'll search
for the property email being set to '?'. However, it seems that I can't
type the '?' in the prompt. I suspect this is due to the underlying ido
completion. Do you think anything can be done about that ? Thanks

-- 
  Paul


___
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: Footnotes and org-export, revisited

2009-01-12 Thread Paul R
Hi,

Scot I'm impressed at how the new footnote support has managed to put
Scot together readability, stability, ease of use and export-ability

yes, I also had a chance to use it and it just worked as expected (I
love software that just works). Great job, thanks !

-- 
  Paul


___
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: OFF-TOPIC - posting file snippets..

2009-01-08 Thread Paul R

sergio my question is.. how are they doing that?

A lot of us format our mails in emacs using filling, boxquotes,
rectangles etc. Some of us even send mail through emacs. The most
adventurous will read mail in emacs, using Gnus, or ViewMail, or Mew or
an other package.

So my guess is that the answer is emacs.

-- 
  Paul


___
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: Footnotes and org-export, revisited

2008-12-17 Thread Paul R
Hi Carsten

Carsten Hi Paul, I think we can easily have both, I can do the coding
Carsten based on your function, this is a small change.

Ok so here is the latest version in my .emacs :

You'll need (eval-when-compile (require 'cl)) because of rx ... When
I wrote this function I wanted to try rx, but if it is annoying I can
rewrite back all the regexp as strings.

;

(setq muse-footnote-prefix fn:)

;; todo : handle footnotes in comments
(defun muse-build-list-of-footnotes ()
  (let ((refkey )(def )(count 0)(deb 0)(def-deb 0)(def-fin 0)(liste 
nil)(found nil))
(save-excursion
  (goto-char (point-min))
  (while (re-search-forward 
  (rx (minimal-match
   (seq
(one-or-more not-newline)
[ (group (and (eval muse-footnote-prefix)
(one-or-more wordchar)))
])))
  nil t)
(setq found t)
(incf count)
(setq refkey (match-string 1))
(replace-match (number-to-string count) nil nil nil 1)
(save-excursion
  (unless (re-search-forward
   (dont-compile
 (rx (seq bol
  [ (eval refkey) ]
  (zero-or-more blank nil t)
(setq def (list (concat Unable to find footnote definition for   
refkey)))
(signal 'quit def))
  (setq deb (match-beginning 0))
  (setq def-deb (match-end 0))
  (re-search-forward
   (rx (or \n\n
   (seq \n[ (eval muse-footnote-prefix))
   (seq (zero-or-one \n) buffer-end
  (setq def-fin (match-beginning 0))
  (push (buffer-substring def-deb def-fin) liste)
  (delete-region deb def-fin)
  )
)
  (goto-char (point-max))
  (setq liste (reverse liste))
  (setq count 0)
  (setq def (dolist (elem liste def)
  (incf count)
  (setq def (concat def [ (number-to-string count) ] 
(muse-publish-escape-specials-in-string  
elem 'document) 
\n\n
  (if found (insert (concat \n\nFootnotes:\n def)) nil)
  )))

;;;

-- 
  Paul


___
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: Footnotes and org-export, revisited

2008-12-17 Thread Paul R
Hi,

Carsten Hi Paul, thanks for this latest version! No need for you to
Carsten change anything right now, let me first play with it and seen
Carsten what else I might think off. I really like your idea to use
Carsten [fn:label] and [fn::Full footnote text], nice syntactic sugar.

Also, I'm afraid definition matching regexp won't play nicely with text
indentation, because a definition is matched when [fn: starts the
line. Otherwise, when this string follows a letter, it is a reference.

This will need a bit of care.

-- 
  Paul


___
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: Footnotes and org-export, revisited

2008-12-17 Thread Paul R

Carsten If Paul agrees, and if he has signed the papers with the FSF,
Carsten we can integrate his code into Org-mode.

I do agree and I do have assigned copyrights to the FSF, but from the
technical point of view I would prefer to see plain anonymous footnotes
as explained above. I might implement it myself in case everybody agrees
on it but nobody has time for it.

Can others express their views on pros and cons of the two following
usages :

* Usage 1, anonymous footnotes

Karate or karate-do is a martial art developed in the Ryukyu Islands
from indigenous fighting methods and Chinese kenpō[fn:: Kenpo is the
name of several martial arts]. It is primarily a striking art using
punching, kicking, knee and elbow strikes and open-handed techniques
such as knife-hands and ridge-hands.

Grappling, locks, restraints, throws, and vital point strikes are taught
in some styles. A karate practitioner is called a karateka.


* Usage 2, keyword named footnotes

Karate or karate-do is a martial art developed in the Ryukyu Islands
from indigenous fighting methods and Chinese kenpō[fn:kenpo]. It is
primarily a striking art using punching, kicking, knee and elbow strikes
and open-handed techniques such as knife-hands and ridge-hands.

[fn:kenpo] Kenpo is the name of several martial arts

Grappling, locks, restraints, throws, and vital point strikes are taught
in some styles. A karate practitioner is called a karateka.

-- 
  Paul


___
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: Volunteer wanted for administration of emacs-orgmode

2008-11-24 Thread Paul R

Carsten Let me know if you are interested.

I'm ok to so it. I'm in France, so it would be good if someone from the
other side of the earth could volunteer along with me so that we balance
the load of manual filtering and mail don't stay blocked for too long.
I think I would do the filtering at about 18:00 UTC+1

-- 
  Paul


___
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: (require 'htmlize) in org-exp should have NOERROR set

2008-11-17 Thread Paul R
Hi,

Carsten Fixed, thanks. - Carsten

So you have a working version of htmlize for emacs 23 ? The one on
emacswiki is broken with emacs 23 AFAICT.

regards,

-- 
  Paul


___
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: (require 'htmlize) in org-exp should have NOERROR set

2008-11-17 Thread Paul R

Carsten This works for me:

Fine so I'm dropping it on emacswiki. Thanks

-- 
  Paul


___
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: Languages again

2008-11-10 Thread Paul R
Carsten Dear foreign friends, Since the coding system issues in Emacs
Carsten drive me mad, I have decided to switch to HTML entities for
Carsten writing foreign characters in the few special words we need.

French is ok, thank you Carsten. 

Could you be more specific on the coding system issues you face with
emacs ? It might be worth a bug report, since emacs even in it stable
version, should not cause trouble with internationalization to a skilled
developper.

-- 
  Paul


___
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: How to say Footnotes on other languages

2008-11-08 Thread Paul R

   (fr  Auteur Date  Notes de bas de page)

« Table des matières » is Table of contents

-- 
  Paul


___
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: How to say Footnotes on other languages

2008-11-08 Thread Paul R

Ok, I had to read the structure again to understand what was the
location for footnote translation. So 

  (fr  Auteur Date Table des matières Notes de bas de page)


-- 
  Paul


___
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] Problem with hyperlinks containing brackets

2008-11-05 Thread Paul R
Hello,

I was playing with org hyperlinks facility, which is obviously amazing
just like org-mode itself, and I faced a problem. I own a fairly
standard Gmail account, and read it though IMAP in gnus. The resulting
group name is for example gnus:nnimap+gmailPerso:[Gmail]/Sent Mail.

Whenever I want to make a link to it, the link content would be, for
exemple :

gnus:nnimap%2BgmailPerso:%5BGmail%5D/Sent%20Mail#1414

which is the same with the brackets encoded and a message id.

Unfortunatly, this link would not open in gnus. It will apparently try
to find a group called gnus:nnimap+gmailPerso:[Gmail (this is, stop at
closing bracket) and will fail. Any idea on how to solve that please ?
As a workaround, I'd be happy to be able to rename groups to something
shorter, but I can't figure how (this is an OT gnus question).

I'm using GNU/Emacs 23 cvs of today, with bundled Gnus 5.13 and latest
org-mode.


-- 
  Paul


___
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: Where to define functions for use with org

2008-10-30 Thread Paul R
On Thu, 30 Oct 2008 15:47:57 +0100, Daniel Clemente [EMAIL PROTECTED] said:

Daniel Maybe there are other methods: ideally something similar to
Daniel Emacs' „local variables“ in headers but for functions.

The only difference between a function and a variable in emacs lisp, and
in any other Lisp-2, is the register where the name is bound. So if you
can store a value in a variable, you can also store some code through
the use of (lambda ...). Because of this Lisp-2 design, you will have to
call it later with (funcall name arg1 arg2 ...). Try the code below if
you want, in emacs :

(setq myorgfunction (lambda (a b) (+ a b)))

(funcall myorgfunction 5 6)

It might help you.

-- 
  Paul


___
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: restarting emacs always advisable for upgrade?

2008-10-07 Thread Paul R
Samuel Is it safe to load all .elc files in org as a way of not
Samuel restarting emacs? Thanks.

I suppose you can (unload-feature 'org), then upgrade, then 
(require 'org), but I have not tested. Just try and report :)

-- 
  Paul


___
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: Automatic turn on minor modes

2008-10-03 Thread Paul R
On Fri, 03 Oct 2008 14:42:34 +0200, Sven Bretfeld [EMAIL PROTECTED] said:

Sven Hello Is there a way to turn on some minor modes (flyspell-mode,
Sven auto-fill-mode etc.) when finding a specific org file? I'm
Sven thinking of something similar to the local variables settings
Sven in a LaTeX file.

Reading emacs documentation, more precisely:

 File: emacs,  Node: Specifying File Variables

you can find how to do that:

-*- mode: text; mode: flyspell -*-


-- 
  Paul


___
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: Embedded elisp formulas, was: Spreadsheet and weighted means

2008-10-01 Thread Paul R
On Wed, 01 Oct 2008 12:45:34 -0700, Eric Schulte [EMAIL PROTECTED] said:

 This raises an issue I've been running into recently, If I have
 a multi-line elisp function (I guess same issue would apply for
 multi-line shell commands) that I want to use from an org file (for
 example to compute table columns), is there a way to save and load
 the function from the org file? I've tried multiline [[elisp: ]]
 links but they don't work well, maybe something like...

maybe you can use the emacs facility to load code when visiting
a file. For more information, read the following info node :
File: emacs,  Node: Specifying File Variables

-- 
  Paul


___
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: OSD alerts for appointment reminders (+ erc hook to use OSD)

2008-09-25 Thread Paul R
On Thu, 25 Sep 2008 02:43:56 +0200, Richard Riley [EMAIL PROTECTED] said:

Richard I dont know if the gnome-osd stuff will work on kde, but try
Richard it and see.

osd_cat outputs to X OSD, with no desktop dependency at all.

-- 
  Paul


___
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: Mail files in org

2008-08-28 Thread Paul R
On Thu, 28 Aug 2008 10:38:27 -0500, Russell Adams [EMAIL PROTECTED] said:

Russell I adore emacs, but I haven't been sold into it for mail.

Just like emacs, Gnus sucks. And just like emacs, it sucks much less
than alternatives.

-- 
  Paul


___
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: Creating an Ubuntu Package for org.

2008-08-25 Thread Paul R
On Mon, 25 Aug 2008 09:19:46 +0100, Ian Barton [EMAIL PROTECTED] said:

Ian Comments please!

Ubuntu uses the debian emacs packages distribution system. So if you
want an ubuntu package, you probably want to do the debian package at
first, and let the ubuntu packagers do their work for next release.

That said, org-mode has been bundled with GNUEmacs since 22 IIRC, and
it is up-to-date in the next release of emacs, version 23.

Also, I'm a strong advocate of a GNUEmacs packages management system,
because emacs lisp packages are by nature portable across systems by
themselves. Some work has been started by Tom Tromey (ELPA), but RMS
did not welcome very warmly last year the proposal to bundle it into
emacs and push it forward as the best mean to distribute emacs
packages. We hope to come to an agreement for emacs 24.

-- 
  Paul


___
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: Bug: auto-fill in a body often inserts #

2008-08-23 Thread Paul R
On Sat, 23 Aug 2008 09:39:29 -0700, Samuel Wales [EMAIL PROTECTED] said:

Samuel Paul sent this to the list, so I assume that I was supposed to
Samuel do reply to all instead of reply, which I initially did. Hope
Samuel it's the right thing.

Samuel Auto-Compression minor mode (no indicator): Auto-Fill minor
Samuel mode (indicator Fill): Encoded-Kbd minor mode (no indicator):
Samuel Toggle Encoded-kbd minor mode. File-Name-Shadow minor mode (no
Samuel indicator): Font-Lock minor mode (no indicator):
Samuel Global-Font-Lock minor mode (no indicator): Icomplete minor
Samuel mode (no indicator): Iswitchb minor mode (no indicator):
Samuel Toggle Iswitchb global minor mode. Line-Number minor mode (no
Samuel indicator): Show-Paren minor mode (no indicator):
Samuel Unify-8859-On-Encoding minor mode (no indicator):
Samuel Utf-Translate-Cjk minor mode (no indicator):

This looks fairly common, no fancy mode here.
You said you did not test a lot with emacs -Q, could you ensure it
still happens without any emacs setup loaded, just org-mode el files
loaded, and a fresh new .org file to work in. If you can reproduce it
in this case, may you join a recipe step by step to reproduce it here
please.

-- 
  Paul


___
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: Bug: auto-fill in a body often inserts #

2008-08-22 Thread Paul R
hi,

On Thu, 21 Aug 2008 18:48:24 -0700, Samuel Wales [EMAIL PROTECTED] said:
Samuel fill-prefix is nil. Restarting emacs does not fix it.
Samuel Thanks.

may you send here your enabled minor modes please ? Hit `C-h m' from an
org buffer, then copy the first few lines here.

-- 
  Paul


___
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: how to add cyclic tasks

2008-08-19 Thread Paul R
On Tue, 19 Aug 2008 17:55:00 +0530, alpesh gajbe [EMAIL PROTECTED] said:
alpesh * Lecture at Kalina Health center from 9.00 to 10.00
alpesh SCHEDULED: 2008-08-20 Wed +1w

This entry will be push 1 week forward as soon as it gets DONE

-- 
  Paul


___
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: Autoloading failed to define function org-agenda after an update

2008-08-06 Thread Paul R
Hi Michaël,

On Mon, 4 Aug 2008 14:21:00 +0200, Michaël Parienti [EMAIL PROTECTED] said:

Michaël Hi,

Michaël After upgrading to orgmode version 6.05 (with an aptitude
Michaël dist-upgrade under a debian sid system), and changing my
Michaël configuration file to resolve the problem described here:
Michaël http://www.mail-archive.com/emacs-orgmode@gnu.org/msg07167.html,
Michaël I still have a problem when I type C-ca. I get the following
Michaël error message:

Michaël Autoloading failed to define function org-agenda

Sounds like your autoload file is out of date. Check variable
load-path to ensure latest org mode is the only candidate when
doing a (require 'org-install).

-- 
  Paul


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

2008-08-06 Thread Paul R
On Wed, 6 Aug 2008 17:50:38 +0200,  Michaël Parienti [EMAIL PROTECTED] said:

Michaël I uninstall one of my emacs version (the snapshot one) and
Michaël keep just the 22.2.1 version. I reinstall the org-mode
Michaël package from debian repository.

Michaël I am sure that I have only one version of the org-mode files
Michaël availables for emacs: I manually deleted source directory
Michaël (*..el files) and the *.elc files compiled for snapshot
Michaël version of emacs.

What happens if you (require 'org-install) before first call to org ?
If it works straight, then you may need to find where your default org
autoloads are defined. If it does not work, then you may need to
rebuild the org-install file. To do so, on debian, get your package
sources and run the build process. org-install.el is generated during
this process IIRC. Finally, depending on your conclusions, you can
write an email to the package maintainer to inform him that something
is wrong in its org package.

-- 
  Paul


___
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: Selecting to end of line

2008-07-10 Thread Paul R
On Thu, 10 Jul 2008 09:37:28 -0700, Carsten Dominik [EMAIL PROTECTED] said:

Carsten Hi Ted, this is correct, the agenda does not allow to
Carsten position the cursor at the end of the line because of
Carsten technical reasons. So you need to work around this problem,
Carsten for example by tripple-clicking the line with the mouse, or
Carsten by selecting to the beginning of the next line with C-SPC
Carsten down.

a space after the item title would work as well. I don't know what
causes this limitation, but as a quick and dirty workaround can't you
add automatically a space at the end of the string when rendering the
agenda ?

-- 
  Paul


___
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: export to html and relative links:

2008-06-24 Thread Paul R
Carsten Dominik [EMAIL PROTECTED] writes:


 2) Augment C-c C-l to react to file: by providing filename
 completion relative to the working directory.

 This is hard and therefore not yet implemented.  Use `C-u C-c C-l' to insert 
 a file link with
 completion.

Drop it if I'm off-topic, but isn't it what (file-relative-name path)
does ?

-- 
  Paul


___
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: export to html and relative links:

2008-06-24 Thread Paul R
Carsten Dominik [EMAIL PROTECTED] writes:

 Drop it if I'm off-topic, but isn't it what (file-relative-name path)
 does ?

 It is hard because I would have to write a special completion function
 which sees the file: types and the switches its completion tactics.

So I was right ! Right to beleive I was off topic ;-)

-- 
  Paul


___
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: insert todo from agenda?

2008-06-16 Thread Paul R
Cezar Halmagean [EMAIL PROTECTED] writes:

 Richard G Riley [EMAIL PROTECTED] writes:


 I think that, if I understand the issue, from the agenda it would be
 nicer for a default action to insert with the scheduled date defaulted
 to the day which has focus.

 exactly...

I wonder where is the right place to implement this. I would tend to
think it is in remember. Has anyone checked if remember can already
match some context data around the point, and put it back in the
template ?

-- 
  Paul


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-mode release 6.05

2008-06-16 Thread Paul R
Carsten Dominik [EMAIL PROTECTED] writes:

 Hi,

 Org-mode release 6.05 is available at http://orgmode.org


good job, as usual. Thank you Carsten.

-- 
  Paul


___
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: iCal export of repeated tasks

2008-06-13 Thread Paul R
Hi Adam,

 It seems to be fine for the program displaying the info to do such
 filtering - this is what Org does in the agenda.

 Unfortunately, since the proposed filtering is per-event, with
 uni-directional export to other clients, the only place it can be done
 is at the source, i.e. within Org.  Otherwise some layering of extra
 filtering meta-data per-event would be required for each external
 calendaring client, which would be extremely cumbersome.

Like Dominik, I consider a repeated event as a calendar object on its
own. Such an object has a representation in the iCal format. Org mode
must stick to the correct representation of this object, and it is up
to each calendar tool to display it in a way or an other to the user.
If you consider others tools as broken in this area, and don't feel
like fixing them, you can maybe implement a go-between layer that
takes iCal file in input, and outputs the same iCal file with repeated
events changed to dated events, with date set on next occurence.

-- 
  Paul


___
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: iCal export of repeated tasks

2008-06-13 Thread Paul R
Adam Spiers [EMAIL PROTECTED] writes:

Likewise, as
 another hypothetical example, if all my events had LOCATION
 properties, it would be equally valid and correct to export them to
 one iCal file for use with korganizer on a full desktop display, and
 to another iCal file with the LOCATION properties trimmed out to save
 space on a mobile phone display.

This is a good use-case, and once again, I consider org export should
provide full information, and later a convert tools should
degrade/adapt it to the target software or device. Implementing such a
processing in every calendaring tools would be a massive duplication.
The iCal to iCal converter is the way to go, IMO.

-- 
  Paul


___
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: Bug in iCalendar export

2008-06-12 Thread Paul R
Nick Dokos [EMAIL PROTECTED] writes:

 After some testing (it took me a while to get back to it - sorry for the
 delay), it certainly looks like the bug is somewhere other than
 org-export-icalendar, but I'm not sure that debian site-lisp is to blame
 in this case (although I may very well be missing something). 

You are absolutly right ! I can now repoduce it on a home-built emacs
22.2, on ubuntu, with emacs -Q . Sorry for the wrong track.

 I
 originally tried this on GNU Emacs 22.1.50.2, which I had gotten from
 CVS and built myself. I don't think I use any of Ubuntu's emacs setup at
 all. I also tried it on emacs 23.0.60.1 (also obtained from CVS) and
 starting it from the build directory with -Q, using whatever version of
 org-mode is distributed with that version: I get the error there as
 well. So it seems to me that the bug is somewhere fairly deep in emacs
 itself (btw, I sent a bug report off to the emacs maintainers - we'll
 see what they say). I also tried on an ancient RHEL4.1(?)  system with
 the stock emacs 21 version that was packaged with it: I had to do some
 work to get org-mode installed there, but I could not then reproduce the
 error.

I currently don't use export, and have very little time to track this
bug down. Do you use combined org files for export ? IOW, do you have
a single org file or multiple files ?

-- 
  Paul


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Bug in export to iCal : one solution

2008-06-12 Thread Paul R
I finaly tracked in down, while sitting in the train. I hope I'll have
enough battery life to give explaination here, and that I'll find some
wireless spot tonight to send this report.

Here is a simplified stack of exporting to ical : 

- org-export-icalendar-combine-agenda-files
`- org-export-icalendar
 `- org-print-icalendar-entries
  `- (org-diary-to-ical-string sexp-buffer) in org-exp.el:3791

A look at org-diary-to-ical-string shows :
,
| (defun org-diary-to-ical-string (frombuf)
|   Get iCalendar entries from diary entries in buffer FROMBUF.
|   This uses the icalendar.el library.
`

then at the end of this function : 
 (kill-buffer frombuf)

This line is incriminated. Although I have a very limited
understanding of how the export procedure works, I think it can be
replaced by something like :
 (with-current-buffer frombuf (erase-buffer))

or, the ical-tmp buffer should be re-created by some mean in the
loop.

I don't understand how it can work for some people, though ... :)


-- 
  Paul


___
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: adding notes from agenda buffer

2008-06-11 Thread Paul R
Peter Rayner [EMAIL PROTECTED] writes:

 [...].  I would like to
 quickly add notes to a task as I am working on it, even if the state
 isn't changing and have them appear in the right place. This seems
 like something people would do often so I suspect I'm missing an
 obvious mechanism.

Not sure I understand you correctly, but you can visit entries from
the agenda view with key TAB. If you want, org mode documentation will
give you 3 mores keys to visit entries from agenda buffer.

-- 
  Paul


___
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: //WAITING shows //NEXT too...

2008-06-02 Thread Paul R
Chris Poole [EMAIL PROTECTED] writes:

 I've downloaded the latest version to ~/emacs/lisp/org, 
 to see if this may help. But can't get it to load over 
 the old version (which is packaged inside Emacs.app).

see variable load-path (M-x describe-variable RET load-path RET)

-- 
  Paul


___
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: Bug in iCalendar export

2008-05-29 Thread Paul R
Adam Spiers [EMAIL PROTECTED] writes:

 I'm not sure this bug is specific to Debian - it has been plaguing me
 on Fedora... unless there are two separate causes of the same error
 message.

Do Fedora have a similar distribution system for side-wide lisp ?

 To be honest I'm not even convinced it's directly related to orgmode.

It isn't, I experienced it with emacs-jabber once.

 In my case it looks related to uniquify, but you (Paul) already said
 that you are not using uniquify, which is weird.

I didn't, but since you mentionned it, I tried it and loved it, so
now I do use uniquify and enjoy it everyday :)

-- 
  Paul


___
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: Converting lists to todo items and back

2008-05-20 Thread Paul R
Bernt Hansen [EMAIL PROTECTED] writes:

Hello Bernt,

 Hi Carsten and list!

 I'm finding I outline new tasks quickly with lists like this

 ,
 | * New Task
 |   - [ ] item 1
 |   - [ ] item 2
 |   - [ ] item 3
 `

 and then I want to convert it to TODO items like this:

 ,
 | * New Task
 | ** TODO item 1
 | ** TODO item 2
 | ** TODO item 3
 `

You can simply take advantage of emacs editing facilities.
See functions:
 - org-narrow-to-subtree
 - replace-regexp
 - widen

You can combine them in your own functions easily. See a brief tuto
about emacs lisp coding, or read the (excellent) emacs lisp
introduction.

-- 
  Paul


___
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: Export to iCal raises (error Selecting deleted buffer)

2008-05-20 Thread Paul R
Carsten Dominik [EMAIL PROTECTED] writes:

 Hi,

 I cannot reproduce this bug.  So you need to figure out what in your
 setup is causing this problem, or come up with an example where I can
 reproduce the problem.

 Thanks.

 - Carsten

For reference : it was caused by something in the debian site-lisp. I
did not narrow more, I simply got rid of debian site-lisp, for various
reasons, and this bug disappeared. Thanks for your interest Carsten.

-- 
  Paul


___
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: Release 6.03

2008-05-15 Thread Paul R
Carsten Dominik [EMAIL PROTECTED] writes:

 Hi

 release 6.03 is up on http://orgmode.org.

 Enjoy!

 - Carsten

Impressive work again. Thank you for this great tool !

-- 
  Paul


___
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 a note to a subtree

2008-05-15 Thread Paul R
Hi,

is there a way to refile a note to a subtree using interactive
navigation with completion, like we move a file to a subfolder from
the shell prompt ?

Thanks

-- 
  Paul


___
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: Feature Request: horizontal split for agenda view

2008-05-14 Thread Paul R
Jan Rehders [EMAIL PROTECTED] writes:

 Hi,

 on widescreen displays splitting the window vertically for `org- 
 agenda' will use the screen space inefficiently. An option to use
 horizontal split windows would be nice. I tried to hack this together
 myself but could not figure out where the splitting happened. Any
 pointers would be appreciated (and simply adding it to org-mode would
 be appreciated even more :)).

 greetings,
 Jan


FWIW, you can define your own function and use 
http://www.emacswiki.org/cgi-bin/wiki/ToggleWindowSplit




 ___
 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


-- 
  Paul


___
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: Export to iCal raises (error Selecting deleted buffer)

2008-04-30 Thread Paul R
Adam Spiers [EMAIL PROTECTED] writes:

 [snipped]

 I've no idea if this is related, but that error has plagued me in
 other circumstances, and I'm 95% certain the cause in my case is the
 uniquify buffer name code.  Are you using uniquify?


Thanks. I have no custom setting on uniquify-buffer-name-style.
This variable is unbound in my instance.

 ___
 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


-- 
  Paul


___
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] Set Remember to store notes in a sub-heading

2008-04-30 Thread Paul R
Hi,

I'm looking for a way to have a remember template that allow me to
dump the quick note in a non-top-level heading. For exemple, store it
to the UnsortedPersonnal node below :
  * Unsorted
  ** Personnal

I can't find a way to do that. Is it possible ?
thanks

-- 
  Paul


___
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: Set Remember to store notes in a sub-heading

2008-04-30 Thread Paul R
Rainer Stengele [EMAIL PROTECTED] writes:

 On Wed, 30 Apr 2008 12:52:02 +0200, Paul R [EMAIL PROTECTED] wrote:

 [snip]


 Hi!

 Just define a headline in a unique way in any level; org will find the
 headline anywhere in the file!

 Rainer


Right, it works, thank you and sorry for the noise. FWIW, I thought it
would not work because of the org remember template below :

## Filing location: Select interactively, default, or last used:
## %s  to select file and header location interactively.
## %s  \%s\ - \* %s\
## C-u C-u C-c C-c  \%s\ - \* %s\
## To switch templates, use `\\[org-remember]'.  To abort use `C-c C-k'.\n\n


As you see, there is an hard-coded star before the heading name, and
this leaded me to think it would look for a first-level only.
Cheers,

-- 
  Paul


___
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] 6.02 : Typo in documentation

2008-04-29 Thread Paul R
In node Agenda commands, line 167 : correspoNding

I'm currently reading the doc, should I report here other typos ?

-- 
  Paul


___
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 iCal raises (error Selecting deleted buffer)

2008-04-29 Thread Paul R
iCal export crashes when :
 - from dirary, C-x C-w file.ics
 - from org buffer C-c C-e I or C-c C-e c

It works when exporting with C-c C-e i.

Emacs 22.1, org version 6.02 on Ubuntu.

When crashing, the stack trace is :

Debugger entered--Lisp error: (error Selecting deleted buffer)
  byte-code((...) [b sexp sexp-buffer org-agenda-skip 0 forward-sexp 1 \n 
princ org-diary-to-ical-string] 3)
  org-print-icalendar-entries(combine)
  byte-code((...) [file combine dir buffer-file-name ical-file ical-buffer 
org-check-agenda-file org-get-agenda-file-buffer file-name-as-directory 
file-name-sans-extension file-name-nondirectory .ics erase-buffer symbol-name 
t org-start-icalendar-file org-print-icalendar-entries 
org-finish-icalendar-file save-buffer run-hooks 
org-after-save-iCalendar-file-hook boundp org-wait sit-for org-category 
category standard-output started org-icalendar-combined-name files] 5)
  org-export-icalendar(combine ~/emacs/data/org/perso.org 
~/emacs/data/org/boulot.org)
  apply(org-export-icalendar combine (~/emacs/data/org/perso.org 
~/emacs/data/org/boulot.org))
  (let ((org-agenda-marker-table ...) (org-icalendar-verify-function ...) 
(org-combined-agenda-icalendar-file file)) (apply (quote org-export-icalendar) 
(quote combine) (org-agenda-files)))
  (cond ((string-match \\.html?\\' file) (set-buffer ...) (when ... ... ... 
...) (write-file file) (kill-buffer ...) (message HTML written to %s file)) 
((string-match \\.ps\\' file) (ps-print-buffer-with-faces file) (message 
Postscript written to %s file)) ((string-match \\.ics\\' file) (let ... 
...)) (t (let ... ... ... ... ... ...)))
  (save-window-excursion (cond (... ... ... ... ... ...) (... ... ...) (... 
...) (t ...)))
  (save-excursion (save-window-excursion (cond ... ... ... ...)))
  (let nil (save-excursion (save-window-excursion ...)) #buffer *Org Agenda*)
  eval((let nil (save-excursion (save-window-excursion ...)) #buffer *Org 
Agenda*))
  org-let(nil (save-excursion (save-window-excursion (cond ... ... ... ...))) 
#buffer *Org Agenda*)
  org-write-agenda(~/cleanMe/lalilo.ics)
-- 
  Paul


___
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