Re: [Orgmode] modular block exportation was patch [Feature Addition] exporting comments on org files to html

2008-11-11 Thread Carsten Dominik
On Nov 12, 2008, at 3:03 AM, Eric Schulte wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Eric, I think this interesting functionality could at least initially be implemented as a add-on, hooking into `org-export-preprocess- hook'. This hook is called before Org looks at any of the bl

Re: [Orgmode] Export ascii-images using ditaa when targeting HTML?

2008-11-11 Thread Carsten Dominik
Hi Eric, may I suggest the following change? If you allow the format in the block to be like this: #+begin_ditaa blue.png -r -S : +-+ : | cBLU| : | | : |++ : ||cPNK| : ||| : +++ #+end_ditaa then the ascii images will not be attacked by Org syntax

Re: [Orgmode] Export ascii-images using ditaa when targeting HTML?

2008-11-11 Thread Eric Schulte
Hi Mac, That's an interesting utility. I have been working on an org-mode add-on for the specialized processing of #+begin_* blocks. Since this is very similar to the need you expressed below, I implemented ditaa processing as one of the examples in the initial implementation of this add-on. If

Re: [Orgmode] modular block exportation was patch [Feature Addition] exporting comments on org files to html

2008-11-11 Thread Eric Schulte
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi Eric, > > I think this interesting functionality could at least initially > be implemented as a add-on, hooking into `org-export-preprocess-hook'. > This hook is called before Org looks at any of the blocks, so the hook > could remove blocks or form

Re: [Orgmode] Export ascii-images using ditaa when targeting HTML?

2008-11-11 Thread Eric Schulte
Hi Mac, That's an interesting utility. I have been working on an org-mode add-on for the specialized processing of #+begin_* blocks. Since this is very similar to the need you expressed below, I implemented ditaa processing as one of the examples in the initial implementation of this add-on. If

[Orgmode] Links to 'remember' notes?

2008-11-11 Thread David A. Gershman
Hello All, I'm learning about org-remember and have a question of functionality. I have a sample org file: * Heading One :NOTES: {cursor here} :END: With the cursor where stated, I hit C-c r and I go into remember mode. Enter my text, and C-c C-c stores it. What I've found out

Re: R: [Orgmode] Problems with iCalendar export of my Calendar

2008-11-11 Thread Carsten Dominik
Hi Georg On Nov 11, 2008, at 7:19 PM, Georg C. F. Greve wrote: Hi Giovanni, On Tue, 11 Nov 2008 14:38:28 + (GMT) Giovanni Ridolfi <[EMAIL PROTECTED]> wrote: gr> Well, don't you like the "default" org-mode: gr> with the number of days (1/3) ? No, I think that is very annoying. A time-

Re: [Orgmode] Re: Org-mode and ESS

2008-11-11 Thread Graham Smith
Detlef, Ah thanks, I should probably worked that out myself. > if you have ess loaded and you are working on a file test.org: > > * test > ls() > > and you have an R process running in another buffer, then > you can i.e. put the cursor on the line with ls() in test.org > and execute M-x ess-eval

[Orgmode] Re: Org-mode and ESS

2008-11-11 Thread Detlef Steuer
Hi Graham, if you have ess loaded and you are working on a file test.org: * test ls() and you have an R process running in another buffer, then you can i.e. put the cursor on the line with ls() in test.org and execute M-x ess-eval-line. The command is then executed in your running R session.

Re: R: [Orgmode] Problems with iCalendar export of my Calendar

2008-11-11 Thread Georg C. F. Greve
Hi Giovanni, On Tue, 11 Nov 2008 14:38:28 + (GMT) Giovanni Ridolfi <[EMAIL PROTECTED]> wrote: gr> Well, don't you like the "default" org-mode: gr> with the number of days (1/3) ? No, I think that is very annoying. The only numbers I want to see there are times. What I would want is som

[Orgmode] Org-mode and ESS

2008-11-11 Thread Graham Smith
Is any one using Org-mode with ESS. ESS seems to need a file with a *.R name to work, but it would be really useful to use Org-mode features to keep notes of comments and code, before sending to R, and of course to copy results back into an Org-Mode file from R. As a search here and a google ha

Re: [Orgmode] Bug in org-export-icalendar

