Re: [O] Org-agenda-leaders

2015-10-22 Thread Uwe Jochum

Dear Matt,

thanks! I'll try a fresh install of Emacs and orgmode this weekend and see 
what will happen. My Emacs is 24.3.1 on a Linux Mint machine.


Besten Dank,

Uwe Jochum

Matt Lundin schrieb am 2015-10-21 um 17:03 Uhr:


Uwe Jochum <uwe.joc...@uni-konstanz.de> writes:


Hi all,

when I switched to the orgmode 8.3.2 quite a lot of entries in my
weekly agenda disappeared. This seems to be related to the fact that I
renamed the agenda leaders like so:

 '(org-agenda-deadline-leaders (quote ("FRIST:  " "In %3d d.: ")))

 '(org-agenda-scheduled-leaders (quote ("TERMIN: " "TERMIN.%2dx: ")))



I cannot replicate this. The leaders above (FRIST, TERMIN) appear
properly on my machine.

Org-mode version 8.3.2 (release_8.3.2-204-g30ec97)
Emacs: "25.0.50.4"

Matt






Re: [O] Org-agenda-leaders

2015-10-22 Thread Uwe Jochum

Hi Matt and all,

here is (probably) the solution to this problem:

As I said, I have this in my .emacs:

'(org-agenda-deadline-leaders (quote ("FRIST:  " "In %3d d.: ")))

'(org-agenda-scheduled-leaders (quote ("TERMIN: " "TERMIN.%2dx: ")))

Up to orgmode 8.2.something this worked globally in orgmode, i.e. I could 
use an entry like this in my org-files:


* TODO Do Something
TERMIN: <2015-10-10 Sa>

This was parsed and produced an output in the agenda list like so:

Samstag 10 October 2015
TERMIN.1x: Do Something

But now in orgmode 8.3.2 the leaders are no longer globally working, but 
only for producing the agenda list. Therefore it is necessary to use the 
English words SCHEDULED and DEADLINE in the org-files, like so:


* TODO Do Something
SCHEDULED: <2015-10-10 Sa>

And this gives (the .emacs file beeing unchanged)

Samstag 10 Oktober 2015
TERMIN.1x: Do Something

So obviously the parser was changed or in the earlier orgmode-versions I 
used a feature that was not intended (I mean the agenda-leader-text as a 
text for the org-file-entries).


I hope this clears the point a little bit.

I switched to the English words SCHEDULED and DEADLINE in the org-files. 
So, as for me, that's o.k.


Thanks a lot,

Uwe Jochum




[O] Org-agenda-leaders

2015-10-20 Thread Uwe Jochum

Hi all,

when I switched to the orgmode 8.3.2 quite a lot of entries in my weekly 
agenda disappeared. This seems to be related to the fact that I renamed 
the agenda leaders like so:


 '(org-agenda-deadline-leaders (quote ("FRIST:  " "In %3d d.: ")))

 '(org-agenda-scheduled-leaders (quote ("TERMIN: " "TERMIN.%2dx: ")))

So renaming a scheduled item with the leader "SCHEDULED" brings it back 
into the agenda list. Hm. I wanted Orgmode to speak German with me, and it 
worked perfectly up to orgmode 8.2. or so. Is someone out there who can 
confirm this new behavior of orgmode 8.3.? Is it a bug or did I miss some 
change in the configuration of orgmode?


Thanks in advance for any hint.

Best,

Uwe Jochum





[Orgmode] Diary-integration in version 7.01.g

2010-07-24 Thread Uwe Jochum

Hi all,

it seems that the diary integration is somehow broken in the new orgmode  
7.01.g:


I have entries like

%%(diary-anniversary 1960 08 06) Herr X (%d Jahre alt)

in my org-contacts file, but they are no longer shown in the agenda view.

org-agenda-include-diary is set to t.

Other sexp entries (diary blocks, for instance) don't work either.

Can someone verify this?

Schöne Grüße,

Uwe

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Diary-integration in version 7.01.g

2010-07-24 Thread Uwe Jochum

Am 24.07.2010, 14:03 Uhr, schrieb David Maus dm...@ictsoc.de:


Works fine here with Org-mode version 7.01trans on GNU Emacs 23.2.1
 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-05-16 on raven,
 modified by Debian

