emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Joseph Buchignani <joseph.buchignani@gmail.com>
To: Emacs-orgmode@gnu.org
Subject: cannot enable org-habit
Date: Wed, 1 Sep 2010 01:28:47 +0800	[thread overview]
Message-ID: <AANLkTinJ41H02aWLb02+2sZ5H1hdVbWzO8xj-B9_5faq@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1890 bytes --]

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.

[-- Attachment #1.2: Type: text/html, Size: 2337 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

             reply	other threads:[~2010-08-31 17:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-31 17:28 Joseph Buchignani [this message]
2010-09-01  6:34 ` cannot enable org-habit Noorul Islam K M
2010-09-01  6:51   ` Joseph Buchignani
     [not found]   ` <AANLkTi=6h8+txvmRUVEBDd@mail.gmail.com>
2010-09-02  3:07     ` Paul Sexton
2010-09-02  6:48       ` Noorul Islam K M
2010-09-02 14:40 ` Bastien
2010-09-02 16:49   ` Julien Fantin
2010-09-02 17:17     ` Noorul Islam
2010-09-02 17:26       ` Julien Fantin
2010-09-02 18:04         ` Joseph Buchignani
2010-09-03 13:09           ` Julien Fantin
2010-09-03 17:09             ` Joseph Buchignani
2010-09-04 19:03               ` Bastien
     [not found]   ` <AANLkTi=3_wpcFVKOu9sVQLCqit4-NQoj4Jx-G=eABuzG@mail.gmail.com>
     [not found]     ` <8739trwrtj.fsf@gnu.org>
2010-09-03  9:33       ` Joseph Buchignani
2010-09-03  9:38         ` Joseph Buchignani
2010-09-03 13:01         ` Bastien

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=AANLkTinJ41H02aWLb02+2sZ5H1hdVbWzO8xj-B9_5faq@mail.gmail.com \
    --to=joseph.buchignani@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).