emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: R. P. Dillon <rpdillon@gmail.com>
To: emacs-orgmode@gnu.org
Subject: \vee and \wedge reversed in HTML export?
Date: Mon, 19 Nov 2007 00:50:01 -0800	[thread overview]
Message-ID: <6FF475B9-6AEF-4F82-98AA-2D9767922F9D@gmail.com> (raw)

Been using org-mode since 22.1 came out and I use it to run my  
life...nice work!

I've been taking notes on predicate calculus in org-mode and just  
started using the embedded LaTeX feature.  I use symbols like \vee,  
\wedge, \rightarrow, \leftrightarrow, etc. in my notes.

When I export to HTML, all my conjunction/disjunction notes are  
reversed!  I.e. it seems all the ^ symbols are exported as v symbols  
and vice versa.

I am using Carbon Emacs with version 4.67c and figured it might be  
fixed in 5.13i, but it appears to export with the same error after I  
installed the update.

It appears the error is on lines 22323-22324 of org.el in version 5.13i:
     ("and") ("vee"."&and;")
     ("or") ("wedge"."&or;")
seems like it should be:
     ("and") ("wedge"."&and;")
     ("or") ("vee"."&or;")

When I make that change, everything appears to work as I expected.

I googled around but didn't find anything...am I crazy?

Rick

                 reply	other threads:[~2007-11-19  8:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6FF475B9-6AEF-4F82-98AA-2D9767922F9D@gmail.com \
    --to=rpdillon@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).