HTH,
  -- David


Thanks! After restarting the system it works again on my machine. Hm.  
Don't know what was wrong...


Best,

Uwe


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Release 6.33

2009-11-15 Thread Uwe Jochum
Carsten Dominik wrote:
 I still cannot get the test file to work, that Uwe posted here lately:
 
 This is strange, that *did* work before I pushed the release.
 Anyway, not it no longer does 
 
 OK, fixed again, hope it works now.
 
 - Carsten

Carsten,

thanks again for the latest org! 

Here's what I get when I'm exporting a contacts-file with drawers, using 
orgmode 6.33c:

1. Exporting to html works perfectly!

2. Exporting to pdf has a little flaw: When there is an anniversary-line 
just before the drawer this line is omitted during pdf export.

Here's my test file:

*begin of file**
#+DRAWERS:   ADRESSE
#+LANGUAGE:  de
#+OPTIONS:   toc:nil  f:t *:t :t d:t


* Musterfrau, Gerda

Irgendein Text.

%%(diary-anniversary 11 14 2009) Geburtstag: Gerda %d Jahre alt

:ADRESSE:
:Stadt:Frankfurt am Main
:Telephon:   069--7511--2660 (direkt)
:Telephon:   069--7511--1666 (Sekretärin)
:E-Post: mailto:g.musterf...@web.de
:END:

*End of file **

I'm pondering whether the omitted anniversary-line in the pdf-export is 
something desirable: the %% are looking ugly, and the information can be 
stored in the drawer itself. But the price for this is to double the 
information: the diary-entry-like sexps is necessary to show the information 
in the agenda view, and the doubled anniversary information in a drawer is 
necessary to have a nice looking output.

Herzliche Grüße,

Uwe




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Re: Release 6.33

2009-11-15 Thread Uwe Jochum
Carsten Dominik wrote:
 Alternative:
 :ADRESSE:
 :Stadt:  Frankfurt am Main 2009-11-15 Sun +1y
 :Telephon:   069--7511--2660 (direkt)
 :Telephon:   069--7511--1666 (Sekretärin)
 :E-Post: mailto:g.musterf...@web.de
 :Geburtstag: 1997-11-15 Sat +1y
 :END:

Carsten,

wow! I hadn't tried this before, but that is wunderbar again! Thanks a lot 
for the hint! With this there is really no need for maintaining contact 
files in another system apart from orgmode!

Herzlichen Gruß,

Uwe




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Exporting drawers

2009-11-11 Thread Uwe Jochum
Hi all,

I found the idea of maintaining a contacts list in orgmode intriguing and 
went on to import my old data from kde-kontact into orgmode, using drawers 
as the appropriate tool to store the information, like so:

* Musterfrau, Gerda
%%(diary-anniversary 02 17 1959) Geburtstag: Gerda ist heute \%d Jahre 
alt!
  :ADRESSE:
  :Stadt:Frankfurt am Main
  :Telephon:   069--7511--2660 (direkt)
  :Telephon:   069--7511--1666 (Sekretärin)
  :E-Post: mailto:g.musterf...@web.de
  :END:

* Mustermann, Fritz
  :ADRESSE:
  :Stadt:   Mannheim
  :Straße:  K4, 12
  :Telephon: 0621 / 882255XX
  :END:

In the head of the file I have the line

#+DRAWERS:   ADRESSE 

and in my .emacs there is an entry  '(org-export-
with-drawers t) to make sure the drawers are included when I am exporting 
the file. But when exporting the file the drawer :ADRESSE: is NOT included; 
I only get the headlines or text outside the drawer.

I cannot figure out what's wrong with my setting. Could someone give me a 
hint?

System: Mandriva-Linux 2010.0, Emacs 23.1.1., orgmode 6.32b

Thanks a lot,

Uwe Jochum




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Exporting drawers

2009-11-11 Thread Uwe Jochum
David Maus wrote:
 Hi Uwe,
 I cannot reproduce this. I created an empty org file, copied your test
 items, put #+DRAWERS: ADDRESSE on the head of the file, updated the
 file local settings (C-c C-c) and exported to html. The ADRESSE
 drawers are there.

David,

