From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: returning propertized strings Date: Sat, 20 May 2017 18:59:39 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c194056b99311054ffc976d" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dCDLa-0000kw-KM for emacs-orgmode@gnu.org; Sat, 20 May 2017 18:59:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dCDLZ-0004pK-Kr for emacs-orgmode@gnu.org; Sat, 20 May 2017 18:59:42 -0400 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:36116) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dCDLZ-0004o0-DP for emacs-orgmode@gnu.org; Sat, 20 May 2017 18:59:41 -0400 Received: by mail-wm0-x230.google.com with SMTP id 7so27883798wmo.1 for ; Sat, 20 May 2017 15:59:40 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "emacs-orgmode@gnu.org" --94eb2c194056b99311054ffc976d Content-Type: text/plain; charset="UTF-8" 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? Thanks, John ----------------------------------- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu --94eb2c194056b99311054ffc976d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
If I run this block I get test as a result, but all i= ts properties have been stripped.

#+BEGIN_SRC emac= s-lisp :results drawer
(propertize "test" 'font-loc= k-face '(:foreground "red") 'help-echo "tooltip"= ;)
#+END_SRC

#+RESULTS:
:RESUL= TS:
test
:END:

Does anyone kno= w where this happens and if it can be avoided?

Tha= nks,
John

-----------------------------------
Professor John= Kitchin=C2=A0
Doherty Hall A207F
Department of Chemical Engineering<= br>Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
=
--94eb2c194056b99311054ffc976d--