.
Hello
In the environment below I obtain an error, which I attach,
when I try to execute
(org-export-as-latex nil)
Uwe Brauer
Emacs : XEmacs 21.4 (patch 21) Educational Television [Lucid]
(i486-linux-gnu, Mule) of Sat May 3 2008 on terranova
Package: Org
Hello
how can I bind keys in Orgtbl minor mode?
I would like to have the same binding as in org-mode
(local-set-key [(control c) (control w)] 'org-table-wrap-region)
(local-set-key [(control c) (control h)] 'org-table-insert-hline)
But I don't find a orgtbl-mode-hook.
Thanks
Uwe
Carsten Dominik wrote:
(add-hook
'orgtbl-mode-hook
(lambda ()
(org-defkey orgtbl-mode-map \C-c\C-w
(orgtbl-make-binding 'org-table-wrap-region 1000 \C-c\C-w))
(org-defkey orgtbl-mode-map \C-c\C-h
(orgtbl-make-binding 'org-table-wrap-region 1001
{document}
when I turn off auto-capitalize-mode then everything works
as expected. Is there any workaround?
thanks
Uwe Brauer
On Sat, 10 Dec 2011 16:00:19 +0100, Carsten Dominik
carsten.domi...@gmail.com wrote:
Hi Uwe,
I am not able to reproduce this.
- Carsten
Hi Carsten,
Hm, I don't hope this is a xemacs thing. I will continue
tracking down the problem. Just in case can you send me your
version of
On Sat, 10 Dec 2011 16:00:19 +0100, Carsten Dominik
carsten.domi...@gmail.com wrote:
Hi Uwe,
I am not able to reproduce this.
- Carsten
It seems a special configuration of auto-capitalize-mode
with respect to texmathp.
(autoload 'auto-capitalize-mode auto-capitalize
Toggle
, but is there a simpler solution?
Thanks
Uwe Brauer
)Emacs
closer to a word processor. Thank you Team!
Uwe Brauer
org-preview-bug.el
Description: application/emacs-lisp
Emacs : XEmacs 21.5 (beta29) garbanzo [Lucid] (i686-pc-linux, Mule) of Sat
Nov 5 2011 on Burrurr
Package: Org-mode version 7.5
current state:
==
(setq
for this behavior?
Uwe Brauer
The following attachment should be an integral.
Xemacs:
attachment: test3_7801a85c58c7aabc4553724e826b458ba08dda90.png
Gnu Emacs
attachment: test_7ceb32811fbcd1322f595ca60dcc47456c20b5fe.png
On Sat, 28 Jan 2012 21:20:48 +0100, Uwe Brauer o...@mat.ucm.es wrote:
Which does not work for Xemacs. Thanks to Julian Bradfield,
the solution seems to be:
(defun org-dvipng-color (attr)
Return an rgb color specification for dvipng.
(apply 'format rgb %s %s %s
and therefore wrap a
(if (featurep 'xemacs)
Around my changes. If you want to have the changes I have in
mind for call-process also for GNU Emacs, I think the
maintainers should have a say.
Uwe Brauer
of org mode or auctex are
interested in having a look?
Uwe Brauer
On Mon, 30 Jan 2012 12:25:13 +0100, Antoine Levitt
antoine.lev...@gmail.com wrote:
Uwe Brauer
(ccing gnus mailing list, in case someone is interested)
I ran into that the other day.
I think it would be very useful to have preview-buffer work
on non-latex buffers
On Sat, 28 Jan 2012 23:33:24 +0100, Bastien b...@altern.org wrote:
Hi Bastien,
Here comes the patch (I tested it with Xemacs 21.5 and GNU
emacs 23.1); I used the
diff -u option and hope this is ok.
Uwe
--- org-old.el 2012-01-31 18:37:53.0 +0100
+++ org.el 2012-01-31
Hello
Maybe I did look carefully enough into the manual, but it
seems that lists are not supported insides tables. Is this
correct? Are there any plans to support it?
thanks
Uwe Brauer
Regarding Re: [O] lists in tables; Carsten Dominik
carsten.domi...@gmail.com adds:
On 9.6.2011, at 20:44, Nicolas Goaziou wrote:
Are there any plans to support it?
None that I know of.
What does that even mean, lists in tables???
Well like a Word Processor like OO
Hello
I want a simple function which allows me to insert a new row
before I wrap a region. (Because otherwise rows which
already contain information get disordered.)
Like
(defun my-org-wrap-cell ()
(interactive)
(save-excursion
(progn
(org-table-insert-row 1)
Hello
In most spreadsheets I know, it is possible to generate easily a column
say starting in 365 ending in 23.[1]
Is there any way to do this in the org spreadsheet, without a loop?
thanks
Uwe Brauer
Footnotes:
[1] (Or in matlab without a loop)
about it. I know there is an
icalendar export function but I can not see how I could send an event as
an invitation.
thanks
Uwe Brauer
is wrong in my template?
- could the target table have more than one column?
thanks
Uwe Brauer
smime.p7s
Description: S/MIME cryptographic signature
Uwe == Uwe Brauer o...@mat.ucm.es writes:
Hello
I am using org-capture-templates for a while but now I would like to
have a table in the target file, best would be something like this
| File | Description
[Email from Uwe Brauer: To: Uwe Brauer: Date: nil Subj: test ]
Is this a bug?
smime.p7s
Description: S/MIME cryptographic signature
hi
Is there a way to add colors to a org table such that the color
appears in the html exported version. I know that *test* will give
boldface, but colors?
thanks
Uwe Brauer
smime.p7s
Description: S/MIME cryptographic signature
When I have a table with the following calculation
(7/6)*(B+C+D+E)
Which gives for example 7.000
But how can I change that format to 7?
I thought
(7/6)*(B+C+D+E);%0f
But it did not work
thanks
Uwe Brauer
Uwe == Uwe Brauer o...@mat.ucm.es writes:
When I have a table with the following calculation
(7/6)*(B+C+D+E);%0f
Sorry I forgot the .
(7/6)*(B+C+D+E);%.1f
That works as expected. Sorry for the noise
Uwe Brauer
would prefer if
this field remains empty.
Any way of achieving this?
Uwe Brauer
smime.p7s
Description: S/MIME cryptographic signature
Uwe Brauer o...@mat.ucm.es writes:
I think something like NaN was introduced to Org-tbls, but I don't
remember the exact syntax, maybe try with 'nan':
Http://lists.gnu.org/archive/html/emacs-orgmode/2012-12/msg00983.html
Aha, so I would indeed get:
| Name | Ex 1 | Ex2 | Ex
know that I can embed latex
code into a org buffer, however this is not what I am looking for.
regards
Uwe Brauer
of the
generated formulas, however in Xemacs, Ma gnus 0.6 I only see things
like
[image: $\|vk(t)\|_{Hs+1,}$],
instead of
,
Is there anything in my gnus configuration I show change?
thanks
Uwe Brauer
Hello
the following formula works well with org-preview-latex-fragment
However
$ \|vk(t)\|_{Hs+1,}$
Not nor
$ \|vk(t)\|_{Hs+1,}$,
Could that behaviour made a little less picky?
thanks
Uwe Brauer
rasmus == rasmus Rasmus writes:
Uwe Brauer o...@mat.ucm.es writes:
Probably not.
Note these are Org features irrespective of fragment preview. There
was some talk about it not so long ago.
Basically, it just happens that $·$ works as desired most of the time
#secure method=smime mode=sign
"rasmus" == rasmus Rasmus writes:
Uwe Brauer o...@mat.ucm.es writes:
Probably not.
Note these are Org features irrespective of fragment preview. There
was some talk about it not so long ago.
Basically, it just happens t
rasmus == rasmus Rasmus writes:
Uwe Brauer o...@mat.ucm.es writes:
Look the following examples
\begin{displaymath}
Xs,δ:=Hs,δ× Hs,δ+1× Hs,δ+1×
Hs+1,δ+2
\end{displaymath}
org-preview-latex-fragment does not work, change displaymath for
equation, again org-preview-latex
) is very important to me and
even if this approach may have disadvantages, it seems to me more
universal than the javascript business.
Uwe Brauer
+-+-+-+
| | | |
+-+-+-+
| | | |
| +-+ |
| | | |
+-+-+-+
| | |
+-+---+
Are there any plans that org-table would support such a table
org-table-create-with-table.el does not work on this example.
Uwe Brauer
Carsten == Carsten Dominik carsten.domi...@gmail.com writes:
On 16.5.2013, at 23:40, Uwe Brauer o...@mat.ucm.es wrote:
Hello
Are there any plans that org-table would support such a table
org-table-create-with-table.el does not work on this example.
Hi
Carsten == Carsten Dominik carsten.domi...@gmail.com writes:
On 17.5.2013, at 11:55, Uwe Brauer o...@mat.ucm.es wrote:
Than orgtbl-ctrl-c-ctrl-c will format the table nicely (table.el has no
such a feature).
Yes it has, it automatically formats as you type.
I started
Hello
I just found in wikipedia
http://en.wikipedia.org/wiki/Org-mode
Claiming there are tools to import _from_ ODT.
Is this true? I have never seen anything like this.
Uwe Brauer
Ethan == Ethan Ligon li...@are.berkeley.edu writes:
Uwe Brauer oub at mat.ucm.es writes:
Uwe Brauer
Presumably a reference to
https://bitbucket.org/josemaria.alkala/odt2org/wiki/Home
I haven't used it, and it's rather old (predates org-elements, I think
Nicolas == Nicolas Goaziou n.goaz...@gmail.com writes:
Hello,
Uwe Brauer o...@mat.ucm.es writes:
Org version 7.8.03 with Emacs version 21
You need to update Org. I cannot reproduce the problem on Org 8.0.3.
Ok, I try.
What's about orgtbl-to-latex does this work for you
/oub/ALLES/xemacs/site-lisp/packages/org-8.0.3/lisp/ox-odt.el:
Cannot open load file: table
which is odd, since I have a (require 'table) in my edit file.
Did anybody sucessfully compile the latest org version under
Xemacs 21.5.X?
Uwe Brauer
Carsten == Carsten Dominik carsten.domi...@gmail.com writes:
On 25.5.2013, at 22:09, Nicolas Goaziou n.goaz...@gmail.com wrote:
Uwe Brauer o...@mat.ucm.es writes:
What's about orgtbl-to-latex does this work for you also?
It doesn't seem to.
orgtbl-to-* does
Achim ==Achim Gratz strom...@nexgo.de writes:
Uwe Brauer writes:
I know that compiling org under Xemacs is delicate. I succeeded with
7.8.3 but it seems that the installation process has changed quite a
bit.
No, not really.
Ok, good
I edit the relevant
Achim == Achim Gratz strom...@nexgo.de writes:
Uwe Brauer writes:
There are at least a handful of functions
that'd need compatibility macros /defuns on XEmacs and I don't know what
turns up when these are out of the way, but the results were sketchy
already on 7.x whenever I tried. Your
give me a hint?
Thanks
Uwe Brauer
Achim == Achim Gratz strom...@nexgo.de writes:
Uwe Brauer writes:
(I had this issue for example in Ulf icalendar.el). I thought of
wrapping (if (featurep 'xemacs) around the relevant code, till I
found out that there is already a org-compat, so I
added (require 'org-compat
Achim == Achim Gratz strom...@nexgo.de writes:
Uwe Brauer writes:
The strange this is that C-h f define-obsolete-function-alias tells me
that the function is advised and points to org-compat but it seems not
to work.
I think it is possible that XEmacs treats advices a bit
and marks OLDFUN
| as obsolete.
`
When I byte compile org-agenda.el individually no such problem occurs.
What is wrong?
thanks
Uwe Brauer
smime.p7s
Description: S/MIME cryptographic signature
Achim == Achim Gratz strom...@nexgo.de writes:
Uwe Brauer writes:
Now the make process is getting absurd.
What does that problem have to do with make?
Because I can byte compile it manually, in dired via Shift-B!
That I consider as bizarre, byte compiling works, but via make
Achim == Achim Gratz strom...@nexgo.de writes:
Achim Gratz writes:
That cannot work since the byte-compiler necessarily sees both branches
of the if clause.
I've changed the advices to actually remove any arguments past the
second from the argument list. That should allow
Achim == Achim Gratz strom...@nexgo.de writes:
Achim Gratz writes:
That cannot work since the byte-compiler necessarily sees both branches
of the if clause.
I've changed the advices to actually remove any arguments past the
second from the argument list. That should allow
Achim == Achim Gratz strom...@nexgo.de writes:
Uwe Brauer writes:
Oops I just saw you second message. This new version I can obtain via
git clone git://orgmode.org/org-mode.git
I presume.
If your current version was also obtained via git, then simply
git checkout
Achim == Achim Gratz strom...@nexgo.de writes:
when executed in Xemacs returns Xemacs, when executed in GNU emacs
returns GNUS.
Yes, but the byte-compiler has to compile both branches, since the
if is actually resolved at run-time. You'd need to use a
compatibility
Eric == Eric S Fraga Eric writes:
Uwe Brauer o...@mat.ucm.es writes:
Hello
Thanks to Achim's change in org-compat, I could compile and load the new
orgmode, without the complain about the obsolete function stuff.
However there are still serious problems
Eric == Eric S Fraga Eric writes:
Uwe Brauer o...@mat.ucm.es writes:
Hello
Thanks to Achim's change in org-compat, I could compile and load the new
orgmode, without the complain about the obsolete function stuff.
However there are still serious problems
Achim == Achim Gratz strom...@nexgo.de writes:
Uwe Brauer writes:
- 7.8.X had a file called org-exp.el. This file is now gone. What is
it substitute???
What functionality is it you need from that file?
I checked: this is the *essential* file to use
org
Nick == Nick Dokos ndo...@gmail.com writes:
Uwe Brauer o...@mat.ucm.es writes:
Eric == Eric S Fraga Eric writes:
Uwe Brauer o...@mat.ucm.es writes:
(require 'ox)
is the closest equivalent. But the exporter has changed so much that it
would not be surprising
third error.
Any comments?
thanks
Uwe Brauer
org-8-bug-submit-bug
Description: Binary data
org-8-bug-preview
Description: Binary data
org-8-bug
Description: Binary data
Nick == Nick Dokos ndo...@gmail.com writes:
Uwe Brauer o...@mat.ucm.es writes:
Hello
You need to set up auto-mode-alist in your init file:
(add-to-list 'auto-mode-alist '(\\.org$ . org-mode))
Ok, I did this
- I turned on org-mode and received and error I attach
Nick == Nick Dokos ndo...@gmail.com writes:
so xemacs found an outline.el that did not define
outline-previous-heading. Check which outline.el xemacs
finds with M-x locate-library RET outline RET. It's probably
a compiled file, but the corresponding outline.el should be
in
Nick == Nick Dokos ndo...@gmail.com writes:
Uwe Brauer o...@mat.ucm.es writes:
The error is[fn:1]:
I am sorry, this is also the fault of
gnus-dired-attach
Which by default uses this type of attachment, I have to look into it,
how to change it on demand
Nick == Nick Dokos ndo...@gmail.com writes:
Uwe Brauer o...@mat.ucm.es writes:
Eric Fraga has been prolific in providing solutions to these problems
today. In addition to the client side solution (Use v instead of t)
which solves the problem on the recipient's side, he provided
Hello
Is there a possiblity to hide text in a org file, such then it is not
displayed (or does not appear) in the odt file, I generated using
org-odt-export-to-odt?
thanks
Uwe Brauer
Eric == Eric S Fraga Eric writes:
Uwe Brauer o...@mat.ucm.es writes:
Hello
I'm not sure if I have misunderstood your question or not but you can
easily exclude whole subtrees from export by, for instance:
#+title: The title
#+EXPORT_EXCLUDE_TAGS: noexport
On 07/05/2013 07:40 PM, Eric S Fraga wrote:
#+begin_comment ... #+end_comment?
does not work, the odt file contains
#+begin_comment
my text
#+end_comment ?
the issue is I want to write say one paragraph in Spanish
and the next in German, again spanish then German, etc
but the odt file
Suvayu == Suvayu Ali fatkasuvayu+li...@gmail.com writes:
On Fri, Jul 05, 2013 at 09:26:22PM +0200, Uwe Brauer wrote:
the issue is I want to write say one paragraph in Spanish
and the next in German, again spanish then German, etc
but the odt file should only display one
Hi
I googled a bit but found no solution to the problem
of rotating a table such that
| 1 | 2 | 3 |
| 4 | 3 | 4 |
becomes
| 4 | 1 |
| 3 | 2 |
| 4 | 3 |
Thanks
Uwe Brauer
Michael == Michael Brand michael.ch.br...@gmail.com writes:
Hi Uwe
On Sun, Oct 20, 2013 at 10:12 PM, Uwe Brauer o...@mat.ucm.es wrote:
| 1 | 2 | 3 |
| 4 | 3 | 4 |
becomes
| 4 | 1 |
| 3 | 2 |
| 4 | 3 |
1) mark table
2) M-x reverse-region
3
Michael == Michael Brand michael.ch.br...@gmail.com writes:
Hi Uwe
On Sun, Oct 20, 2013 at 10:12 PM, Uwe Brauer o...@mat.ucm.es wrote:
| 1 | 2 | 3 |
| 4 | 3 | 4 |
becomes
| 4 | 1 |
| 3 | 2 |
| 4 | 3 |
1) mark table
2) M-x reverse-region
3
as the following lines
indicates.
Then this table is displayed L2R.
| פרויקט| לשמור| מגדל| פיזה| שעלה| 20| מיליון | אירו| השלים |
לאחרונה.|
I attach the odt file.
This seems a sort of bug?
Uwe Brauer
pisa-inter.odt
Description: application/vnd.oasis.opendocument.text
this to start with.
Anybody has an idea?
Thanks
Uwe Brauer
Michael == Michael Brand michael.ch.br...@gmail.com writes:
Hi Michael,
Anybody has an idea?
This again I see in the category of fun with combinations of
reverse-region (to reverse lines) and org-table-transpose-table:
Maybe.
Reverse row(s): Isolate the row(s) by adding
Michael == Michael Brand michael.ch.br...@gmail.com writes:
Here is a function but it just works for one row, if anybody wants to
generalise it for more rows...
(defun my-org-table-reverse-cells-in-row ()
Simple function to reverse cells in one row.
(interactive)
(save-excursion
Hello
I am searching the docs in order to configure the odt-export function. I
cannot find anything concerning fonts.
I would like to have hebrew text exported using a particular font.
Can anybody give me a hint?
thanks
Uwe Brauer
Jambunathan == Jambunathan K Jambunathan writes:
Strangely enough, I don't see your answer on gmane.
In LibreOffice,
Right click on the table-Table-Text Direction-Right-to-Left.
Aha,
Now, does what you see seem right to you?
Yes indeed it does!!
I fiddled around with a
Jambunathan == Jambunathan K Jambunathan writes:
In LibreOffice,
Right click on the table-Table-Text Direction-Right-to-Left.
Now, does what you see seem right to you?
Sorry, my answer was premature.
Your solutions, converts the order of all rows, but this is not correct
in
it on the org mailing list.
thanks
Uwe Brauer
now johnny smith ka...@krovatka.su told me:
,
|
| notwithstanding dave's comment, the odt seems either defective or
| incompatible with aoo (which may be aoo's fault as well). more
| specifically, the tables are quite lonely within their sections
Jambunathan == Jambunathan K Jambunathan writes:
In LibreOffice,
Right click on the table-Table-Text Direction-Right-to-Left.
I attach three files.
r2ltableOO.odt has been generated by OO, and displays the text as
intended.
r2ltableorg.org is the org file and displays the text
Jambunathan == Jambunathan K Jambunathan writes:
Hi Jambunathan,
Uwe
I am venturing in to the wild here and it will take multiple iterations
for me to even get a feel for what needs to be happen. I am not even
sure what is right or wrong here. Anyways...
On 11/04/2013 07:08 AM, Jambunathan K wrote:
I suggest that you pass me an Org file, that has the right
bidi-paragraph-direction (as a local variable) and has the right set of
bidi markers.
Here are the attached files.
hebrew.ott
Description:
Bastien == Bastien b...@gnu.org writes:
Hi Bastien,
Hi Uwe,
Uwe Brauer o...@mat.ucm.es writes:
Don't forget to add such useful functions to
http://orgmode.org/worg/org-hacks.html
I came to the conclusion, that the function is not useful, so I don't
think I will post
Jambunathan == Jambunathan K Jambunathan writes:
Uwe
r2ltableorg.org is the org file and displays the text as
intended. However not all of the text was written in logical order by
GNU emacs, but copied from some other sources.
I am venturing in to the wild here and it will
Bastien == Bastien b...@gnu.org writes:
Hi Uwe,
Uwe Brauer o...@mat.ucm.es writes:
I never used this site you mentioned, how can I copy the code?
Simply send me your public key and I'll give you access to the Worg
git repository.
s/mime or (gnu)pgp? My pgp key is 14
Bastien == Bastien b...@gnu.org writes:
Hi Uwe,
Uwe Brauer o...@mat.ucm.es writes:
I never used this site you mentioned, how can I copy the code?
Simply send me your public key and I'll give you access to the Worg
git repository.
Then you'll be able to clone like
to do?
Uwe Brauer
test-cov.pdf
Description: Binary data
and
cannot find this variable. What is the corresponding new variable?
Is there anything similar for the odt exporter?
thanks
Uwe Brauer
Hello
I use org-odt-export-to-odt quite a bit. How can I configure it in order
to set a different column and row spacing for tables? The default one is to
large
for my taste,
Thanks
Uwe Brauer
Hello
I use org-preview-latex-fragment quite a bit.
Is there a possibility to print a file with the generated
png such as?
Of course I could export the file to html and then print the
resulting html file as a pdf file.
But I thought there might be a quicker way?
Thanks
Uwe Brauer
On Tue, 11 Sep 2012 11:52:45 -0400, Nick Dokos nicholas.do...@hp.com wrote:
Uwe Brauer o...@mat.ucm.es wrote:
Opening the file in emacs and selecting Print buffer from the
file menu did not work for me for some reason, but opening the
file with the ``display'' program (from
Test
there is less vertical space (when displayed in thunderbird say) between the text and the formula
than
Test
Why?
Thanks
Uwe Brauer
On Tue, 04 Dec 2012 15:58:27 +0100, Bastien b...@altern.org wrote:
Hi Uwe,
Uwe Brauer o...@mat.ucm.es writes:
I really enjoy the org-preview-latex-fragment function,
- However, sometimes I make typos and then
org-preview-latex-fragment fails naturally
-preview-latex-fragment
either the png is not exported or I obtain an error message
of the sort:
Unknown conversion type nil for latex fragments.
Is this easy to implement the org-preview-latex-fragment
support for org-mime-htmlize?
Thanks
Uwe Brauer
On Thu, 22 Mar 2012 23:34:08 +0100, Uwe Brauer o...@mat.ucm.es wrote:
Now org-mime-htmlize allows me to htmlize a message buffer
but seems not to work with org-preview-latex-fragment
either the png is not exported or I obtain an error message
of the sort:
Unknown conversion
On Mon, 26 Mar 2012 07:31:19 -0400, Eric Schulte
eric.schu...@gmx.com wrote:
Uwe Brauer o...@mat.ucm.es writes:
This functionality certainly used to work (and was one of my main
reasons for using org-mime-htmlize). There is a new error in the
`org-export-string' function
On Tue, 27 Mar 2012 12:22:53 +0200, Bastien b...@gnu.org wrote:
Eric Schulte eric.schu...@gmx.com writes:
I am very confused the code in question contains a line of
the sort:
(org-export-with-LaTeX-fragments dvipng)
Me too. This should be
similar to org-mime-htmlize, it sends latex math
as png. However there are better* displayed, I attach the
relevant eml file below.
Could org-mime-htmlize use the structure of latex-it?
Thanks
Uwe Brauer
Attachments: first org, then latex-it
---BeginMessage---
Integral
$$\int fdx=0
latex formulas, however only
$$ are allowed no equations (which makes it inferior to
org-preview-latex-fragments)
In any case I attached the wrong eml file (the one with just one page) I
now attach the eml with the embedded formula. Maybe some useful
information can be extracted.
Uwe Brauer
On Sun, 01 Apr 2012 12:38:12 -0400, Eric Schulte eric.schu...@gmx.com
wrote:
I'm not clear on how this differs from the messages produced using
org-mime-htmlize, and it has been a while since I've looked into email
mime mechanics. However, since the emails generated using
On Wed, 11 Apr 2012 00:23:54 -0400, Eric Schulte eric.schu...@gmx.com
wrote:
Uwe Brauer o...@mat.ucm.es writes:
Uwe
Hi Uwe,
Thanks for sending along this helpful review. I've just pushed two
changes to org-mime so that it now (1) wraps html and images
On Wed, 11 Apr 2012 09:38:46 -0400, Eric Schulte eric.schu...@gmx.com
wrote:
Hi Uwe,
Uwe Brauer o...@mat.ucm.es writes:
OK, for my own edification I had changed the message body from
(I'm hoping these are sufficiently quoted to survive mailing)
,[original
1 - 100 of 1198 matches
Mail list logo