2008-11-11 Thread Carsten Dominik
n//Emacs with Org-mode//EN X-WR-TIMEZONE:EET CALSCALE:GREGORIAN BEGIN:VEVENT UID: [EMAIL PROTECTED] DTSTART;VALUE=DATE:2008 DTEND;VALUE=DATE:20081112 SUMMARY:Thing 16:00-18:00 DESCRIPTION: <2008-11-11 Tue> CATEGORIES:test END:VEVENT BEGIN:VEVENT UID: [EMAIL PROTECTED] DTSTART:2008T

R: [Orgmode] Problems with iCalendar export of my Calendar

2008-11-11 Thread Giovanni Ridolfi
--- Mar 11/11/08, Georg C. F. Greve <[EMAIL PROTECTED]> ha scritto: > I still have problems when trying to > share my information with others or other devices -- > especially in terms of Calendar entries. > > Below I have attached a (real) example of my trip to FSCONS > in Sweden in Org mode form

[Orgmode] Bug in org-export-icalendar

2008-11-11 Thread Harri Kiiskinen
GIN:VEVENT UID: [EMAIL PROTECTED] DTSTART;VALUE=DATE:2008 DTEND;VALUE=DATE:20081112 SUMMARY:Thing 16:00-18:00 DESCRIPTION: <2008-11-11 Tue> CATEGORIES:test END:VEVENT BEGIN:VEVENT UID: [EMAIL PROTECTED] DTSTART:2008T16 DTEND:2008T18 SUMMARY:Another Thing DESCRIPTION:

Re: [Orgmode] Verbatim blocks are subject to markup

2008-11-11 Thread Carsten Dominik
Hi Daniel, if you edit this block once with C-c ' (C-c followed by quote) and exit again with the same command, you will see that the critical lines will be "quoted" by inserting a comma in front of it. This comma will be removed for editing, and also for publishing. - Carsten On Nov 11

[Orgmode] Verbatim blocks are subject to markup

2008-11-11 Thread Daniel Clemente
With org-mode 6.12a, if I open a new file.org and write: #+BEGIN_EXAMPLE a aa ''*aa*'' ao * a #+END_EXAMPLE Then I see „“ as a heading (in blue, and I can do TAB on it). According to [1], this block should not be subject to markup. But it is, and the „“ mixes in with the exter

[Orgmode] Re: Can not push to Worg.

2008-11-11 Thread Mikael Fornius
Now that I read the instructions again I see that I also have to mail Bastien for this to work, I CC: him. Bastien: may I push please? (Sorry for the noise.) Mikael Fornius <[EMAIL PROTECTED]> writes: > I have made some changes to org-collector.el at Worg git repository and > when I try to pus

[Orgmode] Problems with iCalendar export of my Calendar

2008-11-11 Thread Georg C. F. Greve
Hi all, I've been using Org Mode for a while, and as long as things stay in Emacs, things work just fine. But I still have problems when trying to share my information with others or other devices -- especially in terms of Calendar entries. Below I have attached a (real) example of my trip to FSC

[Orgmode] Can not push to Worg.

2008-11-11 Thread Mikael Fornius
I have made some changes to org-collector.el at Worg git repository and when I try to push this I get: ~/Worg $ git push Counting objects: 11, done. Compressing objects: 100% (8/8), done. Writing objects: 100% (8/8), 1.44 KiB, done. Total 8 (delta 4), reused 0 (delta 0) error: unable to create tem

Re: [Orgmode] agenda for past month

2008-11-11 Thread Sebastian Rose
Hi Detlef, you may go back and forth by weeks using the LEFT and RIGHT keys. Shortcuts in the agenda buffer: http://orgmode.org/manual/Agenda-commands.html#Agenda-commands Sebastian Detlef Steuer <[EMAIL PROTECTED]> writes: > Hi there! > > I "feel" there must be an easy way to do it, but

[Orgmode] Release 6.12

2008-11-11 Thread Carsten Dominik
Enjoy! - Carsten Changes in Version 6.12 === Overview - A region of entries can now be refiled with a single command - Fine-tuning the behavior of `org-yank' - Formulas for clocktables - Better implementation of footnotes for HTML export - More lang

[Orgmode] agenda for past month

2008-11-11 Thread Detlef Steuer
Hi there! I "feel" there must be an easy way to do it, but I can't find out how: Is it possible to get an agenda, say for the last month (week), which shows the old appointments and done tasks for that period of time? What chapter of the fine manual leads me in the right direction? Or, how do yo