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
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
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
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
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
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
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-
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
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.
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
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
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
--- 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
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:
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
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
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
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
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
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
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
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
22 matches
Mail list logo