[O] Manual errata suggestions

2017-10-14 Thread TonyMc
Hello,

I have read through the org mode manual (something I have meant to redo
for ages) and found some typos, or sentences that might be worded more
felicitously. I updated my org-mode from 9.1.1 to 9.1.2 part way
through this reading, so some of the items may already have been fixed.

My suggestions are after the -> below, with headings for the relevant
section:


2.5 Structure Editing

subtrees of the same level than the marked subtree  -> of the same level
as the marked subtree

2.10 Footnotes

If it is a the definition  -> at the definition

3.2 Column width and alignment

In the example of fixed width columns, should there be a <6> in the top
row of the left-hand table?

3.3 Column groups

Why does the header line of the first table wrap e.g., sqrt(N) in
tildes, but not the header line in the second table?

3.5.8 Editing and debugging formulas

If you would like see  -> like to see

3.5.10 Advanced features

Such names must start by an alphabetic character  -> start with an 

5.1 Basic TODO functionality

See also see  -> See also 

5.2.3 Multiple keyword sets in one file

‘S-’ and ‘S-’ and walk through  -> omit second and

7.5.1.2 Column attributes

If more than one summary type apply to the property  -> applies to

9.1 Capture

John Wiegley excellent  -> Wiegley's

9.4 Protocols for external access

Org protocol is a mean to trigger  -> a means (or "provides a way to
trigger")

10.1 Agenda files

When with a prefix argument - > When used with (or when called with)

11.4 Images and Tables

if a link to an image files  -> an image file

11.6 Special symbols

Entities may also be used as a may to escape markup  -> as a way

12.7 ASCII/Latin-1/UTF-8 export

This is the most simplest and direct text output.  -> simplest and most
direct

It does not contain any Org markup either.  -> omit either

12.8 Beamer export

tree structure into a high-quality interactive slides -> omit "a"

12.8.4 Beamer specific syntax

at the beginning the object -> of the object

12.12.5 Applying custom styles

To apply and ODT style -> an ODT style

12.12.8 Images in ODT export

The dimensions of this size is measured in centimeters.  -> are measured
 
12.12.12 Advanced topics in ODT export - Creating one-off styles

Such direct formatting are useful -> is useful

12.12.12 Advanced topics in ODT export - Customizing tables in ODT
export

Footnote references and numbering of steps in a sequence are confused in
this section.

12.14.6 Headings and sectioning structure

to an equivalent Texinfo structuring commands.  -> omit "an"

12.17 Advanced configuration

specific parts of conversion process  -> the conversion process

13.1.2 Sources and destinations for files

There is no space between the variable and its description in this list.

13.1.4 Publishing action

But you also can publish  -> But you can also publish

(Footnote 1) If the publishing directory is the same than the source
directory, ‘file.org’ will be exported as ‘file.org.org’, so probably
don’t want to do this.  -> If the publishing directory is the same as
the source directory... so you probably don't want...

13.1.6 Links between published files

Eventually, links between published documents  -> Finally instead of
Eventually?

13.2 Uploading files

preferable not to use the built in  -> built-in

14.7 Languages

Additional documentation for some languages are at  -> is at

14.8.2 Specific header arguments

In some subsections, examples are introduced with "Usage example".  In
others they are introduced with "Example".  It might be better to be
consistent here.

14.8.2.1 ‘:var’

query and pass file name  -> pas the file name

14.8.2.5 ‘:file-ext’

auto generated  -> auto-generated

14.8.2.7 ‘:dir’ and remote execution

supply a remote s directory  -> should "s" be omitted here?

14.8.2.22 ‘:rownames’

can take on values ‘yes’ or ‘no’ values.  -> remove one of the "values"

14.8.2.27 ‘:post’

When ‘:post’ has any value, Org binds the results to ‘*this*’ variable
for easy passing to *note var:: header argument specifications.  -> This
sentence seems to be missing at least one word.

or for even  -> or even for

14.8.2.28 ‘:prologue’

See also see  -> omit one "see"

14.9.1.2 ‘:results output’

as as text results  -> omit one "as"

14.9.2.1 ‘:results value’

Even those that do support, such as ‘Python’ and ‘Haskell’, they impose
-> Suggest: "Even languages such as 'Python' and 'Haskell' that do
support interactive evaluation impose..."

14.9.2.2 ‘:results output’

Org concatenates whatever text output emitted by the interpreter  ->
the output from the interpreter

Note that this collection is not the same as collected from  -> as that
collected from (or "that would be collected from")

15.3 Speed keys

Emacs keychords  -> Suggest: Emacs key chords

This section also refers the reader to the docstring for the variable
org-speed-commands-user, which contains the following typo:
The car if each entry  -> The car of each entry

15.4 Code evaluation and security issues

Re: [O] mobil org manual

2016-11-12 Thread TonyMc
On Sat, 12 Nov 2016 09:33:23 -0800
Matthew Pritchard  wrote:

> Does anyone know were I can get a manual for mobil org?
> 

Look at Appendix B in the org manual and
https://github.com/matburt/mobileorg-android/wiki/Documentation

Best,
Tony




Re: [O] ot: windows xemacs question

2012-03-18 Thread TonyMc
On Sat, 17 Mar 2012 14:53:07 -0400 (EDT), you wrote:

I had a read of the setup instructions for emacs on windows and 
unfortunately so many of them involve modifying the windows registry.  A 
very experienced software specialist told me it's best never to use 
software that requires these modifications because sooner rather than 
later windows will crash and then the whole mess has to be reinstalled 
after that.  He had no idea about xemacs but he told me emacs and windows 
do not live happily on machines together.  So I'm wondering if xemacs 
might end up being any better and figured this being the closest list to 
emacs support I'm on that actually works to ask this question here.

Not sure where you got your info, but it is misleading and should not
put you off.  Installing GNU Emacs on Windows involves unzipping a
directory tree, that is all.  Download emacs-23.4-bin-i386.zip and
unzip it to e.g. the root of the C: drive.  Then you can run emacs as
C:\emacs-23.4\bin\runemacs.exe.

Tony