[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/org/org-exp.el,v
From: |
Carsten Dominik |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/org/org-exp.el,v |
Date: |
Fri, 25 Jul 2008 23:02:19 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Carsten Dominik <cdominik> 08/07/25 23:02:17
Index: org-exp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/org/org-exp.el,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- org-exp.el 24 Jul 2008 13:59:53 -0000 1.6
+++ org-exp.el 25 Jul 2008 23:02:14 -0000 1.7
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.06a
+;; Version: 6.06b
;;
;; This file is part of GNU Emacs.
;;
@@ -883,6 +883,7 @@
("LaTeX" . :LaTeX-fragments)
("skip" . :skip-before-1st-heading)
("author" . :author-info)
+ ("creator" . :creator-info)
("timestamp" . :time-stamp-file)))
o)
(while (setq o (pop op))
@@ -3072,7 +3073,7 @@
((member type '("ftp" "mailto" "news"))
;; standard URL
(setq link (concat type ":" path))
- (setq rpl (concat "<a href=\"" link "\">" desc "</a>")))
+ (setq rpl (concat "<a href=\"" link "\"" attr ">" desc "</a>")))
((functionp (setq fnc (nth 2 (assoc type org-link-protocols))))
;; The link protocol has a function for format the link