From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Buchignani Subject: cannot enable org-habit Date: Wed, 1 Sep 2010 01:28:47 +0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1698830281==" Return-path: Received: from [140.186.70.92] (port=57451 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqUeL-0001xu-0Q for Emacs-orgmode@gnu.org; Tue, 31 Aug 2010 13:29:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OqUeJ-0002nh-Bs for Emacs-orgmode@gnu.org; Tue, 31 Aug 2010 13:29:32 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:34145) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OqUeJ-0002nB-39 for Emacs-orgmode@gnu.org; Tue, 31 Aug 2010 13:29:31 -0400 Received: by wyb36 with SMTP id 36so9953061wyb.0 for ; Tue, 31 Aug 2010 10:29:28 -0700 (PDT) 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: Emacs-orgmode@gnu.org --===============1698830281== Content-Type: multipart/alternative; boundary=001636833e96505ba7048f21ec14 --001636833e96505ba7048f21ec14 Content-Type: text/plain; charset=ISO-8859-1 Hi Org-mode, I've read all the mailing lists and manuals and still can't get my org-habit module working. I presume there ought to be some sort of entry in my agenda, or the "k" key should do something. I get nothing. Here is my setup: - org-mode 7.01h - emacs file included below. The relevant portion is (add-to-list 'org-modules 'org-habit), which I have enabled in my .emacs, to no avail. What am I missing? Thanks, JB my .emacs file: ;; Org-mode settings (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-ca" 'org-agenda) (global-font-lock-mode 1) ;;;; Org mode upgrade settings (global-set-key "\C-cb" 'org-iswitchb) ;; (setq load-path (cons "/usr/share/emacs/23.1/lisp/org/" load-path)) (require 'org-install) ;; org mode agenda enabling (setq org-agenda-files (list "~/Desktop/Dropbox/6repos/ubu/Repository/org-mode/agenda.org")) ;; making org pretty ;; (setq org-startup-indented t) ;; make logbook in drawer (setq org-log-into-drawer "LOGBOOK") ;; Enable habit tracking ;;(require 'org-habit) (add-to-list 'org-modules 'org-habit) ;; better pasting between programs (setq interprogram-paste-function 'x-cut-buffer-or-selection-value) (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(x-select-enable-clipboard t) '(x-select-enable-primary nil)) (setq global-visual-line-mode 1) (add-to-list 'load-path "/home/dunpeel/freex/") (load "freex-conf.el") -- Ignore the following. It is a nonsense sentence that disables Google ads from displaying next to my emails by triggering sensitive keywords. I enjoy the massacre of ads. This sentence will slaughter ads without a messy bloodbath. --001636833e96505ba7048f21ec14 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Org-mode,

I've read all the mailing lists and manuals and sti= ll can't get my org-habit module working.

I presume there ought= to be some sort of entry in my agenda, or the "k" key should do = something. I get nothing. Here is my setup:

  • org-mode 7.01h
  • emacs file included below.
The= relevant portion is (add-to-list 'org-modules 'org-habit), which I= have enabled in my .emacs, to no avail.

What am I missing?

Thanks,
JB

my .emacs file:
;; Org-mode settings
(add-t= o-list 'auto-mode-alist '("\\.org$" . org-mode))
(glob= al-set-key "\C-cl" 'org-store-link)
(global-set-key "= \C-ca" 'org-agenda)
(global-font-lock-mode 1)
;;;; Org mode upgrade settings
(global-set-= key "\C-cb" 'org-iswitchb)
;; (setq load-path (cons "= /usr/share/emacs/23.1/lisp/org/" load-path))
(require 'org-inst= all)
;; org mode agenda enabling
(setq org-agenda-files (list "~/Desktop= /Dropbox/6repos/ubu/Repository/org-mode/agend= a.org"))
;; making org pretty
;; (setq org-startup-indented = t)

;; make logbook in drawer
(setq org-log-into-drawer "LOGBOOK&qu= ot;)

;; Enable habit tracking
;;(require 'org-habit)
(add-= to-list 'org-modules 'org-habit)


;; better pasting betwe= en programs
(setq interprogram-paste-function 'x-cut-buffer-or-selection-value)
=
(custom-set-variables
=A0 ;; custom-set-variables was added by Custo= m.
=A0 ;; If you edit it by hand, you could mess it up, so be careful. =A0 ;; Your init file should contain only one such instance.
=A0 ;; If t= here is more than one, they won't work right.
=A0'(x-select-enab= le-clipboard t)
=A0'(x-select-enable-primary nil))

(setq glob= al-visual-line-mode 1)

(add-to-list 'load-path "/home/dunpeel/freex/")
=A0=A0= (load "freex-conf.el")



--
Ignor= e the following. It is a nonsense sentence that disables Google ads from di= splaying next to my emails by triggering sensitive keywords.

I enjoy the massacre of ads. This sentence will slaughter ads without a= messy bloodbath.
--001636833e96505ba7048f21ec14-- --===============1698830281== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1698830281==--