thanks for testing! So it seems that my configuration is o.k., but somehow 
on my machine the export doesn't work properly. I'll switch to orgmode 
6.32trans and see if that helps.

Regards,

Uwe



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Exporting drawers

2009-11-11 Thread Uwe Jochum
Carsten Dominik wrote:
 Do you maybe have a line
 
 #+OPTIONS: d:nil
 
 in the buffer???
 
 - Carsten

Carsten,

no, I haven't. This is what I have:

#+TITLE: Kontakte
#+AUTHOR:Uwe Jochum
#+EMAIL: uwe.joc...@xxx.de
#+DATE:  2009-10-29 Do
#+DRAWERS:   ADRESSE
#+LANGUAGE:  de
#+OPTIONS:   toc:nil  f:t *:t :t d:t

d:t is clearly unnecessary, because I have enabled the export of drawers 
globaly in my .emacs, but anyway...

And here comes something really strange:

David Maus said he copied my example in a fresh file and exported it, and he 
got a correct result. So I too copied my example and inserted it in an emty 
new file --- and it worked, but only once! I tried this now three times: 
Everytime the file is new, the export of drawers works (PDF, html); but 
after the first run every repeated export of drawers fails. And on the first 
run I do not get the nicely formatted drawer display David had (with 
linebreaks after every drawer-line), but a rather cluttered result without 
linebreaks.

If no-one else can reproduce this with orgmode 6.32b, I'll switch to orgmode 
6.32trans.

Schöne Grüße,

Uwe






___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Re: Exporting drawers

2009-11-11 Thread Uwe Jochum
Sebastian Rose wrote:
 Hi,
 Removing the line
%%(diary-anniversary 02 17 1959) Geburtstag: Gerda ist heute \%d Jahre
alt!
 helps. I can export again.
 In PDF, the drawers are still absent. They are not in the LaTeX sources
 either.

Sebastian,

o.k., I removed all the anniversary-lines, and after that html-export 
worked, but the drawers are printed without linebreaks, as before. PDF-
export is still not working: no drawers at all. So I could reproduce all 
your (negative) results. Thanks!

Schne Grüße,

Uwe



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: contact management in org-mode?

2009-10-30 Thread Uwe Jochum

Hi all,

has someone tried forms for the purpose of contact management? See:

http://sunsite.ualberta.ca/Documentation/Gnu/emacs-21.1/html_chapter/forms_frame.html

Best,

Uwe

Alan E. Davis schrieb am 29.10.2009 21:00:
I'll mention EDB, emacs data base, here, even though I haven't used it 
for several years.  


http://gnuvola.org/software/edb/

It's available on many GNU/Linux distros, as a package.  It is for 
Gentoo, and perhaps for Debian/Ubuntu as well. 

It is extensible/programmable, so that various interfaces could perhaps 
be possible.  I spent a little time years ago setting up an Addresses 
database, with output formats to automatically set up a LaTeX header for 
each marked address.  It was a bit klunky, to be sure, but it worked 
REALLY well, and it worked the way I wanted it to.


It's an old piece of software.  I tried it lately with my address DB, 
with Emacs 23, so it may just still work fine.


In the examples directory, above, are a rolodex database, possibly 
somewhat similar to what I had going, and some other examples.   There 
has been some relatively recent effort into maintaining EDB.


I write this not as a programmer, but a user, just to point to something 
that has worked well for me in the past.


Alan Davis




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Org-export: symbol's variable void

2009-08-18 Thread Uwe Jochum
Hi all,

when I want to publish a project using the key combo C-c C-e I get this
in the message buffer: 

symbol's value as variable is void: org-protecting-blocks

This message appears before I can hit the final C/P/F/E-key to trigger
the publication process.

This happens after upgrading to Org-6.29c, using Emacs 23.1.1 on Windows
XP. 

Schöne Grüße,

Uwe Jochum



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Orgmode and PDF export on Windows machine

2009-06-26 Thread Uwe Jochum
Hi all,

since a couple of weeks I have this strange behaviour of orgmode:

