* "export and browse" invokes lynx?
@ 2009-02-20 10:18 Yuval Hager
2009-02-20 11:10 ` Giovanni Ridolfi
0 siblings, 1 reply; 3+ messages in thread
From: Yuval Hager @ 2009-02-20 10:18 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 913 bytes --]
Hi,
Although I have 'browse-url-browser-function' set up correctly
(browse-url-kde), when I try to "export and browse immediately", it fires
lynx, which is not what I want.
I dug up a bit, and found that it uses org-file-apps instead, but I can't
decipher how to use/modify it (obviously I am lacking on the elisp side).
org-file-apps is a variable defined in `org.el'.
Its value is
((auto-mode . emacs)
("\\.x?html?\\'" . default)
("\\.pdf\\'" . default))
org-file-apps-defaults-gnu is a variable defined in `org.el'.
Its value is
((remote . emacs)
(system . mailcap)
(t . mailcap))
Thanks,
PS - How do people on this list wrap text areas with the nice ASCII marks?
PS2 - Org-mode is wonderful. I've been using text files all the time, but
didn't know org-mode existed. It is the kind of software that changes your
life. Thanks to all who helped make it!
--yuval
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: "export and browse" invokes lynx?
2009-02-20 10:18 "export and browse" invokes lynx? Yuval Hager
@ 2009-02-20 11:10 ` Giovanni Ridolfi
2009-02-22 5:41 ` Yuval Hager
0 siblings, 1 reply; 3+ messages in thread
From: Giovanni Ridolfi @ 2009-02-20 11:10 UTC (permalink / raw)
To: emacs-orgmode, Yuval Hager
--- Ven 20/2/09, Yuval Hager <yuval@avramzon.net> ha scritto:
> Although I have 'browse-url-browser-function' set
> up correctly
> (browse-url-kde), when I try to "export and browse
> immediately", it fires
> lynx, which is not what I want.
>
> I dug up a bit, and found that it uses org-file-apps
> instead, but I can't
> decipher how to use/modify it (obviously I am lacking on
> the elisp side).
>
> org-file-apps is a variable defined in `org.el'.
> Its value is
> ((auto-mode . emacs)
> ("\\.x?html?\\'" . default)
> ("\\.pdf\\'" . default))
>
> org-file-apps-defaults-gnu is a variable defined in
> `org.el'.
> Its value is
> ((remote . emacs)
> (system . mailcap)
> (t . mailcap))
look at what is written in your /home/you/.mailcap file;
"Mailcap files are used to configure how MIME-aware applications such as mail readers and Web browsers react to files with different MIME types."[1]
[1]
http://linux.duke.edu/~mstenner/free-docs/python-2.2/lib/module-mailcap.html
> PS - How do people on this list wrap text areas with the
> nice ASCII marks?
FAQ: boxquote.el
please read:
http://lists.gnu.org/archive/html/emacs-orgmode/2009-01/msg00321.html
http://lists.gnu.org/archive/html/emacs-orgmode/2009-01/msg00155.html
cheers
Giovanni
Passa a Yahoo! Mail.
La webmail che ti offre GRATIS spazio illimitato,
antispam e messenger integrato.
http://it.mail..yahoo.com/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: "export and browse" invokes lynx?
2009-02-20 11:10 ` Giovanni Ridolfi
@ 2009-02-22 5:41 ` Yuval Hager
0 siblings, 0 replies; 3+ messages in thread
From: Yuval Hager @ 2009-02-22 5:41 UTC (permalink / raw)
To: giovanni.ridolfi; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1163 bytes --]
On Friday 20 February 2009, Giovanni Ridolfi wrote:
> --- Ven 20/2/09, Yuval Hager <yuval@avramzon.net> ha scritto:
> > Although I have 'browse-url-browser-function' set
> > up correctly
> > (browse-url-kde), when I try to "export and browse
> > immediately", it fires
> > lynx, which is not what I want.
> >
> > I dug up a bit, and found that it uses org-file-apps
> > instead, but I can't
> > decipher how to use/modify it (obviously I am lacking on
> > the elisp side).
> >
> > org-file-apps is a variable defined in `org.el'.
> > Its value is
> > ((auto-mode . emacs)
> > ("\\.x?html?\\'" . default)
> > ("\\.pdf\\'" . default))
> >
> > org-file-apps-defaults-gnu is a variable defined in
> > `org.el'.
> > Its value is
> > ((remote . emacs)
> > (system . mailcap)
> > (t . mailcap))
>
> look at what is written in your /home/you/.mailcap file;
>
That was it. Thanks!
> > PS - How do people on this list wrap text areas with the
> > nice ASCII marks?
>
> FAQ: boxquote.el
> please read:
> http://lists.gnu.org/archive/html/emacs-orgmode/2009-01/msg00321.html
> http://lists.gnu.org/archive/html/emacs-orgmode/2009-01/msg00155.html
>
Thanks again!
--y
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-22 5:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-20 10:18 "export and browse" invokes lynx? Yuval Hager
2009-02-20 11:10 ` Giovanni Ridolfi
2009-02-22 5:41 ` Yuval Hager
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).