emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Dotan Cohen <dotancohen@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: patch for BIDI support for org-mime.el
Date: Sun, 29 Mar 2015 22:07:25 +0300	[thread overview]
Message-ID: <CAKDXFkN=xjWDCYK+dmkRF2_q=LtwqwMDpoUhH4FMX=o4NsV6Xw@mail.gmail.com> (raw)
In-Reply-To: <87r3s7rb61.fsf@mat.ucm.es>

Thank you Uwe. I've actually settled on vimwiki but I glance at
orgmode every now and then. This might get me to switch.

Have a great week!

On Sun, Mar 29, 2015 at 8:00 PM, Uwe Brauer <oub@mat.ucm.es> wrote:
> Hello
>
> Attached you find a very small patch which adds BIDI support to org-mime.el
> basically it adds
> "
> \n " instead of simply "
> ") To the htmlized message. A new variable is introduced, namely: org-mime-bidi-support which is per default set to nil. I turn it on when switching to a BIDI language, as in the following function. (defun my-turn-bidi-on () "Just start with to R2L and turn the hebrew (qwerty) keyboard on" (interactive) (setq bidi-paragraph-direction 'right-to-left) (set-face-font 'default "-etl-*-*-*-*-*-*-240-*-*-*-*-ISO8859-8") (setq org-mime-bidi-support t) (set-input-method "hebrew-phonetic-qwerty" t) (message "R2L on and the hebrew qwerty keyboard!")) On off when switching back. Regards Uwe Brauer



-- 
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com

      reply	other threads:[~2015-03-29 19:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-29 17:00 patch for BIDI support for org-mime.el Uwe Brauer
2015-03-29 19:07 ` Dotan Cohen [this message]

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='CAKDXFkN=xjWDCYK+dmkRF2_q=LtwqwMDpoUhH4FMX=o4NsV6Xw@mail.gmail.com' \
    --to=dotancohen@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).