When I try to export to PDF via Ctrl-c-e and then using »d« to export as
Latex, process PDF and open the PDF, orgmode begins the export process
and then stops somehow. I can export to LaTeX (l) und to a temporary
LaTeX buffer (L), and having a LaTeX buffer I can produce a PDF without
any problem, but I cannot use the »p« and the »d« key to produce PDF in
one step.

This happens since orgmode 6.27, and it happens also in 6.28b. My system
is a Windows XP machine using MikTeX als LaTeX-environment. MikTeX is
freshly updated and works well. Emacs is GNU Emacs 22.3.1.

Any hints and clues?

Best,

Uwe Jochum




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: export to latex

2009-01-12 Thread Uwe Jochum

Just to add one additional (quite useless data point).. I tried the
example file and it did seem to hang with Emacs consuming lots of CPU.
Although export to HTML worked for the file.  Not just the example
file.. my other files also got stuck at PDF export.  Then I rebooted
Emacs and tried PDF export first thing (i.e. w/o exporting to HTML
first) and it myteriously worked for all files.


Here's a trick that works on my office machine (Windows XP, Emacs 22.3.1):  
Before exporting to LaTeX I export to html. That done an export to LaTeX  
works fine (all four commands). I have no clue why this is necessary on my  
WinXP machine. At home, on my Linux machine, a prior export to html is  
uneccessary before exporting to LaTeX.


Regards,

Uwe



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Moving subtrees does not work

2008-12-17 Thread Uwe Jochum

Carsten,

it seems that the newest version of Orgmode (6.15a) has a bug: When I try 
to move a tree/subtree to the archive (C-c C-x C-s) I get this message


Wrong type argument: number-or-marker-p, nil

and the tree/subtree isn't moved.

The entry in the menu (Org -- Archive) doesn't work either.

Schöne Grüße,

Uwe
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Bug in Orgmode 6.02 when archiving

2008-04-25 Thread Uwe Jochum
Hi all, hi Carsten,

thanks again for the new version of Orgmode!

But I think there is a little bug in the new Orgmode 6.02:

When I try to move tree or subtree with the Archive tag to the archive
area of an org-file Orgmode complains with a message in the minibuffer
that the directory Org (this is where all my org-files reside) is
read-only, and the tree/subtree doesn't move to the archive area of that
file. In the background Emacs opens another buffer named Org 2 (and
even more buffers with that name as often as I try to move a tree to the
archive area).

I verified this by switching back to Orgmode 6.01b: no problems with
archiving in this version.

Seen on Emacs 22.1.1, Windows XP.

Are there others who can verify this bug?

Schöne Grüße,

Uwe





___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-mode and taskpaper

2008-04-01 Thread Uwe Jochum
Carsten,

Message from Apr 01 2008 (09:26):
 Reading this thread has really cost me a lot of sleep, but
 I have now come to the conclusion that we need to turn
 the tide and downscope Org-mode significantly.

this is what I wrote to you some months ago. Some say it is a symbol of
success when a piece of software becomes bigger and bigger because of
endlessly incoming feature requests; but I, personally, am inclined to
think that only a small portion of people will use all those very
special features, while more and more people will be frightened off. So
was I, after having used Orgmode for many, many months --- I decided to
give Thinking Rock a try, which is easy to use, integrates with
calendar software and is multi platform software (Java). I must confess
this, and I must confess also that I came back to Orgmode after three
months, because Orgmode has a much faster response time, offers
wonderful features (of which I only use a small part) and can be adapted
to what I want. To have this core functionality (an outliner and a tool
for task management, be it GTD or not) would be perfect and attractive
enough for those being non-programmers and non-geeks, as I am.

So, in short: I understand your conclusion very well, I share your
premises, and I support your decision!

Uwe



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-mode and taskpaper

2008-04-01 Thread Uwe Jochum
Hm,

Message from Apr 01 2008 (11:18):
 Hm, reading all the answers to this aprils fools gets me a bit worried.
 Nobody seems to see the joke and everybody seems to agree that org-mode
 is too bloated. 

sometimes the joke reveals a truth. Sometimes only the reflection of a
truth. Let's wait until next year and see if it's a truth or only its
reflection.

Uwe








___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Archive tag

2007-11-03 Thread Uwe Jochum

