[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

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

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 and

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

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 got some results

[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

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 mailing

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

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

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 [EMAIL PROTECTED

[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