[O] Warnings when making org from git

2015-02-12 Thread Rainer M Krug
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: Rainerkrugsde
PGP: 0x0F52F982


signature.asc
Description: PGP signature


Re: [O] Warnings when making org from git

2015-02-12 Thread Rasmus
Hi,

Rainer M Krug  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! 


-- 
ツ




Re: [O] Warnings when making org from git

2015-02-12 Thread Rainer M Krug
Rasmus  writes:

> Hi,
>
> Rainer M Krug  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/wcr5bjwn75q595n6x82gxj28gn/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: Rainerkrugsde
PGP: 0x0F52F982


signature.asc
Description: PGP signature


Re: [O] Warnings when making org from git

2015-02-12 Thread Rasmus
Rainer M Krug  writes:

> Now I get here a different warning from pdftex:
>
> ,
> | 
> (/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/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



Re: [O] Warnings when making org from git

2015-02-12 Thread Rainer M Krug
Rasmus  writes:

> Rainer M Krug  writes:
>
>> Now I get here a different warning from pdftex:
>>
>> ,
>> | 
>> (/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/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
| -

Re: [O] Warnings when making org from git

2015-02-12 Thread Rasmus
Rainer M Krug  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!
Title: *compilation*



  
  

-*- mode: compilation; default-directory: "~/src/code/org-mode/" -*-
Compilation started at Thu Feb 12 13:19:28

make doc
make -C doc info
make[1]: se entra en el directorio '/home/rasmus/src/code/org-mode/doc'
org-version: 8.3beta (release_8.3beta-826-g4f9051)
makeinfo --no-split org.texi -o org
make[1]: se sale del directorio '/home/rasmus/src/code/org-mode/doc'
make -C doc html
make[1]: se entra en el directorio '/home/rasmus/src/code/org-mode/doc'
makeinfo --html --number-sections --no-split -o org.html org.texi
make[1]: se sale del directorio '/home/rasmus/src/code/org-mode/doc'
make -C doc pdf
make[1]: se entra en el directorio '/home/rasmus/src/code/org-mode/doc'
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
-:10870: warning: @table has text but no @item
-:11103: warning: @table has text but no @item
-:11172: warning: @table has text but no @item
-:12154: warning: @table has text but no @item
-:13067: warning: @table has text but no @item
-:13402: warning: @table has text but no @item
-:14268: warning: @table has text but no @item
-:17157: 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

Re: [O] Warnings when making org from git

2015-02-12 Thread Rainer M Krug
Rasmus  writes:

> Rainer M Krug  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: Rainerkrugsde
PGP: 0x0F52F982


signature.asc
Description: PGP signature