Carsten Dominik [EMAIL PROTECTED] wrote on Nov 03 2007 (13:35):
 when I change (using customize menue for Org Archive) the
 archive  tag
 from Archive (English) to Archiv (German) I have to set the faces
 for Archiv anew, and the Archiv tag doesn't do what the Archive
 tag does, i.e. Archiv doesn't work. Is this intentionally so?
 (Problem
 seen in Emacs 22.1.1 with org 5.13.)

 Yes, this ia a bug, ARCHIVE is hard-coded for fontification.
 Will be  fixed in 5.14.

Thanks!

Uwe



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Archive tag

2007-11-02 Thread Uwe Jochum
Hi all,

when I change (using customize menue for Org Archive) the archive tag
from Archive (English) to Archiv (German) I have to set the faces
for Archiv anew, and the Archiv tag doesn't do what the Archive
tag does, i.e. Archiv doesn't work. Is this intentionally so? (Problem
seen in Emacs 22.1.1 with org 5.13.)

Schöne Grüße,

Uwe



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Store link broken?

2007-06-25 Thread Uwe Jochum
Hi all,

I just wanted to store a link, using the usual C-c l. But it seems
this command is broken in the new Org-4.79. Can someone verify this? Or
did I miss something?

I have 

  (add-to-list 'auto-mode-alist '(\\.org$ . org-mode))
  (define-key global-map \C-cl 'org-store-link)
  (define-key global-map \C-ca 'org-agenda)
  (global-font-lock-mode 1)

in my .emacs-file, so the command should work (Emacs 22.1.1 on Windows
XP).

Schöne Grüße,

Uwe



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Publishing projects

2007-04-05 Thread Uwe Jochum
Hi all,

after having published a project in orgmode I am asked, before closing
the original orgmode files, if I want to save the modified file(s). It
seems that the new version of orgmode (4.70) thinks that a published
file is a modified file, which isn't the case, in my view.

As far as I see the handbook gives no information as regards this
behaviour of orgmode, which is new, isn't it? Or did I miss something?

By the way: The handbook has in chapter 11.3 (Triggering publication)
lower case letters to initiate the publication process. Shouldn't these
be upper case letters? Like

C-c C-e F

Schöne Grüße,

Uwe



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Named fields in tables

2007-03-14 Thread Uwe Jochum
I've seen this in Orgmode (4.68): If you use named fields in an Orgmode
table, the field name should not contain a -, like in sum-up. Field
names with this sign don't work (you won't get an error message, but the
formula with that field name isn't computed). I hope others can verify
this phenomenon.

Schöne Grüße,

Uwe



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: [OT] Mädesüßöl - was Re: Re: Weird error when compiling org 4.66

2007-02-28 Thread Uwe Jochum

Although being a native German I never had heard the word Mädesüßöl
before... After a look into a dictionary it is this:

Mädesüß is a plant, a kind of a rose.

Öl is oil. 

Both packed together into a German Nominalkompositum, which is a
nominal compound. Great fun fornonnativespeakersofGerman.

So it's simply a kind of rose oil. Don't know if that one tastes sweet.

Schöne Grüße,

Uwe

Message from Feb 28 2007 (12:18):
  Mädesüßöl
  (yes, that really exists...)

 You can buy some here, I think

  
 http://www.truestyleshop.de/product_info.php/cPath/405_206_263/products_id/2442

 but I can't figure out what it is ([something] sweet oil?). Anyone care to
 explain these words to us non-German speakers?

 Dave



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Exporting and browsing

2006-10-28 Thread Uwe Jochum
Hi all,

when I want to export and browse an org-file using the command C-c C-e
b, orgmode looks for a browser to display the exported html-page. I HAD
installed Opera, but switched to Firefox for several reasons. But now
orgmode still wants to use Opera as default browser to display the
exported html-page. Of course I have changed the browse-url-settings in
my .emacs file, so there is absolutely no reference to opera in my
.emacs. But whatever I do, C-c C-e b tries to start Opera (by calling
/usr/bin/opera) instead of Firefox, and then it exits abnormally with
code 127 (I have no idea what that code means). 

So how can I tell orgmode to use Firefox instead of Opera? Or does
orgmode depend on a hidden emacs-configuration-parameter? I feel
completely clueless... Any hint welcome!

Best,

Uwe



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode