Browse Source

org.texi: Fix attr_latex properties in 90dfd3a74931c18e95d5b7bda499882f96828900

Nicolas Goaziou 12 years ago
parent
commit
3fb27fd8ce
1 changed files with 3 additions and 3 deletions
  1. 3 3
      doc/org.texi

+ 3 - 3
doc/org.texi

@@ -10640,7 +10640,7 @@ and @code{style} attributes for a link:
 
 @cindex #+ATTR_HTML
 @example
-#+ATTR_HTML: :title "The Org mode homepage" :style "color:red;"
+#+ATTR_HTML: :title The Org mode homepage :style color:red;
 [[http://orgmode.org]]
 @end example
 
@@ -10658,7 +10658,7 @@ individual tables, place something like the following before the table:
 @cindex #+ATTR_HTML
 @example
 #+CAPTION: This is a table with lines around and between cells
-#+ATTR_HTML: :border "2" :rules "all" :frame "border"
+#+ATTR_HTML: :border 2 :rules all :frame border
 @end example
 
 @vindex org-html-table-row-tags
@@ -10696,7 +10696,7 @@ support text viewers and accessibility, and align it to the right.
 @cindex #+ATTR_HTML
 @example
 #+CAPTION: A black cat stalking a spider
-#+ATTR_HTML: :alt "cat/spider image" :title "Action!" :align "right"
+#+ATTR_HTML: :alt cat/spider image :title Action! :align right
 [[./img/a.jpg]]
 @end example