From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: New implementation of the Org remember process ready for comments and testing Date: Wed, 23 Jun 2010 07:40:21 +0200 Message-ID: <043D299C-85FE-4226-B5BD-E406368D7380@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57225 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORIhI-0002Ht-6x for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 01:40:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORIhG-0001Cq-W8 for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 01:40:28 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:42117) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORIhG-0001Cm-OJ for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 01:40:26 -0400 Received: by wyf23 with SMTP id 23so197315wyf.0 for ; Tue, 22 Jun 2010 22:40:25 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Manish Cc: Org Mode Hi Manish, thanks for checking - this is now fixed. - Carsten On Jun 23, 2010, at 6:52 AM, Manish wrote: > On Tue, Jun 22, 2010 at 6:06 PM, Carsten Dominik wrote: >> New implementation of the Org remember process >> ============================================== > [snip: announcement of org-capture (287 lines)] >> > > I got some compilation warnings for the latest files. I have not yet > tried the new system so don't know if these are these of any > consequence or not or if they are specific to my setup. > > > $ make > emacs-nox -batch -q -no-site-file -eval "(setq load-path (cons > (expand-file-name \"./lisp/\") (cons > \"/usr/local/share/emacs/site-lisp\" load-path)))" -f > batch-byte-compile lisp/org-capture.el > > In org-capture-select-template: > org-capture.el:841:25:Warning: `error' called with 0 args to fill 1 > format > field(s) > > In org-capture-import-remember-templates: > org-capture.el:1110:45:Warning: reference to free variable > `org-remember-default-headline' > org-capture.el:1120:12:Warning: reference to free variable > `org-remember-templates' > > In end of data: > org-capture.el:1129:1:Warning: the function `org-datetree-find-date- > create' is > not known to be defined. > Wrote /home/zms/elisp/org-mode.git/lisp/org-capture.elc > emacs-nox -batch -q -no-site-file -eval "(setq load-path (cons > (expand-file-name \"./lisp/\") (cons > \"/usr/local/share/emacs/site-lisp\" load-path)))" -f > batch-byte-compile lisp/org-mks.el > > In org-mks: > org-mks.el:75:45:Warning: assignment to free variable `re' > org-mks.el:75:32:Warning: reference to free variable `re' > org-mks.el:98:31:Warning: assignment to free variable `pressed' > org-mks.el:99:41:Warning: reference to free variable `pressed' > > In end of data: > org-mks.el:127:1:Warning: the following functions are not known to > be defined: > org-switch-to-buffer-other-window, cadar, org-fit-window-to-buffer > Wrote /home/zms/elisp/org-mode.git/lisp/org-mks.elc > emacs-nox -batch -q -no-site-file -eval "(setq load-path (cons > (expand-file-name \"./lisp/\") (cons > \"/usr/local/share/emacs/site-lisp\" load-path)))" --eval "(require > 'autoload)" \ > --eval '(find-file "org-install.el")' \ > --eval '(erase-buffer)' \ > --eval '(mapc (lambda (x) (generate-file-autoloads > (symbol-name x))) (quote (lisp/org.el lisp/org-agenda.el > lisp/org-ascii.el lisp/org-attach.el lisp/org-archive.el > lisp/org-bbdb.el lisp/org-beamer.el lisp/org-bibtex.el > lisp/org-capture.el lisp/org-clock.el lisp/org-colview.el > lisp/org-colview-xemacs.el lisp/org-compat.el lisp/org-crypt.el > lisp/org-ctags.el lisp/org-datetree.el lisp/org-docview.el > lisp/org-entities.el lisp/org-exp.el lisp/org-exp-blocks.el > lisp/org-docbook.el lisp/org-faces.el lisp/org-feed.el > lisp/org-footnote.el lisp/org-freemind.el lisp/org-gnus.el > lisp/org-habit.el lisp/org-html.el lisp/org-icalendar.el > lisp/org-id.el lisp/org-indent.el lisp/org-info.el > lisp/org-inlinetask.el lisp/org-jsinfo.el lisp/org-irc.el > lisp/org-latex.el lisp/org-list.el lisp/org-mac-message.el > lisp/org-macs.el lisp/org-mew.el lisp/org-mhe.el lisp/org-mks.el > lisp/org-mobile.el lisp/org-mouse.el lisp/org-publish.el > lisp/org-plot.el lisp/org-protocol.el lisp/org-remember.el > lisp/org-rmail.el lisp/org-src.el lisp/org-table.el > lisp/org-taskjuggler.el lisp/org-timer.el lisp/org-vm.el > lisp/org-w3m.el lisp/org-wl.el lisp/org-xoxo.el)))' \ > --eval '(insert "\n(provide (quote org-install))\n")' \ > --eval '(save-buffer)' > Loading vc-git... > Generating autoloads for lisp/org.el... > > [rest of compilation log snipped] > > > Best regards > -- > Manish - Carsten