aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBastien Guerry2012-04-01 11:49:25 +0200
committerBastien Guerry2012-04-01 11:49:25 +0200
commit153ae947f845f6d4f31d3d239a1449899c3384f0 (patch)
treeb7ef6c7f4b94f4a4ee19eecd079c36aff84bddc5 /etc
parent42ee526b1adbe2ba7766203980a9d7089aae1a68 (diff)
downloademacs-153ae947f845f6d4f31d3d239a1449899c3384f0.tar.gz
emacs-153ae947f845f6d4f31d3d239a1449899c3384f0.zip
Update to Org version 7.8.07 (commit da0e6f in Org's repo)
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog8
-rw-r--r--etc/org/OrgOdtContentTemplate.xml55
-rw-r--r--etc/org/OrgOdtStyles.xml66
-rw-r--r--etc/org/README2
-rw-r--r--etc/refcards/orgcard.pdfbin81199 -> 118613 bytes
-rw-r--r--etc/refcards/orgcard.tex6
6 files changed, 129 insertions, 8 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 94a9ae6ed4d..370f009a291 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,11 @@
12012-04-01 Jambunathan K <kjambunathan@gmail.com>
2
3 * org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*):
4 New section styles. These sections are indented to the same
5 level as the corresponding list entries. These sections hold
6 tables that occur within a list. (OrgTable): Increased
7 relative width from 90% to 96% for aesthetic reasons.
8
12012-03-16 Glenn Morris <rgm@gnu.org> 92012-03-16 Glenn Morris <rgm@gnu.org>
2 10
3 * HELLO: Say that this is not a comprehensive list. 11 * HELLO: Say that this is not a comprehensive list.
diff --git a/etc/org/OrgOdtContentTemplate.xml b/etc/org/OrgOdtContentTemplate.xml
index f50588b2adb..cd7ff0e1564 100644
--- a/etc/org/OrgOdtContentTemplate.xml
+++ b/etc/org/OrgOdtContentTemplate.xml
@@ -46,8 +46,61 @@
46 46
47 <!-- automatic styles --> 47 <!-- automatic styles -->
48 <office:automatic-styles> 48 <office:automatic-styles>
49 <!-- Section styles -->
50 <style:style style:name="OrgIndentedSection-Level-1" style:family="section">
51 <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="1.281cm" fo:margin-right="0cm" style:editable="false">
52 <style:columns fo:column-count="1" fo:column-gap="0cm"/>
53 </style:section-properties>
54 </style:style>
55 <style:style style:name="OrgIndentedSection-Level-2" style:family="section">
56 <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="1.905cm" fo:margin-right="0cm" style:editable="false">
57 <style:columns fo:column-count="1" fo:column-gap="0cm"/>
58 </style:section-properties>
59 </style:style>
60 <style:style style:name="OrgIndentedSection-Level-3" style:family="section">
61 <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="2.54cm" fo:margin-right="0cm" style:editable="false">
62 <style:columns fo:column-count="1" fo:column-gap="0cm"/>
63 </style:section-properties>
64 </style:style>
65 <style:style style:name="OrgIndentedSection-Level-4" style:family="section">
66 <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="3.175cm" fo:margin-right="0cm" style:editable="false">
67 <style:columns fo:column-count="1" fo:column-gap="0cm"/>
68 </style:section-properties>
69 </style:style>
70 <style:style style:name="OrgIndentedSection-Level-5" style:family="section">
71 <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="3.81cm" fo:margin-right="0cm" style:editable="false">
72 <style:columns fo:column-count="1" fo:column-gap="0cm"/>
73 </style:section-properties>
74 </style:style>
75 <style:style style:name="OrgIndentedSection-Level-6" style:family="section">
76 <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="4.445cm" fo:margin-right="0cm" style:editable="false">
77 <style:columns fo:column-count="1" fo:column-gap="0cm"/>
78 </style:section-properties>
79 </style:style>
80 <style:style style:name="OrgIndentedSection-Level-7" style:family="section">
81 <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="5.08cm" fo:margin-right="0cm" style:editable="false">
82 <style:columns fo:column-count="1" fo:column-gap="0cm"/>
83 </style:section-properties>
84 </style:style>
85 <style:style style:name="OrgIndentedSection-Level-8" style:family="section">
86 <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="5.715cm" fo:margin-right="0cm" style:editable="false">
87 <style:columns fo:column-count="1" fo:column-gap="0cm"/>
88 </style:section-properties>
89 </style:style>
90 <style:style style:name="OrgIndentedSection-Level-9" style:family="section">
91 <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="6.35cm" fo:margin-right="0cm" style:editable="false">
92 <style:columns fo:column-count="1" fo:column-gap="0cm"/>
93 </style:section-properties>
94 </style:style>
95 <style:style style:name="OrgIndentedSection-Level-10" style:family="section">
96 <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="6.985cm" fo:margin-right="0cm" style:editable="false">
97 <style:columns fo:column-count="1" fo:column-gap="0cm"/>
98 </style:section-properties>
99 </style:style>
100
101 <!-- Table styles -->
49 <style:style style:name="OrgTable" style:family="table"> 102 <style:style style:name="OrgTable" style:family="table">
50 <style:table-properties style:rel-width="90%" fo:margin-top="0cm" fo:margin-bottom="0.20cm" table:align="center"/> 103 <style:table-properties style:rel-width="96%" fo:margin-top="0cm" fo:margin-bottom="0.20cm" table:align="center"/>
51 </style:style> 104 </style:style>
52 105
53 <style:style style:name="OrgTableColumn" style:family="table-column"> 106 <style:style style:name="OrgTableColumn" style:family="table-column">
diff --git a/etc/org/OrgOdtStyles.xml b/etc/org/OrgOdtStyles.xml
index 4fb282064b0..470b7b134a7 100644
--- a/etc/org/OrgOdtStyles.xml
+++ b/etc/org/OrgOdtStyles.xml
@@ -718,15 +718,75 @@
718 <text:linenumbering-configuration text:number-lines="false" text:offset="0.499cm" style:num-format="1" text:number-position="left" text:increment="5"/> 718 <text:linenumbering-configuration text:number-lines="false" text:offset="0.499cm" style:num-format="1" text:number-position="left" text:increment="5"/>
719 </office:styles> 719 </office:styles>
720 <office:automatic-styles> 720 <office:automatic-styles>
721 <style:page-layout style:name="Mpm1"> 721 <style:style style:name="MP1" style:family="paragraph" style:parent-style-name="Footer">
722 <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
723 </style:style>
724 <style:page-layout style:name="Mpm1" style:page-usage="mirrored">
722 <style:page-layout-properties fo:page-width="21.001cm" fo:page-height="29.7cm" style:num-format="1" style:print-orientation="portrait" fo:margin-top="2cm" fo:margin-bottom="2cm" fo:margin-left="2cm" fo:margin-right="2cm" style:writing-mode="lr-tb" style:footnote-max-height="0cm"> 725 <style:page-layout-properties fo:page-width="21.001cm" fo:page-height="29.7cm" style:num-format="1" style:print-orientation="portrait" fo:margin-top="2cm" fo:margin-bottom="2cm" fo:margin-left="2cm" fo:margin-right="2cm" style:writing-mode="lr-tb" style:footnote-max-height="0cm">
723 <style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:adjustment="left" style:rel-width="25%" style:color="#000000"/> 726 <style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
727 </style:page-layout-properties>
728 <style:header-style/>
729 <style:footer-style>
730 <style:header-footer-properties fo:min-height="0.6cm" fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0.499cm" style:dynamic-spacing="false"/>
731 </style:footer-style>
732 </style:page-layout>
733 <style:page-layout style:name="Mpm2">
734 <style:page-layout-properties fo:page-width="21.001cm" fo:page-height="29.7cm" style:num-format="1" style:print-orientation="portrait" fo:margin-top="2cm" fo:margin-bottom="2cm" fo:margin-left="2cm" fo:margin-right="2cm" style:writing-mode="lr-tb" style:footnote-max-height="0cm">
735 <style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:line-style="solid" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
724 </style:page-layout-properties> 736 </style:page-layout-properties>
725 <style:header-style/> 737 <style:header-style/>
726 <style:footer-style/> 738 <style:footer-style/>
727 </style:page-layout> 739 </style:page-layout>
740 <style:page-layout style:name="Mpm3" style:page-usage="mirrored">
741 <style:page-layout-properties fo:page-width="21.001cm" fo:page-height="29.7cm" style:num-format="i" style:print-orientation="portrait" fo:margin-top="2cm" fo:margin-bottom="2cm" fo:margin-left="2cm" fo:margin-right="2cm" style:writing-mode="lr-tb" style:footnote-max-height="0cm">
742 <style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:line-style="solid" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
743 </style:page-layout-properties>
744 <style:header-style/>
745 <style:footer-style>
746 <style:header-footer-properties fo:min-height="0cm" fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0.499cm"/>
747 </style:footer-style>
748 </style:page-layout>
749 <style:page-layout style:name="Mpm4" style:page-usage="right">
750 <style:page-layout-properties fo:page-width="21.001cm" fo:page-height="29.7cm" style:num-format="1" style:print-orientation="portrait" fo:margin-top="2cm" fo:margin-bottom="2cm" fo:margin-left="2cm" fo:margin-right="2cm" fo:background-color="transparent" style:writing-mode="lr-tb" style:footnote-max-height="0cm">
751 <style:background-image/>
752 <style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:line-style="solid" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
753 </style:page-layout-properties>
754 <style:header-style/>
755 <style:footer-style>
756 <style:header-footer-properties fo:min-height="0.6cm" fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0.499cm" style:dynamic-spacing="false"/>
757 </style:footer-style>
758 </style:page-layout>
759 <style:page-layout style:name="Mpm5" style:page-usage="mirrored">
760 <style:page-layout-properties fo:page-width="21.001cm" fo:page-height="29.7cm" style:num-format="1" style:print-orientation="portrait" fo:margin-top="2cm" fo:margin-bottom="2cm" fo:margin-left="2cm" fo:margin-right="2cm" style:writing-mode="lr-tb" style:footnote-max-height="0cm">
761 <style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:line-style="solid" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
762 </style:page-layout-properties>
763 <style:header-style/>
764 <style:footer-style>
765 <style:header-footer-properties fo:min-height="0.6cm" fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0.499cm" style:dynamic-spacing="false"/>
766 </style:footer-style>
767 </style:page-layout>
728 </office:automatic-styles> 768 </office:automatic-styles>
729 <office:master-styles> 769 <office:master-styles>
730 <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/> 770 <style:master-page style:name="Standard" style:page-layout-name="Mpm1">
771 <style:footer>
772 <text:p text:style-name="MP1"><text:page-number text:select-page="current"></text:page-number></text:p>
773 </style:footer>
774 </style:master-page>
775 <style:master-page style:name="OrgTitlePage" style:page-layout-name="Mpm2" style:next-style-name="OrgFrontMatterPage"/>
776 <style:master-page style:name="OrgFrontMatterPage" style:page-layout-name="Mpm3">
777 <style:footer>
778 <text:p text:style-name="MP1"><text:page-number text:select-page="current"/></text:p>
779 </style:footer>
780 </style:master-page>
781 <style:master-page style:name="OrgFirstPage" style:page-layout-name="Mpm4" style:next-style-name="OrgPage">
782 <style:footer>
783 <text:p text:style-name="MP1"><text:page-number text:select-page="current"/></text:p>
784 </style:footer>
785 </style:master-page>
786 <style:master-page style:name="OrgPage" style:page-layout-name="Mpm5">
787 <style:footer>
788 <text:p text:style-name="MP1"><text:page-number text:select-page="current"/></text:p>
789 </style:footer>
790 </style:master-page>
731 </office:master-styles> 791 </office:master-styles>
732</office:document-styles> 792</office:document-styles>
diff --git a/etc/org/README b/etc/org/README
index 206f3a26b52..bdebef3f303 100644
--- a/etc/org/README
+++ b/etc/org/README
@@ -1,7 +1,7 @@
1The files OrgOdtContentTemplate.xml and OrgOdtStyles.xml have the 1The files OrgOdtContentTemplate.xml and OrgOdtStyles.xml have the
2following copyright information: 2following copyright information:
3 3
4Copyright (C) 2010-2012 Free Software Foundation, Inc. 4Copyright (C) 2010-2011 Free Software Foundation, Inc.
5 5
6These files are part of GNU Emacs. 6These files are part of GNU Emacs.
7 7
diff --git a/etc/refcards/orgcard.pdf b/etc/refcards/orgcard.pdf
index 92df030d4d2..201bb892dc0 100644
--- a/etc/refcards/orgcard.pdf
+++ b/etc/refcards/orgcard.pdf
Binary files differ
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex
index 64200742ae9..d0f5d29d87f 100644
--- a/etc/refcards/orgcard.tex
+++ b/etc/refcards/orgcard.tex
@@ -1,6 +1,6 @@
1% Reference Card for Org Mode 1% Reference Card for Org Mode
2\def\orgversionnumber{7.8.02} 2\def\orgversionnumber{7.8.07}
3\def\versionyear{2011} % latest update 3\def\versionyear{2012} % latest update
4\def\year{2012} % latest copyright year 4\def\year{2012} % latest copyright year
5 5
6%**start of header 6%**start of header
@@ -17,7 +17,7 @@
17\pdflayout=(0l) 17\pdflayout=(0l)
18 18
19% Nothing else needs to be changed below this line. 19% Nothing else needs to be changed below this line.
20% Copyright (C) 1987, 1993, 1996-1997, 2001-2012 20% Copyright (C) 1987, 1993, 1996-1997, 2001-2011
21% Free Software Foundation, Inc. 21% Free Software Foundation, Inc.
22 22
23% This file is part of GNU Emacs. 23% This file is part of GNU Emacs.