From: Eric S Fraga <e.fraga@ucl.ac.uk> To: emacs-orgmode@gnu.org Subject: [bug] org-habit-show-all-today undefined Date: Tue, 29 May 2012 13:07:31 +0930 [thread overview] Message-ID: <87likbslms.fsf@ucl.ac.uk> (raw) With the most recent update to org, ,---- | Author: Max Mikhanosha <max@openchat.com> | Date: Mon May 28 14:55:32 2012 -0400 | | Add ability to show all (even unscheduled) habits on today agenda, by | setting `org-habit-show-all-today' to t. | | * lisp/org-agenda.el (defvar org-habit-show-all-today): new variable | (org-agenda-get-scheduled): show all habits if user wants it | * lisp/org-habit.el (defcustom org-habit-show-all-today): new variable `---- I get the following error as soon as I try to view my agenda. I don't use habits at all. ,---- | Debugger entered--Lisp error: (void-variable org-habit-show-all-today) | (and todayp org-habit-show-all-today (setq did-habit-check-p t) (setq habitp (and (functionp (quote org-is-habit-p)) (org-is-habit-p)))) | (or (and (< diff 0) (< (abs diff) org-scheduled-past-days) (and todayp (not org-agenda-only-exact-dates))) (= diff 0) (and todayp org-habit-show-all-today (setq did-habit-check-p t) (setq habitp (and (functionp (quote org-is-habit-p)) (org-is-habit-p))))) | (if (or (and (< diff 0) (< (abs diff) org-scheduled-past-days) (and todayp (not org-agenda-only-exact-dates))) (= diff 0) (and todayp org-habit-show-all-today (setq did-habit-check-p t) (setq habitp (and (functionp (quote org-is-habit-p)) (org-is-habit-p))))) (progn (save-excursion (setq donep (member todo-state org-done-keywords)) (if (and donep (or org-agenda-skip-scheduled-if-done (not (= diff 0)) (and (functionp ...) (org-is-habit-p)))) (setq txt nil) (setq habitp (if did-habit-check-p habitp (and (functionp ...) (org-is-habit-p)))) (setq category (org-get-category) org-category-pos (get-text-property (point) (quote org-category-position))) (if (not (re-search-backward "^\\*+[ ]+" nil t)) (setq txt org-agenda-no-heading-message) (goto-char (match-end 0)) (setq pos1 (match-beginning 0)) (if habitp (if (or ... ...) (throw :skip nil)) (if (and ... ...) (throw :skip nil))) (setq tags (org-get-tags-at)) (setq head (buffer-substring-no-properties (point) (progn ... ...))) (if (string-match " \\([012]?[0-9]:[0-9][0-9]\\)" s) (setq timestr (concat ... " ")) (setq timestr (quote time))) (setq txt (org-agenda-format-item (if ... ... ...) head category tags (if ... nil timestr) nil habitp)))) (when txt (setq face (cond ((and ... pastschedp) (quote org-scheduled-previously)) (todayp (quote org-scheduled-today)) (t (quote org-scheduled))) habitp (and habitp (org-habit-parse-todo))) (org-add-props txt props (quote undone-face) face (quote face) (if donep (quote org-agenda-done) face) (quote org-marker) (org-agenda-new-marker pos) (quote org-hd-marker) (org-agenda-new-marker pos1) (quote type) (if pastschedp "past-scheduled" "scheduled") (quote date) (if pastschedp d2 date) (quote priority) (if habitp (org-habit-get-priority habitp) (+ 94 (- 5 diff) (org-get-priority txt))) (quote org-category) category (quote org-category-position) org-category-pos (quote org-habit-p) habitp (quote todo-state) todo-state) (push txt ee))))) | (when (or (and (< diff 0) (< (abs diff) org-scheduled-past-days) (and todayp (not org-agenda-only-exact-dates))) (= diff 0) (and todayp org-habit-show-all-today (setq did-habit-check-p t) (setq habitp (and (functionp (quote org-is-habit-p)) (org-is-habit-p))))) (save-excursion (setq donep (member todo-state org-done-keywords)) (if (and donep (or org-agenda-skip-scheduled-if-done (not (= diff 0)) (and (functionp (quote org-is-habit-p)) (org-is-habit-p)))) (setq txt nil) (setq habitp (if did-habit-check-p habitp (and (functionp (quote org-is-habit-p)) (org-is-habit-p)))) (setq category (org-get-category) org-category-pos (get-text-property (point) (quote org-category-position))) (if (not (re-search-backward "^\\*+[ ]+" nil t)) (setq txt org-agenda-no-heading-message) (goto-char (match-end 0)) (setq pos1 (match-beginning 0)) (if habitp (if (or (not org-habit-show-habits) (and ... org-habit-show-habits-only-for-today)) (throw :skip nil)) (if (and (or ... ...) (setq mm ...)) (throw :skip nil))) (setq tags (org-get-tags-at)) (setq head (buffer-substring-no-properties (point) (progn (skip-chars-forward "^\n") (point)))) (if (string-match " \\([012]?[0-9]:[0-9][0-9]\\)" s) (setq timestr (concat (substring s ...) " ")) (setq timestr (quote time))) (setq txt (org-agenda-format-item (if (= diff 0) (car org-agenda-scheduled-leaders) (format ... ...)) head category tags (if (not ...) nil timestr) nil habitp)))) (when txt (setq face (cond ((and (not habitp) pastschedp) (quote org-scheduled-previously)) (todayp (quote org-scheduled-today)) (t (quote org-scheduled))) habitp (and habitp (org-habit-parse-todo))) (org-add-props txt props (quote undone-face) face (quote face) (if donep (quote org-agenda-done) face) (quote org-marker) (org-agenda-new-marker pos) (quote org-hd-marker) (org-agenda-new-marker pos1) (quote type) (if pastschedp "past-scheduled" "scheduled") (quote date) (if pastschedp d2 date) (quote priority) (if habitp (org-habit-get-priority habitp) (+ 94 (- 5 diff) (org-get-priority txt))) (quote org-category) category (quote org-category-position) org-category-pos (quote org-habit-p) habitp (quote todo-state) todo-state) (push txt ee)))) | (catch :skip (org-agenda-skip) (setq s (match-string 1) txt nil pos (1- (match-beginning 1)) todo-state (save-match-data (org-get-todo-state)) show-all (or (eq org-agenda-repeating-timestamp-show-all t) (member todo-state org-agenda-repeating-timestamp-show-all)) d2 (org-time-string-to-absolute (match-string 1) d1 (quote past) show-all (current-buffer) pos) diff (- d2 d1)) (setq pastschedp (and todayp (< diff 0))) (setq did-habit-check-p nil) (when (or (and (< diff 0) (< (abs diff) org-scheduled-past-days) (and todayp (not org-agenda-only-exact-dates))) (= diff 0) (and todayp org-habit-show-all-today (setq did-habit-check-p t) (setq habitp (and (functionp (quote org-is-habit-p)) (org-is-habit-p))))) (save-excursion (setq donep (member todo-state org-done-keywords)) (if (and donep (or org-agenda-skip-scheduled-if-done (not (= diff 0)) (and (functionp ...) (org-is-habit-p)))) (setq txt nil) (setq habitp (if did-habit-check-p habitp (and (functionp ...) (org-is-habit-p)))) (setq category (org-get-category) org-category-pos (get-text-property (point) (quote org-category-position))) (if (not (re-search-backward "^\\*+[ ]+" nil t)) (setq txt org-agenda-no-heading-message) (goto-char (match-end 0)) (setq pos1 (match-beginning 0)) (if habitp (if (or ... ...) (throw :skip nil)) (if (and ... ...) (throw :skip nil))) (setq tags (org-get-tags-at)) (setq head (buffer-substring-no-properties (point) (progn ... ...))) (if (string-match " \\([012]?[0-9]:[0-9][0-9]\\)" s) (setq timestr (concat ... " ")) (setq timestr (quote time))) (setq txt (org-agenda-format-item (if ... ... ...) head category tags (if ... nil timestr) nil habitp)))) (when txt (setq face (cond ((and ... pastschedp) (quote org-scheduled-previously)) (todayp (quote org-scheduled-today)) (t (quote org-scheduled))) habitp (and habitp (org-habit-parse-todo))) (org-add-props txt props (quote undone-face) face (quote face) (if donep (quote org-agenda-done) face) (quote org-marker) (org-agenda-new-marker pos) (quote org-hd-marker) (org-agenda-new-marker pos1) (quote type) (if pastschedp "past-scheduled" "scheduled") (quote date) (if pastschedp d2 date) (quote priority) (if habitp (org-habit-get-priority habitp) (+ 94 (- 5 diff) (org-get-priority txt))) (quote org-category) category (quote org-category-position) org-category-pos (quote org-habit-p) habitp (quote todo-state) todo-state) (push txt ee))))) | (while (re-search-forward regexp nil t) (catch :skip (org-agenda-skip) (setq s (match-string 1) txt nil pos (1- (match-beginning 1)) todo-state (save-match-data (org-get-todo-state)) show-all (or (eq org-agenda-repeating-timestamp-show-all t) (member todo-state org-agenda-repeating-timestamp-show-all)) d2 (org-time-string-to-absolute (match-string 1) d1 (quote past) show-all (current-buffer) pos) diff (- d2 d1)) (setq pastschedp (and todayp (< diff 0))) (setq did-habit-check-p nil) (when (or (and (< diff 0) (< (abs diff) org-scheduled-past-days) (and todayp (not org-agenda-only-exact-dates))) (= diff 0) (and todayp org-habit-show-all-today (setq did-habit-check-p t) (setq habitp (and (functionp ...) (org-is-habit-p))))) (save-excursion (setq donep (member todo-state org-done-keywords)) (if (and donep (or org-agenda-skip-scheduled-if-done (not ...) (and ... ...))) (setq txt nil) (setq habitp (if did-habit-check-p habitp (and ... ...))) (setq category (org-get-category) org-category-pos (get-text-property (point) (quote org-category-position))) (if (not (re-search-backward "^\\*+[ ]+" nil t)) (setq txt org-agenda-no-heading-message) (goto-char (match-end 0)) (setq pos1 (match-beginning 0)) (if habitp (if ... ...) (if ... ...)) (setq tags (org-get-tags-at)) (setq head (buffer-substring-no-properties ... ...)) (if (string-match " \\([012]?[0-9]:[0-9][0-9]\\)" s) (setq timestr ...) (setq timestr ...)) (setq txt (org-agenda-format-item ... head category tags ... nil habitp)))) (when txt (setq face (cond (... ...) (todayp ...) (t ...)) habitp (and habitp (org-habit-parse-todo))) (org-add-props txt props (quote undone-face) face (quote face) (if donep (quote org-agenda-done) face) (quote org-marker) (org-agenda-new-marker pos) (quote org-hd-marker) (org-agenda-new-marker pos1) (quote type) (if pastschedp "past-scheduled" "scheduled") (quote date) (if pastschedp d2 date) (quote priority) (if habitp (org-habit-get-priority habitp) (+ 94 ... ...)) (quote org-category) category (quote org-category-position) org-category-pos (quote org-habit-p) habitp (quote todo-state) todo-state) (push txt ee)))))) | (let* ((props (list (quote org-not-done-regexp) org-not-done-regexp (quote org-todo-regexp) org-todo-regexp (quote org-complex-heading-regexp) org-complex-heading-regexp (quote done-face) (quote org-agenda-done) (quote mouse-face) (quote highlight) (quote help-echo) (format "mouse-2 or RET jump to org file %s" (abbreviate-file-name buffer-file-name)))) (regexp org-scheduled-time-regexp) (todayp (org-agenda-todayp date)) (d1 (calendar-absolute-from-gregorian date)) mm (deadline-position-alist (mapcar (lambda (a) (and (setq mm (get-text-property 0 ... a)) (cons (marker-position mm) a))) deadline-results)) d2 diff pos pos1 category org-category-pos tags donep ee txt head pastschedp todo-state face timestr s habitp show-all did-habit-check-p) (goto-char (point-min)) (while (re-search-forward regexp nil t) (catch :skip (org-agenda-skip) (setq s (match-string 1) txt nil pos (1- (match-beginning 1)) todo-state (save-match-data (org-get-todo-state)) show-all (or (eq org-agenda-repeating-timestamp-show-all t) (member todo-state org-agenda-repeating-timestamp-show-all)) d2 (org-time-string-to-absolute (match-string 1) d1 (quote past) show-all (current-buffer) pos) diff (- d2 d1)) (setq pastschedp (and todayp (< diff 0))) (setq did-habit-check-p nil) (when (or (and (< diff 0) (< (abs diff) org-scheduled-past-days) (and todayp (not org-agenda-only-exact-dates))) (= diff 0) (and todayp org-habit-show-all-today (setq did-habit-check-p t) (setq habitp (and ... ...)))) (save-excursion (setq donep (member todo-state org-done-keywords)) (if (and donep (or org-agenda-skip-scheduled-if-done ... ...)) (setq txt nil) (setq habitp (if did-habit-check-p habitp ...)) (setq category (org-get-category) org-category-pos (get-text-property ... ...)) (if (not ...) (setq txt org-agenda-no-heading-message) (goto-char ...) (setq pos1 ...) (if habitp ... ...) (setq tags ...) (setq head ...) (if ... ... ...) (setq txt ...))) (when txt (setq face (cond ... ... ...) habitp (and habitp ...)) (org-add-props txt props (quote undone-face) face (quote face) (if donep ... face) (quote org-marker) (org-agenda-new-marker pos) (quote org-hd-marker) (org-agenda-new-marker pos1) (quote type) (if pastschedp "past-scheduled" "scheduled") (quote date) (if pastschedp d2 date) (quote priority) (if habitp ... ...) (quote org-category) category (quote org-category-position) org-category-pos (quote org-habit-p) habitp (quote todo-state) todo-state) (push txt ee)))))) (nreverse ee)) | org-agenda-get-scheduled(nil) | (setq rtn (org-agenda-get-scheduled deadline-results)) | (cond ((and (eq arg :todo) (equal date (calendar-gregorian-from-absolute (org-today)))) (setq rtn (org-agenda-get-todos)) (setq results (append results rtn))) ((eq arg :timestamp) (setq rtn (org-agenda-get-blocks)) (setq results (append results rtn)) (setq rtn (org-agenda-get-timestamps deadline-results)) (setq results (append results rtn))) ((eq arg :sexp) (setq rtn (org-agenda-get-sexps)) (setq results (append results rtn))) ((eq arg :scheduled) (setq rtn (org-agenda-get-scheduled deadline-results)) (setq results (append results rtn))) ((eq arg :closed) (setq rtn (org-agenda-get-progress)) (setq results (append results rtn))) ((eq arg :deadline) (setq rtn (org-agenda-get-deadlines)) (setq deadline-results (copy-sequence rtn)) (setq results (append results rtn)))) | (while (setq arg (pop args)) (cond ((and (eq arg :todo) (equal date (calendar-gregorian-from-absolute (org-today)))) (setq rtn (org-agenda-get-todos)) (setq results (append results rtn))) ((eq arg :timestamp) (setq rtn (org-agenda-get-blocks)) (setq results (append results rtn)) (setq rtn (org-agenda-get-timestamps deadline-results)) (setq results (append results rtn))) ((eq arg :sexp) (setq rtn (org-agenda-get-sexps)) (setq results (append results rtn))) ((eq arg :scheduled) (setq rtn (org-agenda-get-scheduled deadline-results)) (setq results (append results rtn))) ((eq arg :closed) (setq rtn (org-agenda-get-progress)) (setq results (append results rtn))) ((eq arg :deadline) (setq rtn (org-agenda-get-deadlines)) (setq deadline-results (copy-sequence rtn)) (setq results (append results rtn))))) | (save-restriction (if org-agenda-restrict (narrow-to-region org-agenda-restrict-begin org-agenda-restrict-end) (widen)) (while (setq arg (pop args)) (cond ((and (eq arg :todo) (equal date (calendar-gregorian-from-absolute (org-today)))) (setq rtn (org-agenda-get-todos)) (setq results (append results rtn))) ((eq arg :timestamp) (setq rtn (org-agenda-get-blocks)) (setq results (append results rtn)) (setq rtn (org-agenda-get-timestamps deadline-results)) (setq results (append results rtn))) ((eq arg :sexp) (setq rtn (org-agenda-get-sexps)) (setq results (append results rtn))) ((eq arg :scheduled) (setq rtn (org-agenda-get-scheduled deadline-results)) (setq results (append results rtn))) ((eq arg :closed) (setq rtn (org-agenda-get-progress)) (setq results (append results rtn))) ((eq arg :deadline) (setq rtn (org-agenda-get-deadlines)) (setq deadline-results (copy-sequence rtn)) (setq results (append results rtn)))))) | (save-excursion (save-restriction (if org-agenda-restrict (narrow-to-region org-agenda-restrict-begin org-agenda-restrict-end) (widen)) (while (setq arg (pop args)) (cond ((and (eq arg :todo) (equal date (calendar-gregorian-from-absolute ...))) (setq rtn (org-agenda-get-todos)) (setq results (append results rtn))) ((eq arg :timestamp) (setq rtn (org-agenda-get-blocks)) (setq results (append results rtn)) (setq rtn (org-agenda-get-timestamps deadline-results)) (setq results (append results rtn))) ((eq arg :sexp) (setq rtn (org-agenda-get-sexps)) (setq results (append results rtn))) ((eq arg :scheduled) (setq rtn (org-agenda-get-scheduled deadline-results)) (setq results (append results rtn))) ((eq arg :closed) (setq rtn (org-agenda-get-progress)) (setq results (append results rtn))) ((eq arg :deadline) (setq rtn (org-agenda-get-deadlines)) (setq deadline-results (copy-sequence rtn)) (setq results (append results rtn))))))) | (let ((case-fold-search nil)) (save-excursion (save-restriction (if org-agenda-restrict (narrow-to-region org-agenda-restrict-begin org-agenda-restrict-end) (widen)) (while (setq arg (pop args)) (cond ((and (eq arg :todo) (equal date ...)) (setq rtn (org-agenda-get-todos)) (setq results (append results rtn))) ((eq arg :timestamp) (setq rtn (org-agenda-get-blocks)) (setq results (append results rtn)) (setq rtn (org-agenda-get-timestamps deadline-results)) (setq results (append results rtn))) ((eq arg :sexp) (setq rtn (org-agenda-get-sexps)) (setq results (append results rtn))) ((eq arg :scheduled) (setq rtn (org-agenda-get-scheduled deadline-results)) (setq results (append results rtn))) ((eq arg :closed) (setq rtn (org-agenda-get-progress)) (setq results (append results rtn))) ((eq arg :deadline) (setq rtn (org-agenda-get-deadlines)) (setq deadline-results (copy-sequence rtn)) (setq results (append results rtn)))))))) | (save-current-buffer (set-buffer buffer) (unless (derived-mode-p (quote org-mode)) (error "Agenda file %s is not in `org-mode'" file)) (let ((case-fold-search nil)) (save-excursion (save-restriction (if org-agenda-restrict (narrow-to-region org-agenda-restrict-begin org-agenda-restrict-end) (widen)) (while (setq arg (pop args)) (cond ((and ... ...) (setq rtn ...) (setq results ...)) ((eq arg :timestamp) (setq rtn ...) (setq results ...) (setq rtn ...) (setq results ...)) ((eq arg :sexp) (setq rtn ...) (setq results ...)) ((eq arg :scheduled) (setq rtn ...) (setq results ...)) ((eq arg :closed) (setq rtn ...) (setq results ...)) ((eq arg :deadline) (setq rtn ...) (setq deadline-results ...) (setq results ...))))))) results) | (with-current-buffer buffer (unless (derived-mode-p (quote org-mode)) (error "Agenda file %s is not in `org-mode'" file)) (let ((case-fold-search nil)) (save-excursion (save-restriction (if org-agenda-restrict (narrow-to-region org-agenda-restrict-begin org-agenda-restrict-end) (widen)) (while (setq arg (pop args)) (cond ((and ... ...) (setq rtn ...) (setq results ...)) ((eq arg :timestamp) (setq rtn ...) (setq results ...) (setq rtn ...) (setq results ...)) ((eq arg :sexp) (setq rtn ...) (setq results ...)) ((eq arg :scheduled) (setq rtn ...) (setq results ...)) ((eq arg :closed) (setq rtn ...) (setq results ...)) ((eq arg :deadline) (setq rtn ...) (setq deadline-results ...) (setq results ...))))))) results) | (if (not buffer) (list (format "ORG-AGENDA-ERROR: No such org-file %s" file)) (with-current-buffer buffer (unless (derived-mode-p (quote org-mode)) (error "Agenda file %s is not in `org-mode'" file)) (let ((case-fold-search nil)) (save-excursion (save-restriction (if org-agenda-restrict (narrow-to-region org-agenda-restrict-begin org-agenda-restrict-end) (widen)) (while (setq arg (pop args)) (cond (... ... ...) (... ... ... ... ...) (... ... ...) (... ... ...) (... ... ...) (... ... ... ...)))))) results)) | (let* ((org-startup-folded nil) (org-startup-align-all-tables nil) (buffer (if (file-exists-p file) (org-get-agenda-file-buffer file) (error "No such file %s" file))) arg results rtn deadline-results) (if (not buffer) (list (format "ORG-AGENDA-ERROR: No such org-file %s" file)) (with-current-buffer buffer (unless (derived-mode-p (quote org-mode)) (error "Agenda file %s is not in `org-mode'" file)) (let ((case-fold-search nil)) (save-excursion (save-restriction (if org-agenda-restrict (narrow-to-region org-agenda-restrict-begin org-agenda-restrict-end) (widen)) (while (setq arg ...) (cond ... ... ... ... ... ...))))) results))) | org-agenda-get-day-entries("~/s/notes/notes.org" (5 29 2012) :deadline :scheduled :timestamp) `---- thanks, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.1.50.1 + Ma Gnus v0.6
next reply other threads:[~2012-05-29 3:37 UTC|newest] Thread overview: 456+ messages / expand[flat|nested] mbox.gz Atom feed top 2012-05-29 3:37 Eric S Fraga [this message] -- strict thread matches above, loose matches on Subject: below -- 2013-03-05 14:43 [new exporter] ignoring a headline on export to PDF via latex Eric S Fraga 2013-03-05 15:38 ` Suvayu Ali 2013-03-05 16:54 ` Eric S Fraga 2013-03-05 22:21 ` Nicolas Goaziou 2013-03-05 22:41 ` Nicolas Goaziou 2013-03-06 9:00 ` Eric S Fraga 2013-01-29 20:49 How to improve Org startup time? Sebastien Vauban 2013-01-29 21:14 ` Daimrod 2013-01-29 21:21 ` Sebastien Vauban 2013-01-29 21:53 ` Daimrod 2013-01-29 22:42 ` Sebastien Vauban 2013-01-30 12:21 ` Daniel Clemente 2013-01-30 13:17 ` Sebastien Vauban 2013-01-30 17:16 ` Bastien 2013-01-31 4:20 ` Eric S Fraga 2013-01-29 21:23 ` Nick Dokos 2013-01-29 22:39 ` Sebastien Vauban 2013-01-29 23:11 ` Nick Dokos 2013-01-30 8:58 ` Sebastien Vauban 2013-01-30 10:23 ` Florian Beck 2013-01-31 4:43 ` Eric S Fraga 2013-01-31 12:40 ` Sebastien Vauban 2013-02-01 0:57 ` Eric S Fraga 2013-01-29 23:06 ` Bastien 2013-01-30 9:19 ` Sebastien Vauban 2013-01-30 9:51 ` Daimrod 2013-01-30 13:11 ` Sebastien Vauban 2013-01-30 19:40 ` Achim Gratz 2013-01-30 22:45 ` Sebastien Vauban 2013-01-31 10:11 ` Bastien 2013-01-31 17:04 ` Achim Gratz 2013-01-30 16:28 ` Bastien 2013-01-30 22:36 ` Sebastien Vauban 2013-01-31 10:10 ` Bastien 2013-01-31 15:24 ` Sebastien Vauban 2013-01-31 23:15 ` Bastien 2013-01-31 23:24 ` Sebastien Vauban 2013-02-14 9:30 ` Tassilo Horn 2013-02-14 10:24 ` Sebastien Vauban 2013-02-14 17:52 ` Memnon Anon 2013-02-14 20:46 ` Sebastien Vauban 2013-01-31 4:16 ` Eric S Fraga 2013-01-31 12:30 ` Sebastien Vauban 2013-01-31 23:31 ` Eric S Fraga 2013-01-25 23:02 [bug] latex fragment preview with dvipng ignores :foreground specification Eric S Fraga 2012-10-02 13:15 From latest maint/master, no need to (require 'org-install) Bastien 2012-10-02 13:38 ` Torsten Wagner 2012-10-02 13:49 ` Bastien 2012-10-03 3:59 ` Torsten Wagner 2012-10-02 13:54 ` Rainer M Krug 2012-10-02 14:20 ` Bastien 2012-10-02 14:52 ` Rainer M Krug 2012-10-02 15:19 ` Bastien 2012-10-02 15:13 ` From latest maint/master, no need to (require 'org-install): Lisp error Rainer Stengele 2012-10-02 15:20 ` Bastien 2012-10-02 15:28 ` Rainer Stengele 2012-10-02 15:39 ` Bastien 2012-10-04 7:37 ` Rainer Stengele 2012-10-05 5:20 ` Achim Gratz 2012-10-02 15:45 ` johnlist 2012-10-02 17:47 ` Achim Gratz 2012-10-02 22:52 ` From latest maint/master, no need to (require 'org-install) Charles 2012-10-03 9:26 ` Bastien 2012-10-03 17:23 ` John Hendy 2012-10-03 17:31 ` Achim Gratz 2012-10-03 9:25 ` Bastien 2012-10-03 22:52 ` Eric Fraga 2012-10-05 7:37 ` Thomas S. Dye 2012-10-05 8:40 ` Sebastien Vauban 2012-10-07 1:58 ` Eric Fraga 2012-10-07 8:03 ` Achim Gratz 2012-10-08 3:02 ` Eric S Fraga 2012-10-09 6:44 ` Sebastien Vauban 2012-10-09 7:31 ` Sebastien Vauban 2012-10-09 17:47 ` Achim Gratz 2012-10-09 18:26 ` Michael Brand 2012-10-27 8:41 ` Bastien 2012-10-09 19:23 ` Sebastien Vauban 2012-10-27 8:49 ` Bastien 2012-10-05 7:59 ` Rainer M Krug 2012-06-20 7:24 Error when changing todo-state [7.8.11] salome.soedergran 2012-06-20 15:21 ` Eric S Fraga 2012-06-20 17:08 ` Charles Philip Chan 2012-03-07 0:31 AUCTeX conflicting with org-mode suvayu ali 2012-03-07 5:08 ` Yagnesh Raghava Yakkala 2012-03-07 9:07 ` suvayu ali 2012-03-07 15:39 ` Nick Dokos 2012-03-07 17:37 ` suvayu ali 2012-03-07 20:00 ` Nick Dokos 2012-03-07 21:54 ` suvayu ali 2012-03-07 22:30 ` Nick Dokos 2012-03-08 7:09 ` Yagnesh Raghava Yakkala 2012-03-20 11:02 ` Bastien 2012-03-20 14:48 ` suvayu ali 2012-03-20 16:23 ` Bastien 2012-03-20 23:07 ` suvayu ali 2012-03-21 6:01 ` Yagnesh Raghava Yakkala 2012-03-21 8:21 ` suvayu ali 2012-03-21 8:45 ` Yagnesh Raghava Yakkala 2012-03-26 17:47 ` Bastien 2012-03-26 18:10 ` suvayu ali 2012-02-08 9:07 OrgMode - Export Simple Chinese text to Latex/PDF Haisheng Wu 2012-02-09 1:56 ` suvayu ali 2012-02-09 2:04 ` Nick Dokos 2012-02-09 2:21 ` Haisheng Wu 2012-02-09 2:24 ` suvayu ali 2012-02-09 2:56 ` Nick Dokos 2012-02-09 3:12 ` Haisheng Wu 2012-02-09 12:25 ` suvayu ali 2012-02-09 19:35 ` Eric Abrahamsen 2012-02-10 2:46 ` Haisheng Wu 2012-01-30 16:13 Variable settings in .emacs VS cross device portability Yu 2012-01-31 0:42 ` Thomas S. Dye 2012-01-31 0:57 ` Eric Schulte 2012-01-31 19:15 ` Eric S Fraga 2012-02-01 8:45 ` Yu 2012-02-01 15:02 ` Eric S Fraga 2012-02-01 15:17 ` Eric S Fraga 2012-02-01 17:43 ` Sebastien Vauban 2012-02-01 19:21 ` Eric S Fraga 2012-02-01 20:08 ` Sebastien Vauban 2012-02-06 19:55 ` janek 2012-02-02 13:59 ` Emacs/Org-mode configs spread over multiple accounts/machines (was: Variable settings in .emacs VS cross device portability.) Karl Voit 2012-02-02 15:16 ` Alan E. Davis 2012-02-02 15:18 ` Alan E. Davis 2012-02-03 18:30 ` Emacs/Org-mode configs spread over multiple accounts/machines Eric Schulte 2011-10-12 17:37 Can't have tags with a dash Marcelo de Moraes Serpa 2011-10-12 18:02 ` suvayu ali 2011-10-12 18:08 ` Nick Dokos 2011-10-14 2:20 ` Marcelo de Moraes Serpa 2011-09-28 11:26 Latex Export: Place Caption Below Table Jakob Lombacher 2011-09-28 15:07 ` Eric S Fraga 2011-09-28 19:02 ` Thomas S. Dye 2011-09-28 19:40 ` Nick Dokos 2011-10-02 16:26 ` [PATCH] " Thomas S. Dye 2011-10-03 8:10 ` Eric S Fraga 2011-06-26 20:14 Problem with autoloads suvayu ali 2011-06-27 16:51 ` Michael Markert 2011-06-27 17:57 ` Suvayu Ali 2011-06-27 22:23 ` Michael Markert 2011-06-28 0:13 ` Nick Dokos 2011-06-28 1:01 ` Suvayu Ali 2011-06-28 6:33 ` Nick Dokos 2011-06-28 6:56 ` Michael Markert 2011-06-28 7:30 ` Suvayu Ali 2011-06-28 14:15 ` Nick Dokos 2011-06-28 15:18 ` Nick Dokos 2011-06-28 16:15 ` Michael Markert 2011-06-28 16:23 ` Nick Dokos 2011-06-28 18:11 ` Michael Markert 2011-06-28 12:39 ` Michael Markert 2011-06-28 19:09 ` Suvayu Ali 2011-06-29 16:51 ` Eric S Fraga 2011-06-29 18:24 ` Michael Markert 2011-06-29 19:12 ` suvayu ali 2011-06-29 19:12 ` Eric S Fraga 2011-07-14 17:33 ` Skip Collins 2011-07-14 22:40 ` suvayu ali 2011-07-15 16:38 ` Achim Gratz 2011-07-15 17:43 ` Jambunathan K 2011-07-16 12:51 ` Bastien 2011-07-16 12:57 ` Bastien 2011-06-27 18:08 ` Michael Markert 2011-06-27 18:23 ` Suvayu Ali 2011-06-27 18:43 ` Michael Markert 2011-06-21 13:33 Problem with BEGIN_SRC export-as-latex and FORTRAN code Nick Papior Andersen 2011-06-21 15:26 ` [bug] Latex export of lists (was Re: Problem with BEGIN_SRC export-as-latex and FORTRAN code) Eric S Fraga 2011-06-21 16:53 ` Nick Papior Andersen 2011-06-21 18:07 ` Eric S Fraga 2011-06-21 18:29 ` Nick Papior Andersen 2011-06-21 19:28 ` Eric Schulte 2011-06-21 21:13 ` Nicolas Goaziou 2011-06-22 8:43 ` Eric S Fraga 2011-06-22 12:49 ` Nicolas Goaziou 2011-06-22 13:32 ` Eric S Fraga 2011-06-22 15:21 ` Nicolas Goaziou 2011-06-21 16:51 ` Problem with BEGIN_SRC export-as-latex and FORTRAN code Eric Schulte 2011-06-16 22:09 latex checkboxes Skip Collins 2011-06-16 22:52 ` Nick Dokos 2011-06-17 1:37 ` Skip Collins 2011-06-17 2:02 ` Nick Dokos 2011-06-16 23:23 ` Thomas S. Dye 2011-06-16 23:29 ` Nick Dokos 2011-06-17 13:18 ` Nicolas Goaziou 2011-06-06 13:44 C-c - broken Marvin Doyley 2011-06-06 17:15 ` Nicolas Goaziou 2011-06-06 17:41 ` Scott Randby 2011-06-06 21:13 ` Carsten Dominik 2011-04-11 6:52 How to display a diary entry in agenda week view only "today" Rainer Stengele 2011-04-11 8:36 ` Suvayu Ali 2011-04-11 11:57 ` Rainer Stengele 2011-04-11 12:55 ` Niels Giesen 2011-04-11 14:33 ` Suvayu Ali 2011-04-11 14:55 ` Nick Dokos 2011-04-11 15:00 ` Niels Giesen 2011-04-11 15:03 ` Bernt Hansen 2011-04-11 15:24 ` Nick Dokos 2011-04-11 15:03 ` Suvayu Ali 2011-03-25 21:26 [Link] Missing referenced page in Org-beamer Sébastien Vauban 2011-03-25 23:39 ` Eric S Fraga 2011-03-26 9:28 ` Sébastien Vauban 2011-03-25 18:56 Outlook replacement Henri-Paul Indiogine 2011-03-25 20:57 ` Chris Malone 2011-03-25 21:11 ` Eric S Fraga 2011-03-26 1:59 ` Suvayu Ali 2011-03-26 2:19 ` Nick Dokos 2011-03-26 2:30 ` Suvayu Ali 2011-03-26 3:31 ` Nick Dokos 2011-03-26 5:24 ` Suvayu Ali 2011-03-26 8:41 ` Achim Gratz 2011-03-26 8:53 ` Suvayu Ali 2011-03-26 3:15 ` Memnon Anon 2011-04-02 15:56 ` Steinar Bang 2011-04-02 16:18 ` Eric S Fraga 2011-04-02 17:27 ` Suvayu Ali 2011-03-25 21:16 ` Sébastien Vauban 2011-03-25 21:21 ` Chris Malone 2011-03-25 21:42 ` Nick Dokos 2011-03-26 7:14 ` Eric Abrahamsen 2011-03-26 8:16 ` Sébastien Vauban 2011-03-25 21:06 ` John Hendy 2011-03-25 21:38 ` Nick Dokos 2011-03-25 21:39 ` John Hendy 2011-03-25 22:18 ` Nick Dokos 2011-03-24 16:35 orgmode BEAMER scaling image Gilberto 2011-03-24 17:26 ` John Hendy 2011-03-24 21:39 ` Gilberto 2011-03-24 19:18 ` Eric S Fraga [not found] ` <4D8BB89A.70908@gmail.com> [not found] ` <874o6rwjox.fsf@pinto.chemeng.ucl.ac.uk> [not found] ` <4D8CC930.9050201@gmail.com> 2011-03-25 19:24 ` [bug] Problem with Worg (html?) publishing (was Re: orgmode BEAMER scaling image) Eric S Fraga 2011-03-25 21:00 ` Comma-protection of Org blocks (was: [bug] Problem with Worg (html?) publishing) Sébastien Vauban 2011-03-26 8:49 ` Comma-protection of Org blocks Achim Gratz 2011-03-27 20:51 ` Nick Dokos 2011-03-27 23:43 ` Samuel Wales [not found] ` <e.fraga@ucl.ac.uk> 2011-03-25 20:36 ` [bug] Problem with Worg (html?) publishing (was Re: orgmode BEAMER scaling image) Nick Dokos 2011-03-25 21:07 ` Nick Dokos 2011-03-25 21:33 ` [bug] Problem with Worg (html?) publishing Sébastien Vauban 2011-03-25 21:56 ` Nick Dokos 2011-03-25 21:36 ` Outlook replacement Nick Dokos 2011-03-26 3:47 ` [Link] Missing referenced page in Org-beamer Nick Dokos 2011-06-22 14:33 ` [bug] Latex export of lists (was Re: Problem with BEGIN_SRC export-as-latex and FORTRAN code) Nick Dokos 2011-06-22 18:09 ` Eric S Fraga 2011-06-23 13:28 ` Nicolas Goaziou 2011-06-29 18:12 ` Problem with autoloads Nick Dokos 2011-06-29 18:26 ` Michael Markert 2011-06-29 19:29 ` Eric S Fraga 2011-06-29 19:46 ` emacs snapshot on debian and ubuntu (was: Problem with autoloads) Memnon Anon 2011-06-29 20:02 ` Problem with autoloads Nick Dokos 2011-06-29 21:47 ` suvayu ali 2011-10-03 14:43 ` [PATCH] Re: Latex Export: Place Caption Below Table Nick Dokos 2011-10-09 11:23 ` Carsten Dominik 2011-10-09 23:24 ` Thomas S. Dye 2011-10-10 19:05 ` Carsten Dominik 2012-02-01 20:37 ` Variable settings in .emacs VS cross device portability Nick Dokos 2012-02-02 16:08 ` Eric S Fraga 2012-02-03 4:38 ` Thomas S. Dye 2012-02-03 9:38 ` Eric S Fraga 2012-02-05 1:18 ` Thomas S. Dye 2012-05-29 15:33 ` [bug] org-habit-show-all-today undefined Nick Dokos 2012-05-29 20:45 ` Max Mikhanosha [not found] ` <max@openchat.com> 2012-05-29 22:26 ` Nick Dokos 2012-06-20 17:59 ` Error when changing todo-state [7.8.11] Nick Dokos 2012-10-07 4:48 ` From latest maint/master, no need to (require 'org-install) Nick Dokos 2013-01-26 0:11 ` [bug] latex fragment preview with dvipng ignores :foreground specification Nick Dokos 2013-01-26 14:03 ` Eric S Fraga 2013-01-26 0:32 ` Nick Dokos 2013-01-26 14:20 ` Eric S Fraga 2013-01-26 23:46 ` Eric S Fraga 2013-01-28 0:37 ` Myles English 2013-01-28 10:11 ` Eric S Fraga 2013-01-28 17:28 ` Myles English 2013-04-16 9:48 ` Bastien 2013-04-23 13:36 ` Eric S Fraga 2013-02-01 5:11 ` How to improve Org startup time? Nick Dokos 2013-03-05 18:25 ` [new exporter] ignoring a headline on export to PDF via latex Nick Dokos 2013-03-05 19:16 ` Suvayu Ali 2013-03-05 20:58 ` Charles Berry 2013-03-05 22:08 ` [new exporter] ignoring a headline on export to PDF via?latex Suvayu Ali 2013-03-06 7:11 ` Charles Berry 2013-03-10 13:16 ` [new exporter] ignoring a headline on export to PDF?via?latex Suvayu Ali 2013-03-06 8:56 ` [new exporter] ignoring a headline on export to PDF via latex Eric S Fraga 2011-03-18 7:35 Future Worg publishing failure :) Nick Dokos 2011-03-18 10:10 ` Bastien 2011-03-18 12:42 ` Nicolas 2011-03-18 14:34 ` Nick Dokos 2011-03-18 15:42 ` Nicolas 2011-03-18 16:06 ` Nick Dokos 2011-03-18 20:13 ` Matt Lundin 2011-03-04 10:05 Title page in latex export Suvayu Ali 2011-03-04 10:48 ` Camille persson 2011-03-04 11:23 ` Suvayu Ali 2011-03-04 11:38 ` Lawrence Mitchell 2011-03-04 11:59 ` Suvayu Ali 2011-03-04 14:17 ` Camille persson 2011-03-04 19:58 ` Suvayu Ali 2011-03-04 19:20 ` [Accepted] [O] " Bastien Guerry 2011-03-04 15:45 ` Nick Dokos 2011-03-04 18:59 ` Bastien 2011-03-04 19:49 ` Suvayu Ali 2011-04-22 14:36 ` Sebastian Hofer 2010-11-23 8:38 Selective export of table columns Suvayu Ali 2010-11-23 13:18 ` Nick Dokos 2010-11-23 14:09 ` Darlan Cavalcante Moreira 2010-11-24 7:02 ` Suvayu Ali 2010-11-24 7:47 ` Carsten Dominik 2010-11-24 8:21 ` Suvayu Ali 2010-09-15 16:00 Bibtex and latex export Rafael Calsaverini 2010-09-15 19:00 ` Rafael Calsaverini 2010-09-15 19:48 ` Erik Iverson 2010-10-06 11:30 ` Sébastien Vauban 2010-10-06 15:02 ` Eric S Fraga 2010-10-06 16:40 ` Carsten Dominik 2010-10-07 6:25 ` Eric S Fraga 2010-10-06 17:21 ` Achim Gratz 2010-10-07 7:12 ` Eric S Fraga 2010-10-07 8:43 ` Sébastien Vauban 2010-10-07 15:07 ` Eric S Fraga 2010-10-06 15:05 ` Eric S Fraga 2010-08-12 12:53 [babel] confusion about org-confirm-babel-evaluate Eric S Fraga 2010-08-12 13:44 ` Erik Iverson 2010-08-12 14:07 ` Eric S Fraga 2010-08-12 14:59 ` Erik Iverson 2010-08-12 15:08 ` Eric S Fraga 2010-08-12 15:12 ` Erik Iverson 2010-08-12 15:18 ` Eric S Fraga 2010-02-04 17:09 Changing paragraph setting in Latex export Paul Mead 2010-02-04 17:39 ` Nick Dokos 2010-02-04 17:43 ` Eric S Fraga 2010-02-04 18:03 ` Paul Mead 2010-02-04 18:48 ` Eric S Fraga 2009-09-14 17:49 configure latex fragments preview Nicolas Goaziou [not found] ` <n.goaziou@gmail.com> 2009-09-14 19:39 ` Nick Dokos 2009-09-14 20:52 ` Nicolas Goaziou 2009-09-15 6:53 ` Carsten Dominik 2009-09-15 8:26 ` Carsten Dominik 2011-03-18 16:02 ` Future Worg publishing failure :) Nick Dokos 2011-03-18 17:40 ` Nicolas 2011-03-18 20:00 ` Nick Dokos 2011-06-06 19:14 ` C-c - broken Nick Dokos 2011-06-06 20:00 ` Nick Dokos 2011-06-06 22:22 ` Marvin Doyley 2011-06-17 13:39 ` latex checkboxes Nick Dokos 2011-06-17 14:02 ` Nicolas Goaziou 2011-06-17 14:14 ` Nick Dokos 2011-06-17 14:45 ` Skip Collins 2011-06-17 15:33 ` Nick Dokos 2011-06-17 16:45 ` Thomas S. Dye 2011-06-22 16:03 ` [bug] Latex export of lists (was Re: Problem with BEGIN_SRC export-as-latex and FORTRAN code) Nick Dokos 2009-08-11 15:18 DiTAA error under Ubuntu Sébastien Vauban 2009-08-11 17:30 ` Nick Dokos 2009-08-11 17:40 ` Nick Dokos 2009-08-13 9:04 ` Sébastien Vauban 2009-08-13 15:29 ` Nick Dokos 2009-08-14 9:14 ` Eric S Fraga 2009-08-15 8:23 ` Sébastien Vauban 2009-08-17 12:48 ` Eric S Fraga 2009-08-11 19:16 ` Eric S Fraga, Eric S Fraga 2009-07-09 20:37 Newbie Questions Andrew M. Nuxoll 2009-07-09 21:04 ` Brian van den Broek 2009-07-10 3:16 ` Nick Dokos 2009-07-10 4:08 ` Andrew M. Nuxoll 2009-07-10 7:06 ` Ian Barton 2009-07-10 15:26 ` Eric S Fraga 2009-08-03 4:27 ` Carsten Dominik 2009-07-10 17:43 ` Memnon Anon 2009-08-03 20:35 ` Samuel Wales 2009-06-26 13:34 LaTeX export bugs? Sébastien Vauban 2009-07-01 20:21 ` Sébastien Vauban 2009-07-02 2:08 ` Nick Dokos 2009-07-03 8:39 ` Sébastien Vauban 2009-07-03 16:52 ` Nick Dokos 2009-07-06 15:40 ` Exporting to a Beamer presentation Sébastien Vauban 2009-07-06 17:40 ` [OT] message-mark-inserted-region (was Re: Re: Exporting to a Beamer presentation) Eric S Fraga 2009-07-02 7:56 ` Re: LaTeX export bugs? Carsten Dominik 2009-07-02 20:40 ` Sébastien Vauban 2009-07-03 4:36 ` Carsten Dominik 2009-07-06 20:31 ` Sébastien Vauban [not found] ` <13C7ED92-A0C1-40E0-873A-F6A9143167DB-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2009-09-15 12:11 ` Francesco Pizzolante 2009-09-15 13:13 ` Carsten Dominik 2009-09-16 9:43 ` Francesco Pizzolante 2009-09-17 14:52 ` Sébastien Vauban 2009-09-18 6:37 ` Carsten Dominik 2009-09-18 8:13 ` Carsten Dominik 2009-09-18 14:42 ` Sébastien Vauban 2009-07-02 7:19 ` Carsten Dominik 2009-07-03 8:18 ` Sébastien Vauban 2009-05-19 11:36 re-exporting a web site Eric S Fraga 2009-05-19 13:17 ` Manish 2009-05-19 13:49 ` Eric S Fraga 2009-05-19 17:26 ` Manish 2009-05-19 14:01 ` Matthew Lundin 2009-05-19 14:46 ` Nick Dokos 2009-05-19 14:51 ` Nick Dokos 2009-05-19 14:56 ` Eric S Fraga, Eric S Fraga 2009-05-19 17:30 ` Sebastian Rose 2009-05-19 18:30 ` Eric S Fraga, Eric S Fraga [not found] ` <ucecesf@ucl.ac.uk> 2009-05-19 17:04 ` Nick Dokos 2009-07-06 17:55 ` [OT] message-mark-inserted-region (was Re: Re: Exporting to a Beamer presentation) Nick Dokos 2009-07-06 19:05 ` Eric S Fraga 2009-07-06 20:43 ` Sébastien Vauban 2009-07-06 21:08 ` Nick Dokos 2009-07-06 22:17 ` Eric S Fraga 2009-07-07 7:27 ` Sébastien Vauban 2009-07-10 16:32 ` Newbie Questions Nick Dokos 2009-07-10 17:48 ` Nicolas Goaziou 2009-07-10 17:53 ` Eric S Fraga 2009-07-10 17:49 ` Eric S Fraga 2009-08-14 10:59 ` Re: DiTAA error under Ubuntu Nick Dokos 2009-08-14 11:04 ` Nick Dokos 2010-02-04 18:24 ` Changing paragraph setting in Latex export Nick Dokos 2010-02-04 18:49 ` Eric S Fraga 2010-08-12 14:15 ` [babel] confusion about org-confirm-babel-evaluate Nick Dokos 2010-08-12 15:07 ` Erik Iverson 2010-08-12 16:38 ` Nick Dokos 2010-10-07 13:29 ` Re: Bibtex and latex export Nick Dokos 2010-10-07 13:58 ` Eric S Fraga 2010-10-07 14:22 ` Nick Dokos 2010-10-07 14:29 ` Eric S Fraga 2010-10-07 14:37 ` Nick Dokos 2010-10-07 19:51 ` Eric S Fraga 2010-10-07 20:11 ` Nick Dokos 2010-10-08 6:23 ` Eric S Fraga 2010-10-07 17:30 ` Achim Gratz 2010-10-08 8:43 ` suvayu ali 2010-10-08 11:35 ` Eric S Fraga 2010-10-08 15:37 ` suvayu ali 2010-10-08 15:51 ` Nick Dokos 2010-10-08 16:44 ` suvayu ali 2010-10-08 17:27 ` Nick Dokos 2010-10-08 18:22 ` Achim Gratz 2010-10-08 18:28 ` Eric S Fraga [not found] ` <fatkasuvayu+linux@gmail.com> 2012-02-04 4:21 ` [BUG] cannot open menu when in an org buffer suvayu ali 2012-02-04 17:46 ` Nick Dokos 2012-02-07 0:01 ` suvayu ali 2012-02-07 2:31 ` Nick Dokos 2012-02-07 13:26 ` suvayu ali 2012-02-08 19:14 ` David Maus 2012-02-08 19:45 ` suvayu ali 2012-02-07 7:43 ` Gustav Wikström 2012-03-25 20:19 ` [OT] Issue with exported html on webserver suvayu ali 2012-03-25 21:21 ` Christian Moe 2012-03-25 21:30 ` suvayu ali 2012-03-25 21:25 ` Nick Dokos 2012-03-25 21:33 ` suvayu ali 2012-03-25 21:48 ` Nick Dokos 2012-03-26 7:30 ` Christian Moe 2012-03-26 9:34 ` Sebastien Vauban 2012-03-26 12:58 ` Sebastien Vauban 2012-03-26 14:27 ` suvayu ali 2010-10-08 18:03 ` Bibtex and latex export Achim Gratz 2010-10-08 18:33 ` Nick Dokos 2010-10-08 19:18 ` Achim Gratz 2010-10-08 12:01 ` Bernt Hansen 2010-10-08 15:40 ` suvayu ali 2009-05-19 17:29 ` re-exporting a web site Carsten Dominik 2009-05-19 18:29 ` Eric S Fraga, Eric S Fraga
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=87likbslms.fsf@ucl.ac.uk \ --to=e.fraga@ucl.ac.uk \ --cc=emacs-orgmode@gnu.org \ --subject='Re: [bug] org-habit-show-all-today undefined' \ /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
Code repositories for project(s) associated with this 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).