emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Manish <mailtomanish.sharma@gmail.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: New implementation of the Org remember process ready for comments and testing
Date: Wed, 23 Jun 2010 10:22:26 +0530	[thread overview]
Message-ID: <AANLkTiktZEHpJG9HmN6YK7E-3ygi-qqUXxgk0O1LBKOE@mail.gmail.com> (raw)
In-Reply-To: <C46F10DC-DE51-43D4-AFFE-F71E440D1E1F@gmail.com>

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

  parent reply	other threads:[~2010-06-23  4:53 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-22 12:36 New implementation of the Org remember process ready for comments and testing Carsten Dominik
2010-06-22 14:08 ` Sébastien Vauban
2010-06-22 14:20 ` [Patch] " Sebastian Rose
2010-06-22 14:25   ` Carsten Dominik
2010-06-22 14:29     ` Sebastian Rose
2010-06-22 14:42       ` Carsten Dominik
2010-06-22 14:26   ` Carsten Dominik
2010-06-22 14:27   ` Carsten Dominik
2010-06-23  9:38   ` Ulf Stegemann
2010-06-23 10:29     ` Sebastian Rose
2010-06-23 11:28       ` Carsten Dominik
2010-06-23 12:21       ` Ulf Stegemann
2010-06-23 12:49         ` Sebastian Rose
2010-06-23 14:22           ` Carsten Dominik
2010-06-23 14:42             ` Sebastian Rose
2010-06-24 12:41               ` Ulf Stegemann
2010-06-23 14:06   ` Carsten Dominik
2010-06-22 18:58 ` Tassilo Horn
2010-06-23  3:59   ` Carsten Dominik
2010-06-23  6:31     ` Tassilo Horn
2010-06-23  6:44       ` Carsten Dominik
2010-06-22 19:26 ` Eric S Fraga
2010-06-23  7:53   ` Ian Barton
2010-06-22 20:50 ` Bernt Hansen
2010-06-22 23:15   ` Sebastian Rose
2010-06-23  4:35   ` Carsten Dominik
2010-06-22 23:07 ` Sebastian Rose
2010-06-22 23:32   ` [Patch] " Sebastian Rose
2010-06-23  4:18   ` Carsten Dominik
2010-06-23 12:24   ` reuse input (was: New implementation of the Org remember process ready for comments and testing) Memnon Anon
2010-06-22 23:56 ` New implementation of the Org remember process ready for comments and testing Sebastian Rose
2010-06-23  4:23   ` Carsten Dominik
2010-06-23  8:05     ` Sebastian Rose
2010-06-23  8:18       ` Carsten Dominik
2010-06-23  4:01 ` Puneeth
2010-06-23  4:31   ` Carsten Dominik
2010-06-23  9:04     ` Puneeth
2010-06-23  8:39   ` Carsten Dominik
2010-06-23  4:52 ` Manish [this message]
2010-06-23  5:40   ` Carsten Dominik
2010-06-23  8:02 ` Ian Barton
2010-06-23 11:30   ` Carsten Dominik
2010-06-23 10:40 ` [Typo] " Sebastian Rose
2010-06-23 11:27   ` Carsten Dominik
2010-06-23 13:53 ` Jason McBrayer
2010-06-23 14:05 ` Darlan Cavalcante Moreira
2010-06-23 15:19   ` Carsten Dominik
2010-06-23 17:00     ` Darlan Cavalcante Moreira
2010-06-24  5:20       ` Carsten Dominik
2010-06-24  1:32 ` Bernt Hansen
2010-06-24  2:25   ` BUG: org-capture saves an incorrect clock marker in org-clock-history Bernt Hansen
2010-06-24  5:39     ` Carsten Dominik
2010-06-24 13:37       ` Bernt Hansen
2010-06-24  2:36   ` Re: New implementation of the Org remember process ready for comments and testing Nick Dokos
2010-06-24  2:37     ` Bernt Hansen
2010-06-24  2:41       ` Bernt Hansen
2010-06-24  2:57         ` Capture mode seems to be easily confused in Emacs 22 Bernt Hansen
2010-06-24  5:44           ` Carsten Dominik
2010-06-24 12:26             ` Bernt Hansen
2010-06-24 12:46               ` Carsten Dominik
2010-06-24 13:14                 ` Bernt Hansen
2010-06-24 13:21                   ` Carsten Dominik
2010-06-24 13:32                 ` Bernt Hansen
2010-07-05 11:22 ` capture template: %& and %! Memnon Anon
2010-07-05 12:50   ` Carsten Dominik
2010-07-05 13:18     ` Memnon Anon
2010-07-05 13:26       ` Carsten Dominik

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=AANLkTiktZEHpJG9HmN6YK7E-3ygi-qqUXxgk0O1LBKOE@mail.gmail.com \
    --to=mailtomanish.sharma@gmail.com \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).