emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* calendar problem with schedule
@ 2012-01-01  2:22 Richard Riley
       [not found] ` <rileyrg@gmail.com>
  0 siblings, 1 reply; 25+ messages in thread
From: Richard Riley @ 2012-01-01  2:22 UTC (permalink / raw)
  To: emacs-orgmode


Ive not been using org mode for a while, just came back to and using
latest 24 snapshot from git I get

,----
| Debugger entered--Lisp error: (void-function window-combination-p)
|   window-combination-p(#<window 8> nil)
|   calendar-generate-window(1 2012)
|   calendar-basic-setup(nil)
|   calendar()
|   org-read-date(nil to-time nil nil nil nil)
|   byte-code("\b\204>	\306>\203>\212\307\310!\210\212\311 \210`)\312	\313=\203!\v\202\"\f\n\310#\203=\314\315!\316\317\320!\".\205;\321!/)	\203R\b\206Q\322\323\324\323\211./&\x100\203}	\325\235\203}	\313=\203h\x0e1\202j\x0e2\326\261\210\327\b3\323\211\2114C&\210\323\212\214\323\211\211\211\2115\x1e678\307\310!\210\3309\331P!\210\315\225b\210i8\332\225b\210m\203\255\333c\210\202\260\315u\210	\204\302\330\334:P!\204\302\335\336\323\"\210\3309!\204\345\330\337;\340Q!\203\345\314\315!<\232\204\345\332\224\332\225}\210\202\372\341\333!\210\342u\210``}\210=\203\372\3438!\210	>B77\203L\x0e7\211A7@\2116\313=\203\x01\312\v\323\310#\204;\x0e6\344=\203+\312\f\323\310#\204;\x0e6\345=\203\x01\312?\323\310#\203\x01\346\347!\210\330\350!\203\x01\346\347!\210\202\x01\330\351!\203V\346\347!\210=\203dn\203d\3438!\210	\203\322n\204x`Sf\352=\204x\326\202y\347	\313=\203\204\x0e1\202\227	\344=\203\217\x0e2\202\227	\345=\205\227\x0e@\326\261\210\327\b3\206\252	\345=\205\252\x0eA	\345=\323\2114C&\x15n\204\314`Sf\352=\204\314\323f\352=\204\314\326\202\315\347c\210\315\x7f\210eb\210~\210\330\353!\203\353`Sf\354\232\203\353`S\355 |\210.\a\207" [time what end org-scheduled-time-regexp org-deadline-time-regexp ts (scheduled deadline) org-back-to-heading t outline-next-heading re-search-forward scheduled match-string 1 apply encode-time org-parse-time-string org-get-compact-tod org-read-date nil to-time (scheduled deadline) " " org-insert-time-stamp looking-at "\\( *\\)[^\n]*" 0 "\n" "[ 	]*" throw exit "[^\n]*?" "[^\n]*" insert-before-markers -1 org-indent-to-column deadline closed replace-match "" "--+<[^>]+>" "^[ 	]+" 32 "[ 	]*\n" 10 point-at-eol default-time default-input org-insert-labeled-timestamps-at-point org-scheduled-string ...] 8)
|   org-add-planning-info(scheduled nil closed)
|   org-schedule(nil)
|   call-interactively(org-schedule nil nil)
`----

when pressing C-c C-s to schedule an item.

Whats changed or what have I configured wrong?

^ permalink raw reply	[flat|nested] 25+ messages in thread
* Limit todo window
@ 2012-02-17 20:58 Richard Riley
  0 siblings, 0 replies; 25+ messages in thread
From: Richard Riley @ 2012-02-17 20:58 UTC (permalink / raw)
  To: emacs-orgmode


Whats the best way to limit the window that agendas use to show open
todo items? e.g when I do C-c a a I dont want to see TODOs set for a
years time - generally I might only want things in the current week or
so. is there something built and instantly configurable to achieve this?

^ permalink raw reply	[flat|nested] 25+ messages in thread
* Capturing to current file
@ 2012-04-14 18:27 Marvin Doyley
  2012-04-14 18:32 ` Karl Voit
  0 siblings, 1 reply; 25+ messages in thread
From: Marvin Doyley @ 2012-04-14 18:27 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Hi there,

I am trying to create a thought bin related to a specific project
(org-file, where I perform all my writing task).
My idea is very simple,  if an idea, todo item related to the project
i am working on,  which is usually the case, I would like to  file it
under a specific heading within the same file rather than a master
file.

Any thoughts on how to do this ?

Thanks
M

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2012-05-01  2:55 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-01  2:22 calendar problem with schedule Richard Riley
     [not found] ` <rileyrg@gmail.com>
2012-01-01  4:51   ` Nick Dokos
2012-01-03 20:34     ` Richard Riley
2012-01-03 20:48       ` Nick Dokos
2012-01-03 22:20         ` Richard Riley
2012-02-17 21:14   ` Limit todo window Nick Dokos
2012-02-18 10:12     ` Richard Riley
2012-04-14 22:45   ` Capturing to current file Nick Dokos
2012-04-14 23:02     ` Samuel Wales
2012-04-14 23:05       ` Nick Dokos
2012-04-14 23:04     ` Nick Dokos
2012-04-14 23:21       ` Richard Riley
2012-04-15  1:18       ` Charles
2012-04-15  2:33         ` Nick Dokos
2012-04-15  2:49           ` Samuel Wales
2012-04-15 13:52             ` Nick Dokos
2012-04-20 12:58           ` Bastien
2012-04-20 19:44             ` Charles
2012-04-29  8:59               ` Bastien
2012-05-01  2:54                 ` Mike McLean
2012-04-22 13:14             ` Charles
  -- strict thread matches above, loose matches on Subject: below --
2012-02-17 20:58 Limit todo window Richard Riley
2012-04-14 18:27 Capturing to current file Marvin Doyley
2012-04-14 18:32 ` Karl Voit
2012-04-14 21:44   ` Richard Riley

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).