From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Frischholz Subject: Re: Problems while trying to load feature `org-habit' Date: Mon, 31 Aug 2015 00:10:10 +0200 Message-ID: References: Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: multipart/signed; boundary="Apple-Mail=_045ED40F-8F06-41CE-ABC6-ED2BAAFC1478"; protocol="application/pgp-signature"; micalg=pgp-sha512 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWAnu-0002dI-9e for emacs-orgmode@gnu.org; Sun, 30 Aug 2015 18:10:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWAnr-0006ay-0d for emacs-orgmode@gnu.org; Sun, 30 Aug 2015 18:10:22 -0400 Received: from sculptor.uberspace.de ([95.143.172.183]:55758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWAnq-0006aC-K4 for emacs-orgmode@gnu.org; Sun, 30 Aug 2015 18:10:18 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --Apple-Mail=_045ED40F-8F06-41CE-ABC6-ED2BAAFC1478 Content-Type: multipart/alternative; boundary="Apple-Mail=_C678C719-FC3E-4168-A289-7E426567AB2F" --Apple-Mail=_C678C719-FC3E-4168-A289-7E426567AB2F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Ok, I=E2=80=99ve solved it: ;(require 'org) ;(require 'org-install) ;(add-to-list 'org-modules "org-habit") (setq org-modules '(org-habit)) -- Tobi PGP PUBLIC KEY: http://pgp.mit.edu/pks/lookup?search=3D0xCD463AC1&op=3Dind= ex > On 30 Aug 2015, at 10:33, Tobias Frischholz wrote: >=20 > Hi there, >=20 > I somehow get this message when starting up Emacs. Searching the net = didn't help. >=20 > Here's my init.el: >=20 > (setq user-full-name "Tobias Frischholz" > user-mail-address "tobias@friolz.com") >=20 > (package-initialize) >=20 > ;; https://github.com/purcell/exec-path-from-shell > (when (memq window-system '(mac ns)) > (exec-path-from-shell-initialize)) >=20 > (require 'org) > (require 'org-install) > (add-to-list 'org-modules "org-habit") >=20 > (setq org-todo-keywords > '((sequence "TODO(t)" "WAIT(w@/!)" "|" "DONE(d!)" = "CANCELED(c@)"))) >=20 > (global-set-key "\C-cl" 'org-store-link) > (global-set-key "\C-ca" 'org-agenda) > (global-set-key "\C-cc" 'org-capture) > (setq org-default-notes-file "~/org/organizer.org") > (global-set-key (kbd "C-c o") > (lambda () (interactive) (find-file = "~/org/organizer.org"))) > (global-set-key "\C-cb" 'org-iswitchb) >=20 > (setq org-agenda-files (list "~/org/organizer.org")) >=20 > (setq org-feed-alist > '(("Hacker News" > "https://news.ycombinator.com/rss" > "~/org/feeds.org" "Hacker News Entries") > ("SZ" > = "http://rss.sueddeutsche.de/app/service/rss/alles/index.rss?output=3Drss" > "~/org/feeds.org" "SZ Entries"))) >=20 >=20 > (require 'package) > (add-to-list 'package-archives > '("melpa" . "https://melpa.org/packages/")) >=20 > (add-to-list 'load-path "~/elisp/erc") > (require 'erc) >=20 > (add-to-list 'load-path "~/.elisp/gnuplot-mode/") > (require 'gnuplot) >=20 > (setq inhibit-startup-message t) >=20 > (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. > '(custom-enabled-themes (quote (sanityinc-solarized-light))) > '(custom-safe-themes > (quote > ("4aee8551b53a43a883cb0b7f3255d6859d766b6c5e14bcb01bed572fcbef4328" = "4cf3221feff536e2b3385209e9b9dc4c2e0818a69a1cdb4b522756bcdf4e00a4" = default)))) > (custom-set-faces > ;; custom-set-faces 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. > ) >=20 > I've added the STYLE "habit" to my TODOs. Everything seems to work = fine. > However the consistency graph is also missing. >=20 > Any help would be greatly appreciated! >=20 > -- > Tobi >=20 > PGP PUBLIC KEY: = http://pgp.mit.edu/pks/lookup?search=3D0xCD463AC1&op=3Dindex >=20 --Apple-Mail=_C678C719-FC3E-4168-A289-7E426567AB2F Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 Ok, I=E2=80=99ve solved it:

;(require = 'org)
;(require 'org-install)
;(add-to-list 'org-modules "org-habit")
(setq org-modules '(org-habit))


On 30 Aug 2015, at 10:33, Tobias Frischholz <tobias@friolz.com> = wrote:

Hi = there,

I somehow get this message when = starting up Emacs. Searching the net didn't help.

Here's my init.el:

(setq = user-full-name "Tobias Frischholz"
=      user-mail-address "tobias@friolz.com")

(package-initialize)

;; https://github.com/purcell/exec-path-from-shell
(when (memq window-system '(mac ns))
=  (exec-path-from-shell-initialize))

(require 'org)
(require 'org-install)
(add-to-list 'org-modules "org-habit")

(setq org-todo-keywords
=       '((sequence "TODO(t)" "WAIT(w@/!)" = "|" "DONE(d!)" "CANCELED(c@)")))

(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cc" 'org-capture)
(setq = org-default-notes-file "~/org/organizer.org")
(global-set-key (kbd "C-c = o")
=             &n= bsp;  (lambda () (interactive) (find-file "~/org/organizer.org")))
(global-set-key "\C-cb" 'org-iswitchb)

(setq org-agenda-files (list "~/org/organizer.org"))

(setq org-feed-alist
=          '(("Hacker = News"
=             &n= bsp;"https://news.ycombinator.com/rss"
=             &n= bsp;"~/org/feeds.org" = "Hacker News Entries")
 ("SZ"
=  "http://rss.sueddeutsche.de/app/service/rss/alles/index.rss?outp= ut=3Drss"
 "~/org/feeds.org" "SZ Entries")))
=

(require 'package)
(add-to-list 'package-archives
=             '(= "melpa" . "https://melpa.org/packages/"))

(add-to-list 'load-path "~/elisp/erc")
(require = 'erc)

(add-to-list 'load-path = "~/.elisp/gnuplot-mode/")
(require 'gnuplot)

(setq inhibit-startup-message t)

(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.
= '(custom-enabled-themes (quote (sanityinc-solarized-light)))
'(custom-safe-themes
  (quote
=    ("4aee8551b53a43a883cb0b7f3255d6859d766b6c5e14bcb01bed57= 2fcbef4328" = "4cf3221feff536e2b3385209e9b9dc4c2e0818a69a1cdb4b522756bcdf4e00a4" = default))))
(custom-set-faces
;; = custom-set-faces 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.
)

I've added the STYLE "habit" to my TODOs. = Everything seems to work fine.
However the consistency = graph is also missing.

Any help would be = greatly appreciated!

--
Tobi

PGP PUBLIC KEY: http://pgp.mit.edu/pks/lookup?search=3D0xCD463AC1&op=3Dinde= x


= --Apple-Mail=_C678C719-FC3E-4168-A289-7E426567AB2F-- --Apple-Mail=_045ED40F-8F06-41CE-ABC6-ED2BAAFC1478 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJV439DAAoJEOMnxKXNRjrBFhQP/jKS/M090TwdyqEj8J7ER3x0 Ahd1ssN5icE695I/pnR28OBCgNwj58jXo/NJUz0EY5v1MJki0zOKroavfRc9SwCD qRLrghwHdNIuOOtp/q+VTDMEoJauKe8O0D9E5dODJ1G/2Jkmwx9d32UkL3g2/Bb6 kzh2/57EEJiOVdWZPNLQYKs8ztycixj4xItQoHuhF6eamzCiKt46d0Ey2bmgArEL G5d/DkQ5h0KNYkjdhWGMK6s88ZMAPpRk7Zixsb8MZLkLOmEz/wpTh5MCqGKd0QYr DDNN0Q+hUtAQZNbG6bhFETLnIUJwYppjtcOwCzmaW5/Nvuj0/58WVr9/qiALBDLI VLHp5f7ztFuAatEtCKR4fReW9g5VlVCSi+yldk1U7V57I+J/jY4BoIvmNV9oq+3h XuYgp2JsRywHhJ0ez2niwsQhzpMMugIhrxP2MwnIf40iT3J6iv8kLK3ufdT6myD9 5WMjfn5JsHOEYtlKeiny4I4ADSBML6FhTK8exOWABw/9h6JUtC+5MZpuloQLzEQq wodc7QOSp7efLagmyN0mqak69L+2YumL4mX8mvpzPBPvowwW7ErhrC8LbEaXfLpM hFBzDe3DM8PCwbkjR5Ds10aOe0VboFLzvNYBpuClZMTTvl4I4Z6MYLdbAxn9v2CD iiPR0dcQTsoawattSzwy =yk0d -----END PGP SIGNATURE----- --Apple-Mail=_045ED40F-8F06-41CE-ABC6-ED2BAAFC1478--