Browse Source

Fix some typos.

Carsten Dominik 17 years ago
parent
commit
d60d97970a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      ORGWEBPAGE/Changes.org

+ 4 - 4
ORGWEBPAGE/Changes.org

@@ -90,7 +90,7 @@
     line in an entry is unclosed, clocking into that task resumes
     line in an entry is unclosed, clocking into that task resumes
     the clock from that time.
     the clock from that time.
 
 
-    Thanks to James JD Smith for a patch to this effect.
+    Thanks to James TD Smith for a patch to this effect.
 
 
 *** Clock-related data can be saved and resumed across Emacs sessions
 *** Clock-related data can be saved and resumed across Emacs sessions
     
     
@@ -105,7 +105,7 @@
 (org-clock-persistence-insinuate)
 (org-clock-persistence-insinuate)
 #+end_src
 #+end_src
 
 
-    Thanks to James JD Smith for a patch to this effect.
+    Thanks to James TD Smith for a patch to this effect.
 
 
 *** Following file links can now use C-u C-u to force use of an external app.
 *** Following file links can now use C-u C-u to force use of an external app.
 
 
@@ -4185,9 +4185,9 @@ list of small improvements and some new significant features.
 
 
 ** Details
 ** Details
 
 
-   - Footnotes like[1] are now exported to HTML
+   - Footnotes like =here[1]= are now exported to HTML
 
 
-        [1]This is a footnote
+     :   [1]This is a footnote
 
 
      Thanks to Scott Jaderholm for this proposal and a detailed
      Thanks to Scott Jaderholm for this proposal and a detailed
      HTML example on how the exported text should look like.
      HTML example on how the exported text should look like.