* Warnings when making org from git @ 2015-02-12 9:31 Rainer M Krug 2015-02-12 10:02 ` Rasmus 0 siblings, 1 reply; 7+ messages in thread From: Rainer M Krug @ 2015-02-12 9:31 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 2050 bytes --] Hi, after updating today, I saw the fiollowing errors / warnings: This one is "expected" as makeinfo on Mac does not like the encoding and was here for quite some time. ,---- | org-version: 8.3beta (release_8.3beta-823-ge6fcc8) | makeinfo --no-split org.texi -o org | org.texi:15: warning: unrecognized encoding name `UTF-8'. | org.texi:10823: @item found outside of an insertion block. | org.texi:10827: Unmatched `@end'. | makeinfo: Removing output file `org' due to errors; use --force to preserve. | make[1]: *** [org] Error 1 `---- These one are, as far as i =remember, new: ,---- | In org-man-template: | ox-man.el:314:24:Warning: plist-get called with 1 argument, but requires 2 | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-man.elc | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox-md.el... | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-md.elc | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox-odt.el... | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-odt.elc | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox-org.el... | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-org.elc | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox-publish.el... | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-publish.elc | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox-texinfo.el... | | In org-texinfo-template: | ox-texinfo.el:496:39:Warning: value returned from (format "@title %s | " (or (plist-get info :texinfo-printed-title) title)) is unused | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-texinfo.elc | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox.el... | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox.elc `---- ,---- | Org-mode version 8.3beta (release_8.3beta-823-ge6fcc8 @/Users/rainerkrug/.emacs.d/org-mode/lisp/) | GNU Emacs 24.4.1 (x86_64-apple-darwin14.0.0, Carbon Version 157 AppKit 1343.16) of 2015-02-02 on Rainers-MacBook-Pro-4.local `---- Cheers, Rainer -- Rainer M. Krug email: Rainer<at>krugs<dot>de PGP: 0x0F52F982 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 494 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Warnings when making org from git 2015-02-12 9:31 Warnings when making org from git Rainer M Krug @ 2015-02-12 10:02 ` Rasmus 2015-02-12 10:41 ` Rainer M Krug 0 siblings, 1 reply; 7+ messages in thread From: Rasmus @ 2015-02-12 10:02 UTC (permalink / raw) To: emacs-orgmode Hi, Rainer M Krug <Rainer@krugs.de> writes: > after updating today, I saw the fiollowing errors / warnings: > ,---- > | org-version: 8.3beta (release_8.3beta-823-ge6fcc8) > | makeinfo --no-split org.texi -o org > | org.texi:15: warning: unrecognized encoding name `UTF-8'. > | org.texi:10823: @item found outside of an insertion block. > | org.texi:10827: Unmatched `@end'. > | makeinfo: Removing output file `org' due to errors; use --force to preserve. > | make[1]: *** [org] Error 1 > `---- Sorry my mistake. The org.texi should be fixed. > These one are, as far as i =remember, new: > > ,---- > | In org-man-template: > | ox-man.el:314:24:Warning: plist-get called with 1 argument, but requires 2 > | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-man.elc > | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox-md.el... > | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-md.elc > | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox-odt.el... > | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-odt.elc > | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox-org.el... > | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-org.elc > | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox-publish.el... > | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-publish.elc > | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox-texinfo.el... > | > | In org-texinfo-template: > | ox-texinfo.el:496:39:Warning: value returned from (format "@title %s > | " (or (plist-get info :texinfo-printed-title) title)) is unused > | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-texinfo.elc > | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox.el... > | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox.elc > `---- These should also be gone now. Thanks! -- ツ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Warnings when making org from git 2015-02-12 10:02 ` Rasmus @ 2015-02-12 10:41 ` Rainer M Krug 2015-02-12 11:00 ` Rasmus 0 siblings, 1 reply; 7+ messages in thread From: Rainer M Krug @ 2015-02-12 10:41 UTC (permalink / raw) To: Rasmus; +Cc: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 3236 bytes --] Rasmus <rasmus@gmx.us> writes: > Hi, > > Rainer M Krug <Rainer@krugs.de> writes: > >> after updating today, I saw the fiollowing errors / warnings: >> ,---- >> | org-version: 8.3beta (release_8.3beta-823-ge6fcc8) >> | makeinfo --no-split org.texi -o org >> | org.texi:15: warning: unrecognized encoding name `UTF-8'. >> | org.texi:10823: @item found outside of an insertion block. >> | org.texi:10827: Unmatched `@end'. >> | makeinfo: Removing output file `org' due to errors; use --force to preserve. >> | make[1]: *** [org] Error 1 >> `---- > > Sorry my mistake. The org.texi should be fixed. Yup - just the Mac typical "unrecognized encoding name `UTF-8'" left. > > >> These one are, as far as i =remember, new: >> >> ,---- >> | In org-man-template: >> | ox-man.el:314:24:Warning: plist-get called with 1 argument, but requires 2 >> | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-man.elc >> | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox-md.el... >> | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-md.elc >> | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox-odt.el... >> | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-odt.elc >> | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox-org.el... >> | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-org.elc >> | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox-publish.el... >> | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-publish.elc >> | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox-texinfo.el... >> | >> | In org-texinfo-template: >> | ox-texinfo.el:496:39:Warning: value returned from (format "@title %s >> | " (or (plist-get info :texinfo-printed-title) title)) is unused >> | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox-texinfo.elc >> | Compiling /Users/rainerkrug/.emacs.d/org-git/lisp/ox.el... >> | Wrote /Users/rainerkrug/.emacs.d/org-git/lisp/ox.elc >> `---- > > These should also be gone now. Thanks Now I get here a different warning from pdftex: ,---- | (/var/folders/50/wcr5bjwn75q595n6x82gxj280000gn/T//t2d45050/src/orgguide.texi | (/Users/rainerkrug/.emacs.d/org-git/doc/texinfo.tex | Loading texinfo [version 2013-09-11.11]: pdf, fonts, markup, glyphs, | page headings, tables, conditionals, indexing, sectioning, toc, environments, | defuns, macros, cross references, insertions, | (/usr/local/texlive/2014/texmf-dist/tex/generic/epsf/epsf.tex | This is `epsf.tex' v2.7.4 <14 February 2011> | ) localization, formatting, and turning on texinfo input format.) | (./orgguide.aux) [1{/usr/local/texlive/2014/texmf-var/fonts/map/pdftex/updmap/p | dftex.map}] [2] (./orgguide.toc) [-1] Chapter 1 Chapter 2 [1] [2] [3] [4] | Chapter 3 [5] [6] Chapter 4 [7] [8] Chapter 5 [9] [10] [11] Chapter 6 [12] | [13] Chapter 7 [14] Chapter 8 [15] [16] [17] Chapter 9 [18] [19] Chapter 10 | [20] [21] [22] [23] [24] Chapter 11 [25] [26] [27] Chapter 12 [28] [29] | Chapter 13 [30] Chapter 14 [31] [32] Chapter 15 [33] [34] )pdfTeX warning (dest | ): name{36} has been referenced but does not exist, replaced by a fixed | one `---- Cheers, Rainer > > Thanks! > > Thanks! -- Rainer M. Krug email: Rainer<at>krugs<dot>de PGP: 0x0F52F982 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 494 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Warnings when making org from git 2015-02-12 10:41 ` Rainer M Krug @ 2015-02-12 11:00 ` Rasmus 2015-02-12 12:14 ` Rainer M Krug 0 siblings, 1 reply; 7+ messages in thread From: Rasmus @ 2015-02-12 11:00 UTC (permalink / raw) To: rainer; +Cc: emacs-orgmode Rainer M Krug <Rainer@krugs.de> writes: > Now I get here a different warning from pdftex: > > ,---- > | (/var/folders/50/wcr5bjwn75q595n6x82gxj280000gn/T//t2d45050/src/orgguide.texi > | (/Users/rainerkrug/.emacs.d/org-git/doc/texinfo.tex > | Loading texinfo [version 2013-09-11.11]: pdf, fonts, markup, glyphs, > | page headings, tables, conditionals, indexing, sectioning, toc, environments, > | defuns, macros, cross references, insertions, > | (/usr/local/texlive/2014/texmf-dist/tex/generic/epsf/epsf.tex > | This is `epsf.tex' v2.7.4 <14 February 2011> > | ) localization, formatting, and turning on texinfo input format.) > | (./orgguide.aux) [1{/usr/local/texlive/2014/texmf-var/fonts/map/pdftex/updmap/p > | dftex.map}] [2] (./orgguide.toc) [-1] Chapter 1 Chapter 2 [1] [2] [3] [4] > | Chapter 3 [5] [6] Chapter 4 [7] [8] Chapter 5 [9] [10] [11] Chapter 6 [12] > | [13] Chapter 7 [14] Chapter 8 [15] [16] [17] Chapter 9 [18] [19] Chapter 10 > | [20] [21] [22] [23] [24] Chapter 11 [25] [26] [27] Chapter 12 [28] [29] > | Chapter 13 [30] Chapter 14 [31] [32] Chapter 15 [33] [34] )pdfTeX warning (dest > | ): name{36} has been referenced but does not exist, replaced by a fixed > | one > `---- Thankfully, I haven't touched the orgguide.texi. But I get the same warning. BTW: make doc produces lots of warnings on my system... —Rasmus -- Slowly unravels in a ball of yarn and the devil collects it ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Warnings when making org from git 2015-02-12 11:00 ` Rasmus @ 2015-02-12 12:14 ` Rainer M Krug 2015-02-12 12:21 ` Rasmus 0 siblings, 1 reply; 7+ messages in thread From: Rainer M Krug @ 2015-02-12 12:14 UTC (permalink / raw) To: Rasmus; +Cc: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 12195 bytes --] Rasmus <rasmus@gmx.us> writes: > Rainer M Krug <Rainer@krugs.de> writes: > >> Now I get here a different warning from pdftex: >> >> ,---- >> | (/var/folders/50/wcr5bjwn75q595n6x82gxj280000gn/T//t2d45050/src/orgguide.texi >> | (/Users/rainerkrug/.emacs.d/org-git/doc/texinfo.tex >> | Loading texinfo [version 2013-09-11.11]: pdf, fonts, markup, glyphs, >> | page headings, tables, conditionals, indexing, sectioning, toc, environments, >> | defuns, macros, cross references, insertions, >> | (/usr/local/texlive/2014/texmf-dist/tex/generic/epsf/epsf.tex >> | This is `epsf.tex' v2.7.4 <14 February 2011> >> | ) localization, formatting, and turning on texinfo input format.) >> | (./orgguide.aux) [1{/usr/local/texlive/2014/texmf-var/fonts/map/pdftex/updmap/p >> | dftex.map}] [2] (./orgguide.toc) [-1] Chapter 1 Chapter 2 [1] [2] [3] [4] >> | Chapter 3 [5] [6] Chapter 4 [7] [8] Chapter 5 [9] [10] [11] Chapter 6 [12] >> | [13] Chapter 7 [14] Chapter 8 [15] [16] [17] Chapter 9 [18] [19] Chapter 10 >> | [20] [21] [22] [23] [24] Chapter 11 [25] [26] [27] Chapter 12 [28] [29] >> | Chapter 13 [30] Chapter 14 [31] [32] Chapter 15 [33] [34] )pdfTeX warning (dest >> | ): name{36} has been referenced but does not exist, replaced by a fixed >> | one >> `---- > > Thankfully, I haven't touched the orgguide.texi. But I get the same > warning. Lucky you... > BTW: make doc produces lots of warnings on my system... Are these the warnings you see? I only get them when using the homebrew version of texinfo - if I use the Mac version, I only get these encoding warnings. So: which one is better - I can choose? Rainer ,---- | texi2pdf --batch --clean --expand org.texi | -:312: @menu seen before first @node | -:312: perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo? | -:337: @detailmenu seen before first @node | -:337: perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo? | -:1272: warning: @itemx should not begin @table | -:1354: warning: @table has text but no @item | -:1379: warning: @table has text but no @item | -:1425: warning: @table has text but no @item | -:1576: warning: @table has text but no @item | -:1723: warning: @table has text but no @item | -:2856: warning: @table has text but no @item | -:2913: warning: @table has text but no @item | -:3163: warning: @table has text but no @item | -:4813: warning: @table has text but no @item | -:4947: warning: @table has text but no @item | -:5168: warning: @table has text but no @item | -:5401: warning: @table has text but no @item | -:5742: warning: @table has text but no @item | -:6107: warning: @table has text but no @item | -:6238: warning: @table has text but no @item | -:6407: warning: @table has text but no @item | -:6752: warning: @table has text but no @item | -:6812: warning: @table has text but no @item | -:6831: warning: @table has text but no @item | -:6915: warning: @table has text but no @item | -:7306: warning: @table has text but no @item | -:7491: warning: @table has text but no @item | -:7720: warning: @itemx should not begin @table | -:7739: warning: @table has text but no @item | -:7755: warning: @table has text but no @item | -:7853: warning: @table has text but no @item | -:7991: warning: @table has text but no @item | -:8057: warning: @table has text but no @item | -:8226: warning: @table has text but no @item | -:8246: warning: @table has text but no @item | -:8633: warning: @table has text but no @item | -:9417: warning: @table has text but no @item | -:9487: warning: @table has text but no @item | -:9554: warning: @table has text but no @item | -:10504: warning: @table has text but no @item | -:10869: warning: @table has text but no @item | -:11102: warning: @table has text but no @item | -:11171: warning: @table has text but no @item | -:12153: warning: @table has text but no @item | -:13066: warning: @table has text but no @item | -:13401: warning: @table has text but no @item | -:14267: warning: @table has text but no @item | -:17156: warning: @table has text but no @item | -:787: warning: node `Document structure' is next for `Introduction' in sectioning but not in menu | -:1148: warning: unreferenced node `Document structure' | -:1148: warning: node `Tables' is next for `Document structure' in sectioning but not in menu | -:1148: warning: node `Introduction' is prev for `Document structure' in sectioning but not in menu | -:2068: warning: unreferenced node `Tables' | -:2068: warning: node `Hyperlinks' is next for `Tables' in sectioning but not in menu | -:2068: warning: node `Document structure' is prev for `Tables' in sectioning but not in menu | -:3391: warning: unreferenced node `Hyperlinks' | -:3391: warning: node `TODO items' is next for `Hyperlinks' in sectioning but not in menu | -:3391: warning: node `Tables' is prev for `Hyperlinks' in sectioning but not in menu | -:3986: warning: unreferenced node `TODO items' | -:3986: warning: node `Tags' is next for `TODO items' in sectioning but not in menu | -:3986: warning: node `Hyperlinks' is prev for `TODO items' in sectioning but not in menu | -:4855: warning: unreferenced node `Tags' | -:4855: warning: node `Properties and columns' is next for `Tags' in sectioning but not in menu | -:4855: warning: node `TODO items' is prev for `Tags' in sectioning but not in menu | -:5192: warning: unreferenced node `Properties and columns' | -:5192: warning: node `Dates and times' is next for `Properties and columns' in sectioning but not in menu | -:5192: warning: node `Tags' is prev for `Properties and columns' in sectioning but not in menu | -:5778: warning: unreferenced node `Dates and times' | -:5778: warning: node `Capture - Refile - Archive' is next for `Dates and times' in sectioning but not in menu | -:5778: warning: node `Properties and columns' is prev for `Dates and times' in sectioning but not in menu | -:6850: warning: unreferenced node `Capture - Refile - Archive' | -:6850: warning: node `Agenda views' is next for `Capture - Refile - Archive' in sectioning but not in menu | -:6850: warning: node `Dates and times' is prev for `Capture - Refile - Archive' in sectioning but not in menu | -:7627: warning: unreferenced node `Agenda views' | -:7627: warning: node `Markup' is next for `Agenda views' in sectioning but not in menu | -:7627: warning: node `Capture - Refile - Archive' is prev for `Agenda views' in sectioning but not in menu | -:9608: warning: unreferenced node `Markup' | -:9608: warning: node `Exporting' is next for `Markup' in sectioning but not in menu | -:9608: warning: node `Agenda views' is prev for `Markup' in sectioning but not in menu | -:10451: warning: unreferenced node `Exporting' | -:10451: warning: node `Publishing' is next for `Exporting' in sectioning but not in menu | -:10451: warning: node `Markup' is prev for `Exporting' in sectioning but not in menu | -:13677: warning: unreferenced node `Publishing' | -:13677: warning: node `Working with source code' is next for `Publishing' in sectioning but not in menu | -:13677: warning: node `Exporting' is prev for `Publishing' in sectioning but not in menu | -:14287: warning: unreferenced node `Working with source code' | -:14287: warning: node `Miscellaneous' is next for `Working with source code' in sectioning but not in menu | -:14287: warning: node `Publishing' is prev for `Working with source code' in sectioning but not in menu | -:16347: warning: unreferenced node `Miscellaneous' | -:16347: warning: node `Hacking' is next for `Miscellaneous' in sectioning but not in menu | -:16347: warning: node `Working with source code' is prev for `Miscellaneous' in sectioning but not in menu | -:17347: warning: unreferenced node `Hacking' | -:17347: warning: node `MobileOrg' is next for `Hacking' in sectioning but not in menu | -:17347: warning: node `Miscellaneous' is prev for `Hacking' in sectioning but not in menu | -:18381: warning: unreferenced node `MobileOrg' | -:18381: warning: node `History and acknowledgments' is next for `MobileOrg' in sectioning but not in menu | -:18381: warning: node `Hacking' is prev for `MobileOrg' in sectioning but not in menu | -:18526: warning: unreferenced node `History and acknowledgments' | -:18526: warning: node `GNU Free Documentation License' is next for `History and acknowledgments' in sectioning but not in menu | -:18526: warning: node `MobileOrg' is prev for `History and acknowledgments' in sectioning but not in menu | -:18901: warning: unreferenced node `GNU Free Documentation License' | -:18901: warning: node `Main Index' is next for `GNU Free Documentation License' in sectioning but not in menu | -:18901: warning: node `History and acknowledgments' is prev for `GNU Free Documentation License' in sectioning but not in menu | -:18906: warning: unreferenced node `Main Index' | -:18906: warning: node `Key Index' is next for `Main Index' in sectioning but not in menu | -:18906: warning: node `GNU Free Documentation License' is prev for `Main Index' in sectioning but not in menu | -:18911: warning: unreferenced node `Key Index' | -:18911: warning: node `Command and Function Index' is next for `Key Index' in sectioning but not in menu | -:18911: warning: node `Main Index' is prev for `Key Index' in sectioning but not in menu | -:18916: warning: unreferenced node `Command and Function Index' | -:18916: warning: node `Variable Index' is next for `Command and Function Index' in sectioning but not in menu | -:18916: warning: node `Key Index' is prev for `Command and Function Index' in sectioning but not in menu | -:18921: warning: unreferenced node `Variable Index' | -:18921: warning: node `Command and Function Index' is prev for `Variable Index' in sectioning but not in menu | This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdftex) | restricted \write18 enabled. | entering extended mode `---- ,---- | texi2pdf --batch --clean --expand orgguide.texi | -:87: @menu seen before first @node | -:87: perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo? | -:106: @detailmenu seen before first @node | -:106: perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo? | -:1933: @itemx must follow @item | -:1937: @itemx must follow @item | -:226: Prev reference to nonexistent `Top' | -:226: Up reference to nonexistent `Top' | -:300: warning: unreferenced node `Document Structure' | -:300: Up reference to nonexistent `Top' | -:571: warning: unreferenced node `Tables' | -:571: Up reference to nonexistent `Top' | -:696: warning: unreferenced node `Hyperlinks' | -:696: Up reference to nonexistent `Top' | -:840: warning: unreferenced node `TODO Items' | -:840: Up reference to nonexistent `Top' | -:1095: warning: unreferenced node `Tags' | -:1095: Up reference to nonexistent `Top' | -:1256: warning: unreferenced node `Properties' | -:1256: Up reference to nonexistent `Top' | -:1317: warning: unreferenced node `Dates and Times' | -:1317: Up reference to nonexistent `Top' | -:1548: warning: unreferenced node `Capture - Refile - Archive' | -:1548: Up reference to nonexistent `Top' | -:1708: warning: unreferenced node `Agenda Views' | -:1708: Up reference to nonexistent `Top' | -:2071: warning: unreferenced node `Markup' | -:2071: Up reference to nonexistent `Top' | -:2316: warning: unreferenced node `Exporting' | -:2316: Up reference to nonexistent `Top' | -:2452: warning: unreferenced node `Publishing' | -:2452: Up reference to nonexistent `Top' | -:2499: warning: unreferenced node `Working With Source Code' | -:2499: Up reference to nonexistent `Top' | -:2615: warning: unreferenced node `Miscellaneous' | -:2615: Next reference to nonexistent `GNU Free Documentation License' | -:2615: Up reference to nonexistent `Top' | This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdftex) | restricted \write18 enabled. | entering extended mode `---- > > —Rasmus -- Rainer M. Krug email: Rainer<at>krugs<dot>de PGP: 0x0F52F982 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 494 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Warnings when making org from git 2015-02-12 12:14 ` Rainer M Krug @ 2015-02-12 12:21 ` Rasmus 2015-02-12 12:35 ` Rainer M Krug 0 siblings, 1 reply; 7+ messages in thread From: Rasmus @ 2015-02-12 12:21 UTC (permalink / raw) To: rainer; +Cc: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 671 bytes --] Rainer M Krug <Rainer@krugs.de> writes: >> Thankfully, I haven't touched the orgguide.texi. But I get the same >> warning. > > Lucky you... Enough havoc from me for one day, don't you think? (¡Sorry everybody!) >> BTW: make doc produces lots of warnings on my system... > > Are these the warnings you see? > > I only get them when using the homebrew version of texinfo - if I use > the Mac version, I only get these encoding warnings. Below you'll find output of M-x compile make doc RET on Linux with texinfo 5.2. I'm pretty ignorant about texi so it might be nothing... > So: which one is better - I can choose? No clue. -- Hooray! [-- Attachment #2: make_doc.html --] [-- Type: text/html, Size: 96004 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Warnings when making org from git 2015-02-12 12:21 ` Rasmus @ 2015-02-12 12:35 ` Rainer M Krug 0 siblings, 0 replies; 7+ messages in thread From: Rainer M Krug @ 2015-02-12 12:35 UTC (permalink / raw) To: Rasmus; +Cc: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 878 bytes --] Rasmus <rasmus@gmx.us> writes: > Rainer M Krug <Rainer@krugs.de> writes: > >>> Thankfully, I haven't touched the orgguide.texi. But I get the same >>> warning. >> >> Lucky you... > > Enough havoc from me for one day, don't you think? (¡Sorry everybody!) There is only one last thing to say: enjoy the day from now on... Cheers Rainer > >>> BTW: make doc produces lots of warnings on my system... >> >> Are these the warnings you see? >> >> I only get them when using the homebrew version of texinfo - if I use >> the Mac version, I only get these encoding warnings. > > Below you'll find output of M-x compile make doc RET on Linux with texinfo > 5.2. I'm pretty ignorant about texi so it might be nothing... > >> So: which one is better - I can choose? > > No clue. -- Rainer M. Krug email: Rainer<at>krugs<dot>de PGP: 0x0F52F982 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 494 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-02-12 12:35 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-02-12 9:31 Warnings when making org from git Rainer M Krug 2015-02-12 10:02 ` Rasmus 2015-02-12 10:41 ` Rainer M Krug 2015-02-12 11:00 ` Rasmus 2015-02-12 12:14 ` Rainer M Krug 2015-02-12 12:21 ` Rasmus 2015-02-12 12:35 ` Rainer M Krug
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).