emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Links to Gnus articles don't export correctly
@ 2012-02-09 19:23 Jason Dunsmore
  2012-02-24 18:09 ` Mikhail Titov
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Dunsmore @ 2012-02-09 19:23 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

When I export (to HTML) a link to a gnus article, for example:

[[gnus:inbox#A1B422BC2355834C81A44135AF25E4392CF4254F@domain.com][email]]

...it turns into this:

<gnus:inbox#A1B422BC2355834C81A44135AF25E4392CF4254F@domain.com>

How can I make it export like a normal link?  It's okay if the link is
broken.  I just don't want it exporting a long string.

I'm using Org-mode version 7.8.02 and GNU Emacs 23.3.1.

Thanks,
Jason

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Links to Gnus articles don't export correctly
  2012-02-09 19:23 Links to Gnus articles don't export correctly Jason Dunsmore
@ 2012-02-24 18:09 ` Mikhail Titov
  0 siblings, 0 replies; 2+ messages in thread
From: Mikhail Titov @ 2012-02-24 18:09 UTC (permalink / raw)
  To: Jason Dunsmore; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 275 bytes --]

Jason:

I just noticed that behavior. Take a look at
[[http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-17-2-2][latex
export tutorial]]. Just override defaults from org-gnus.el

#+begin_src lisp
(org-add-link-type "gnus" 'org-gnus-open)
#+end_src

-- 
Mikhail

[-- Attachment #2: Type: text/html, Size: 405 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-24 18:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-09 19:23 Links to Gnus articles don't export correctly Jason Dunsmore
2012-02-24 18:09 ` Mikhail Titov

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).