Preserve point when setting or aligning tags
[org-mode/org-tableheadings.git] / doc / .aspell.org.conf
blobfacdc494b8c4d02e7d3424bcb5d338ed95ef8b43
1 # Aspell configuration for proof reading Org documentation.
3 # Org documentation is written in American...
5 master en_US-w_accents
6 lang en_US
8 # Assume the Org specific word and replacement lists are in the doc
9 # directory and that any spell check is also run from there.  Specify
10 # this file when running aspell by some command like:
12 # $ aspell check --per-conf=".aspell.org.conf" org.texi
14 personal ./.aspell.org.pws
15 repl ./.aspell.org.prepl
17 # Checking options.  See man aspell.
19 save-repl true
20 sug-mode normal
21 ignore-case false
22 ignore-accents false
24 # Filters
26 # For some reason the following doesn't seem to work which stuffs up
27 # trying to use Ispell mode from an Emacs buffer (at least I cannot
28 # make it work) but aspell seems abot to recognise texinfo files
29 # automatically when checking from the command line so it doesn't
30 # matter much.
32 # mode texinfo
34 lset-filter tex:url
36 # Let's be clear about what we choose to ignore.
38 clear-f-texinfo-ignore
40 add-f-texinfo-ignore c
41 add-f-texinfo-ignore code
42 add-f-texinfo-ignore command
43 add-f-texinfo-ignore documentencoding
44 add-f-texinfo-ignore email
45 add-f-texinfo-ignore env
46 add-f-texinfo-ignore file
47 add-f-texinfo-ignore kbd
48 add-f-texinfo-ignore macro
49 add-f-texinfo-ignore option
50 add-f-texinfo-ignore printindex
51 add-f-texinfo-ignore samp
52 add-f-texinfo-ignore set
53 add-f-texinfo-ignore setfilename
54 add-f-texinfo-ignore syncode
55 add-f-texinfo-ignore url
56 add-f-texinfo-ignore value
57 add-f-texinfo-ignore var
58 add-f-texinfo-ignore verb
59 add-f-texinfo-ignore verbatiminclude
60 add-f-texinfo-ignore vskip
62 # Utility options
64 backup true
65 guess true
66 suggest true
68 # Miscellaneous
70 # Org documentation uses a lot of compound words.  Try and ignore them
71 # rather than including them in a specfic word list.
73 run-together-limit 2
74 run-together-min 2
76 #\f
78 # Local variables:
79 # fill-column: 72
80 # mode: conf
81 # End: