From: "Sébastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: Enhancing the Org/Gnus experience
Date: Thu, 04 Nov 2010 16:06:38 +0100 [thread overview]
Message-ID: <80y6996sch.fsf@mundaneum.com> (raw)
In-Reply-To: 87zktpchzr.fsf@ucl.ac.uk
Eric,
Eric S Fraga wrote:
> "Eric Schulte" <schulte.eric-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>
> [...]
>
>> if it is working, then the following code block should be fontified as
>> if in an Org-mode buffer
>>
>> #+begin_src emacs-lisp
>> (message "is it working?")
>> #+end_src
>
> Definitely not working then! This comes out as simple text in gnus and
> doesn't look at all like it would in an org buffer for me.
>
> [...]
>
>> the above should do it. My addition recovers from failures by inserting
>> the unfontified text into the buffer, so it's possible that whatever
>> issue I have that throws errors on non-src blocks is also an issue on
>> your machine and is throwing errors on all blocks, which would explain
>> why you aren't seeing any difference in your article buffers.
>
> Looks like it. Is there any way to debug this? I don't get any
> messages in Emacs (*Messages*). I seem to have the same settings as
> Sébastien has posted along with your augmented error handling. I don't
> really understand all the mm-uu code (although I'm learning...) so I am
> not sure how gnus knows to invoke the specific org code you guys have
> posted.
>
> Maybe other gnus configurations, especially gnus-part-display-hook, may
> be interfering?
The only thing that I have in that direction is:
#+begin_src emacs-lisp
;; change a `\205' figure to "..."
(add-hook 'gnus-part-display-hook 'article-treat-dumbquotes)
#+end_src
Do you want me to send you my .gnus privately?
Other ideas:
- which version of Gnus? Gnus v5.13?
- which fonts for your Org code? With colored *background*?
Maybe have a try with my color-theme (see on Worg), or insert such lines
into yours:
#+begin_src emacs-lisp
(let* ((inline-code '(:foreground "blue1" :background "#EAFFEA"))
(block-code '(:foreground "blue1" :background "#FFFFEA")))
;; [...]
(org-block ((t ,block-code)))
(org-code ((t ,inline-code)))
(org-column ((t ,column)))
(org-document-info-keyword ((t (:foreground "#008ED1" :background "#EAEAFF"))))
(org-meta-line ((t (:foreground "#008ED1" :background "#EAEAFF"))))
(org-special-keyword ((t (:foreground "#00BB00" :background "#EAFFEA"))))
(org-table ((t (:foreground "blue1" :background "#EAFFEA"))))
(org-verbatim ((t ,inline-code)))
#+end_src
Best regards,
Seb
--
Sébastien Vauban
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2010-11-04 15:06 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-15 15:51 Enhancing the Org/Gnus experience Sébastien Vauban
2010-10-15 16:59 ` Eric Schulte
2010-10-18 15:55 ` Sébastien Vauban
2010-10-18 20:57 ` Sébastien Vauban
2010-10-31 17:30 ` Eric Schulte
2010-10-31 20:57 ` Dan Davison
2010-11-04 11:18 ` Sébastien Vauban
2010-11-04 11:40 ` Eric S Fraga
2010-11-04 12:22 ` Eric Schulte
2010-11-04 13:53 ` Eric S Fraga
2010-11-04 15:06 ` Sébastien Vauban [this message]
2010-11-04 16:21 ` Tassilo Horn
2010-11-05 12:48 ` Eric S Fraga
2010-11-05 12:58 ` Sébastien Vauban
2010-11-05 21:36 ` Eric S Fraga
2010-11-04 13:11 ` Sébastien Vauban
2010-11-04 14:24 ` Eric S Fraga
2010-11-04 15:11 ` Eric S Fraga
2010-11-04 13:29 ` Eric Schulte
2010-11-04 14:16 ` Sébastien Vauban
2010-11-04 15:24 ` Eric Schulte
2010-11-04 18:18 ` Jambunathan K
2010-11-29 13:40 ` Julien Danjou
2010-11-29 14:11 ` Sébastien Vauban
2011-01-17 16:09 ` Julien Danjou
2011-01-19 13:28 ` Sébastien Vauban
2011-01-20 10:16 ` Julien Danjou
2011-01-20 18:00 ` Julien Danjou
2011-01-20 22:09 ` Sébastien Vauban
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=80y6996sch.fsf@mundaneum.com \
--to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
--cc=emacs-orgmode-mXXj517/zsQ@public.gmane.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).