[Orgmode] Export org-mode to .ics (on FTP-Server)

2007-04-11 Thread phil
Hello, I'm using org-mode to keep track of my todos & events & to store stuff. I've an org-mode file (events.org) that contains all upcoming events (music, sports...). I've setup my blog to show the next events that are taken from a .ics- file, that is stored on my webserver. So the curr

Re: [Orgmode] M-x lifesnap (and an itty bitty org-agenda problem i'm having)

2007-04-11 Thread Carsten Dominik
On Apr 6, 2007, at 15:06, David O'Toole wrote: Hello everyone. I'm working on a very small (but very useful to me) piece of software called Lifesnap. It is compatible with org-mode and potentially of interest to org-people so I am mentioning it here. The idea is to get a single-key overview of

Re: [Orgmode] Re: Idea: Agenda Search publish?

2007-04-11 Thread chris
On 05/04/07, Jason F. McBrayer <[EMAIL PROTECTED]> wrote: "David O'Toole" <[EMAIL PROTECTED]> writes: > I think this means being able to publish static HTML from the various > views given by the agenda. So for example you could set up a timer to > publish your agenda each day (assuming you run

Re: [Orgmode] Export org-mode to .ics (on FTP-Server)

2007-04-11 Thread Bastien
phil <[EMAIL PROTECTED]> writes: > QUESTION: > Is it possibile to upload the .ics file after exporting in one step from > emacs? Maybe doing it from Emacs is not as straightforward as doing it with a simple script. Here is an example of such a script -- it launches Emacs in batch mode, takes you

[Orgmode] Re: 4.70 org-goto bug

2007-04-11 Thread Leo
On 2007-04-11, Carsten Dominik said: > I cannot reproduce that bug. Anyone? > > - Carsten I can't reproduce it either. However, on the first heading, 'b' will move to the first line of the buffer even it is not a heading. Is this intentional? To reproduce: o 'C-c C-j' o hit 'u' until on

[Orgmode] Re: 4.70 org-goto bug

2007-04-11 Thread Leo
On 2007-04-11, Carsten Dominik said: > I cannot reproduce that bug. Anyone? > > - Carsten I can't reproduce it either. However, on the first heading, 'b' will move to the first line of the buffer even it is not a heading. Is this intentional? To reproduce: o 'C-c C-j' o hit 'u' until on

Re: [Orgmode] Re: Idea: Agenda Search publish?

2007-04-11 Thread Bastien
chris <[EMAIL PROTECTED]> writes: > So, this is a function I use to htmlize the agenda buffer. Very basic, > but works for me to be able to see my TODOs away from my desktop > > (defun cw-print-agenda () > "htmlize org-mode's agenda"

Re: [Orgmode] Re: Idea: Agenda Search publish?

2007-04-11 Thread chris
I guess (interactive "P") should be (interactive) only, and (org-todo-list 0) should be replaced by something like (org-todo-list "TODO") since 4.70. I really do need to learn better lisp, and, yes, my org-mode is quite out of date. Thanks for the tips! C. ___

[Orgmode] Re: Idea: Agenda Search publish?

2007-04-11 Thread Leo
On 2007-04-11, chris said: > Even taking the fancy publishing and timer stuff out of it, it would > be actually quite useful to be able just to export to html (or > whatever other target). For example, to produce printed context > lists for away-from-the-computer contexts. > > So

[Orgmode] Re: Bug: lines are commented when they shouldn't

2007-04-11 Thread Leo
On 2007-01-09, Bastien said: > ===%<= > #+TITLE: Title example > > * First header > > Try to edit this line. Auto-filling does comment each line after this > #one (<- like this). This bug does not happen when you remove the #+.. > ==

[Orgmode] '|' in a table

2007-04-11 Thread Leo
Hello, list, I need to input a LaTeX formula in a cell of a org table. The formula looks like this: $mad(x) = 1.4826\cdot median(|x_i-median(x)|)$ However org will think '|' as delimiter of the table. Any solutions? Thanks, -- Leo (GPG Key: 9283AA3F) ___

Re: [Orgmode] '|' in a table

2007-04-11 Thread William Henney
Hi Leo On 4/11/07, Leo <[EMAIL PROTECTED]> wrote: I need to input a LaTeX formula in a cell of a org table. The formula looks like this: $mad(x) = 1.4826\cdot median(|x_i-median(x)|)$ However org will think '|' as delimiter of the table. Any solutions? $mad(x) = 1.4826\cdot median(\vert

[Orgmode] Re: '|' in a table

2007-04-11 Thread Leo
Dear William, On 2007-04-11, William Henney said: >> I need to input a LaTeX formula in a cell of a org table. The formula >> looks like this: >> >> $mad(x) = 1.4826\cdot median(|x_i-median(x)|)$ >> >> However org will think '|' as delimiter of the table. Any solutions? >> > > $mad(x) = 1.482

[Orgmode] [bug] infinite loop

2007-04-11 Thread Leo
Another bug in 4.70. before the first level-1 heading, typing "M-RET" will enter emacs into infinite loop. ,[ Backtrace ] | Debugger entered--Lisp error: (quit) | looking-at("[ ]*$") | (if (looking-at "[ ]*$") (setq ind1 ind-empty) (skip-chars-forward " ") (setq ind1 (curren

[Orgmode] Bugs and suggestions for Org 4.70

2007-04-11 Thread Bastien
Hi Carsten and all, here is a bug report for Org 4.70 + cvs GNU Emacs (23.0.0.1), followed by a couple of suggestions. Bugs : - Comment syntax: M-; still complains that no comment syntax is defined. - *Bold* words at the beginning of lines are considered headlines when folding/unfolding. -

[Orgmode] publish archives

2007-04-11 Thread François Lagarde
I meet troubles to publish org archives files. I am certainly wrong but can't see my mistake.. My archives files are located into a archive directory. In my org-publish-project-alist I created the following inputs: ("org" ... ) ("archive" :base-directory "~/documents/org/archive/"

[Orgmode] Feature request: HTML table formatting

2007-04-11 Thread Daniel J. Sinder
Generally, I like the latest incarnation of HTML table formatting, in particular because I can control the presence of horizontal lines. But, now I'm spoiled and would like to do the same for vertical lines -- on a table-by-table basis. With the rules=groups attribute (already the default with or

Re: [Orgmode] [bug] infinite loop

2007-04-11 Thread Jason F. McBrayer
On Wed, 2007-04-11 at 21:06 +0100, Leo wrote: > before the first level-1 heading, typing "M-RET" will enter emacs into > infinite loop. I can confirm this. -- +---+ | Jason F. McBrayer[EMAIL PROTECTED] | | If someone c