emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Charles C. Berry" <ccberry@ucsd.edu>
To: John Kitchin <jkitchin@andrew.cmu.edu>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: returning propertized strings
Date: Sat, 20 May 2017 18:46:35 -0700	[thread overview]
Message-ID: <alpine.OSX.2.20.1705201838070.3192@charles-berrys-macbook.local> (raw)
In-Reply-To: <CAJ51EToYUy=TdCfAUB504XHU4mBdPwTrkVNCv8uFrZmqF0v7LA@mail.gmail.com>

On Sat, 20 May 2017, John Kitchin wrote:

> If I run this block I get test as a result, but all its properties have
> been stripped.
>
> #+BEGIN_SRC emacs-lisp :results drawer
> (propertize "test" 'font-lock-face '(:foreground "red") 'help-echo
> "tooltip")
> #+END_SRC
>
> #+RESULTS:
> :RESULTS:
> test
> :END:
>
> Does anyone know where this happens and if it can be avoided?

Where?

Not sure, but late enough that `:results pp' will print them or `:post 
...' will receive them in `*this*'.

#+BEGIN_SRC emacs-lisp :results drawer pp
(propertize "test" 'font-lock-face '(:foreground "red") 'help-echo 
"tooltip")
#+END_SRC

#+RESULTS:
: #("test" 0 4
:   (help-echo "tooltip" font-lock-face
: 	     (:foreground "red")))

also `*this*' will contain the propertized version if you use the :post 
header arg.

HTH,

Chuck

  reply	other threads:[~2017-05-21  1:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-20 22:59 returning propertized strings John Kitchin
2017-05-21  1:46 ` Charles C. Berry [this message]
2017-05-21 13:04   ` John Kitchin
2017-05-21 21:21     ` John Kitchin

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=alpine.OSX.2.20.1705201838070.3192@charles-berrys-macbook.local \
    --to=ccberry@ucsd.edu \
    --cc=emacs-orgmode@gnu.org \
    --cc=jkitchin@andrew.cmu.edu \
    /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).