[Orgmode] To re-assign keys ?

2009-11-14 Thread lanas
Hello all, I use orgmode on a daily basis and it's great. Although it could be a bit better if it was possible to copy/paste as in regular buffers. In a regular buffer (eg. C, Perl code for instance) I use to select characters inside a line of text: Shift-Crtl-Right Arrow. In orgmode it does n

[Orgmode] Agenda publishing

2008-02-18 Thread lanas
Hi, I'm taking a look at orgmode for the possibility of organizing simple projects. Is it possible to export an agenda view or some other agenda data so that it can be eventually rendered in an HTML browser using a calendar ? Or better yet, if tags are used to assign individual tasks to team m

Re: [Orgmode] Agenda publishing

2008-02-20 Thread lanas
Le Mardi, 19 Février 2008 03:41:00 +, Bastien <[EMAIL PROTECTED]> a écrit : Bonjour, > > I'm taking a look at orgmode for the possibility of organizing > > simple projects. Is it possible to export an agenda view or some > > other agenda data so that it can be eventually rendered in an HTM

Re: [Orgmode] Agenda publishing

2008-02-21 Thread lanas
Le Jeudi, 21 Février 2008 01:09:40 +, Bastien <[EMAIL PROTECTED]> a écrit : >> I'm trying this but org saves the content of the agenda (for >> instance generated with 'C-c a L') as plain text, even though I >> specify a file name of: test.html. Do I need to add any other >> package to emacs t

Re: [Orgmode] Agenda publishing

2008-02-21 Thread lanas
From: lanas <[EMAIL PROTECTED]> To: Bastien Guerry <[EMAIL PROTECTED]> Subject: Re: [Orgmode] Agenda publishing Date: Thu, 21 Feb 2008 21:14:39 -0500 X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.13; x86_64-redhat-linux-gnu) Le Vendredi, 22 Février 2008 01:35:31 +, Bastien Guerry <[

[Orgmode] TODOs not shown in TOC of HTML export

2008-02-29 Thread lanas
Hi, Is it possible to show the TODO (etc...) tags in the table of contents of a HTML export (eg. org-export-as-html) ? What I mean by this is the following: * DONE Phase one :MIKE: * TEST Phase two :PIERRE: * TODO Phase three :DIETER: The table of contents will not show the TODO, DONE, TE

Re: [Orgmode] TODOs not shown in TOC of HTML export

2008-03-01 Thread lanas
Le Samedi, 01 Mars 2008 03:26:25 +, Bastien Guerry <[EMAIL PROTECTED]> a écrit : > org-export-mark-todo-in-toc nil > org-export-remove-timestamps-from-toc t > org-export-with-tags 'not-in-toc Thanks, this works great. Al ___ Emacs-orgmode mail

[Orgmode] html: handling new lines

2008-03-05 Thread lanas
Hello, Is it possible for orgmode to observe the actual newlines inserted into the org file when exporting to html ? By this I mean: - [ ] First item - [ ] Second item NOTES on the second item - [ ] Third item The 'NOTES' line, in the html version, will not have an empty line betwee

[Orgmode] Diffing org files with orgmode results

2008-03-09 Thread lanas
Folks, This may be far-fetched. Let's say that there's an org file whose purpose is to maintain a list of tasks. The file is viewable by everyone in its html incarnation. It could be useful to produce a html difference between updates of that file that would look like and org file. For ins

Re: [Orgmode] Diffing org files with orgmode results

2008-03-09 Thread lanas
Le Dimanche, 9 Mars 2008 10:53:44 -0400, lanas <[EMAIL PROTECTED]> a écrit : > everyone in its html incarnation. It could be useful to produce a > html difference between updates of that file that would look like and > org file. I tried with a simple diff like the following and g

[Orgmode] Converting to html in a shell script

2008-03-12 Thread lanas
Hi all, I would like to convert an org file to HTML, much like C-c C-e h would do, automatically from a shell script. So far I've tried unsuccesfully some permutaions of: emacs -batch -l ~/.emacs -eval '(org-export-as-html "./file.org")' emacs -batch -l ~/.emacs -eval '(org-export-as-html)' ./

[Orgmode] emacs 23.0.60.1

2008-03-29 Thread lanas
Hello all, I've tried org-mode on the emacs 23.0.60.1 I retrived from cvs from Savannah and compiled. Orgmode does not run and emacs reports: "Wrong number of arguments: quote, 3" emacs was launched like this: ./emacs -fn "DejaVu LGC Sans Mono-11" It'd be nice to run emacs in Orgmode with

Re: [Orgmode] Re: emacs 23.0.60.1

2008-03-30 Thread lanas
Le Dimanche, 30 Mars 2008 10:09:00 -0700, Cezar Halmagean <[EMAIL PROTECTED]> a écrit : > > I've tried org-mode on the emacs 23.0.60.1 I retrived from cvs > > from Savannah and compiled. Orgmode does not run and emacs reports: > > > > "Wrong number of arguments: quote, 3" > I have the same ver

Re: [Orgmode] Re: emacs 23.0.60.1

2008-03-31 Thread lanas
Le Dimanche, 30 Mars 2008 23:38:59 -0700, Cezar Halmagean <[EMAIL PROTECTED]> a écrit : > > Which version of org are you using ? > I am using org-5.23a I'm using 5.22a. I've tried it on both Fedora Core 6 x86_64 and Fedora 8 i386 and the same error happens when doing M-x org-mode: "Wrong numbe

Re: [Orgmode] Re: emacs 23.0.60.1

2008-03-31 Thread lanas
Le Dimanche, 30 Mars 2008 23:38:59 -0700, Cezar Halmagean <[EMAIL PROTECTED]> a écrit : > > Which version of org are you using ? > I am using org-5.23a OK, I got it working. I also upgraded to 5.23a. There was a problem at the startup, eg. the same error as before. So I ran with --debug-init a