From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Matthew Pritchard Newsgroups: gmane.emacs.help Subject: lisp expressions Date: Thu, 15 Dec 2016 14:49:16 -0800 Message-ID: <03258667-6FAC-4FD4-A491-0AC5BAA50316@icloud.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1481842198 13835 195.159.176.226 (15 Dec 2016 22:49:58 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 15 Dec 2016 22:49:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 15 23:49:54 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cHeqY-0002OY-8B for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Dec 2016 23:49:54 +0100 Original-Received: from localhost ([::1]:57306 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHeqa-0004WA-QA for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Dec 2016 17:49:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHeq8-0004W5-7O for help-gnu-emacs@gnu.org; Thu, 15 Dec 2016 17:49:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHeq4-0007sR-8V for help-gnu-emacs@gnu.org; Thu, 15 Dec 2016 17:49:28 -0500 Original-Received: from mr11p26im-asmtp004.me.com ([17.110.86.109]:43456) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cHeq4-0007mV-0k for help-gnu-emacs@gnu.org; Thu, 15 Dec 2016 17:49:24 -0500 Original-Received: from process-dkim-sign-daemon.mr11p26im-asmtp004.me.com by mr11p26im-asmtp004.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) id <0OI9007000KRHG00@mr11p26im-asmtp004.me.com> for help-gnu-emacs@gnu.org; Thu, 15 Dec 2016 22:49:17 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=4d515a; t=1481842157; bh=bcPFNndf1ShOvQcQuyVprZZOubucbWOvmwLFRHoOUeE=; h=From:Content-type:MIME-version:Subject:Message-id:Date:To; b=ZVGk7qrv1U1f+c8nofg9EmEmKeKgU5KeRxx7zJmVLGll5JlEYzHFvdlIMgigtx0ED 7rBtvoIUFQE4rS6owF1LtcShqUXJE+c7uq1HmToyGN6PbGMyqPN2Yui4fmRTM4JPA7 KUkyQTZMgM8nuZlf+TWKZy/f4BMsX5FyrhnqR+VQ/elVg8qDZDOKkq1Dzate1rarpj kLABKe3RRB1epJ62r0cdTGPB9u11v+riyqi20Zhal5uni7T/MKLPe+vyfPaGUWKOdw mcR2WRvcpVgJW9zBnRu7d5E/AoJjl693hE9LXO/Btf0uFXLrs5k6X+uhHiTb0RY04t +LywmOZMb7HSQ== Original-Received: from [192.168.0.3] (cpe-23-242-70-217.socal.res.rr.com [23.242.70.217]) by mr11p26im-asmtp004.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPSA id <0OI9005140Q41F60@mr11p26im-asmtp004.me.com> for help-gnu-emacs@gnu.org; Thu, 15 Dec 2016 22:49:17 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-12-15_14:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1034 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1603290000 definitions=main-1612150335 X-Mailer: Apple Mail (2.3259) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 17.110.86.109 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111964 Archived-At: I want this expression to take effect but i do not want to hand key my = .emacs file.Is this what eval expression does? if not what is a simple = way to have it take effect and be saved (setq org-mobile-directory "~/Dropbox/MobileOrg")