From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27746 invoked by alias); 23 Jul 2012 18:02:09 -0000 Received: (qmail 27736 invoked by uid 22791); 23 Jul 2012 18:02:08 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,SPF_NEUTRAL,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from orchid.mail.cornell.edu (HELO orchid.mail.cornell.edu) (132.236.56.61) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Jul 2012 18:01:55 +0000 Received: from authusersmtp.mail.cornell.edu (granite2.mail.cornell.edu [128.253.83.142]) by orchid.mail.cornell.edu (8.14.4/8.14.4) with ESMTP id q6NI1trI012338 for ; Mon, 23 Jul 2012 14:01:55 -0400 (EDT) Received: from [192.168.1.4] (cpe-67-249-194-47.twcny.res.rr.com [67.249.194.47]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id q6NI1rGd001811 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 23 Jul 2012 14:01:54 -0400 (EDT) Message-ID: <500D9190.40606@cornell.edu> Date: Mon, 23 Jul 2012 18:02:00 -0000 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] Updated: {emacs,emacs-X11,emacs-el}-24.1-1 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-PMX-CORNELL-SPAM-CHECKED: Pawpaw X-Original-Sender: kbrown@cornell.edu - Mon Jul 23 14:01:54 2012 X-PMX-CORNELL-REASON: CU_White_List_Override X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-07/txt/msg00505.txt.bz2 On 7/23/2012 1:12 PM, Franz Häuslschmid wrote: > I observed, that org-mode started to behave strangely. Especially the function > `org-clock-in' fails with following output to the *Messages* buffer: > > find-library-name: Can't find library org The documentation for the function 'find-library-name' is "Return the absolute file name of the Emacs Lisp source of LIBRARY. LIBRARY should be a string (the name of the library)." ;; If the library is byte-compiled, try to find a source library by ;; the same name. So the first question is whether you have the elisp sources installed (which are provided by the Cygwin package emacs-el). On my system, if I evaluate (find-library-name "org") I get "/usr/share/emacs/24.1/lisp/org/org.el.gz" If installing emacs-el doesn't solve your problem, please send me instructions for reproducing it, starting with 'emacs -Q'. I don't use org-mode, so the instructions will have to be detailed. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple