Re: [O] One screen with agenda views and column view question
> > Hi > If I use my agenda views, what happens is that the screen is always split in two buffers. I would like to have my > agenda views without splitting the windows. Is there an option for this? > Another question: I tried to define my column views with width for the specific columns. It is however hard > to get the column headers in line with the columns. Is there a trick for this? > > TASK | EFFORT | <-heading > Have dinner |1:00| <- entry > > Instead of > TASK| EFFORT | <-heading > Have dinner | 1:00| <- entry > > Thanks > Renger > > Renger van Nieuwkoop ecoplan.ch> writes: Hi I solved the first problem and edited the second one (see above) Renger
[Orgmode] Problem with export latex using v option
Hi I tried to export to latex of an org file using C-c C-e v L (or l) but I get the message invalid-export-key. Am I doing something wrong? Thanks Renger ___ Renger van Nieuwkoop Ecoplan - Thunstrasse 22 3005 Bern Switzerland Tel. +41 31 356 61 61 Mail: ren...@ecoplan.ch ___ ___ 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
[O] One screen with agenda views and column view question
Hi If I use my agenda views, what happens is that the screen is always split in two buffers. I would like to have my agenda views without splitting the windows. Is there an option for this? Another question: I tried to define my column views with width for the specific columns. It is however hard to get the column headers in line with the columns. Is there a trick for this? TASK | EFFORT | <-heading Have dinner |1:00| <- entry Instead of TASK| EFFORT | <-heading Have dinner | 1:00| <- entry Thanks Renger
[O] Org-Mode Homepage error
Hi The hyperlinks on the left of the change page (http://orgmode.org/Changes.html) do not work (Firefox and Chrome). Renger _
[O] Agenda view filter
Hi I try to define a view that should show me my agenda for today with all NEXT/TODO items with priority A. I found some code for the priority but did not manage to get it running with filtering for NEXT/TODO (I tried adding (todo "NEXT|TODO") but that did not work). (setq org-agenda-custom-commands '(("p" "Prio A and scheduled" agenda "" ((org-agenda-entry-types '(:scheduled)) (org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp "\\[#A\\]" ) Could anybode help me out? Thanks Renger
[O] Problems with org-mode
Hi I have the following problem with org-mobile: If I want to push my org-files, I get the message that I should set my org-directory. This directory is set in my .emacs file, so I don't know why I have to set it again. If I set it with set-variable -- org-directory and then put D:/Daten/org I get the error message set-variable: Value `d:/Daten/org/' does not match type directory of org-directory I just downloaded the newest version of org-mode and use Emacs 23.2.1 on a Windows 7 machine. Cheers Renger
[Orgmode] Filtering org file according to priorities
Hi I have the following list in an org-file * Work ** [#A] Goal1 ** [#B] Goal2 ** [#A] Goal3 I want to filter for all entries with priority A. If I use C-c / p PRIORITY A Org-mode highlights all the entries with [#A] but also shows the other entries with [#B]. How can I hide those entries? Thanks Renger Modelworks Gewerbestrasse 15 3600 Thun - Switzerland +41 79 818 53 73 i...@modelworks.ch blog.modelworks.ch ___ 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
[O] Problems with habit sorting
Hi I have an agenda-view where I can see all my habits. They have priorities but are not sorted. Any idea how to sort them according to priority. My view looks like this Monday 8 October 2012 W41 8:30.. 10:00.. 12:00.. 13:00.. 15:00.. 17:00.. 17:27.. now - - - - - - - - - - - - - - - - - - - - - - - - - refile: In 3 d.: TODO [#A] Sullivan Chapter :REFILE:: refile: In 5 d.: TODO [#A] Blog :REFILE:: refile: In 3 d.: TODO [#B] Exercise 1 :REFILE:: Diary: Shemini Atzeret Diary: Columbus Day habits: TODO [#B] habit1 *!:HABIT:: habits: TODO [#A] habit2 !:HABIT:: habits: TODO [#B] habit3 !:HABIT:: habits: TODO [#B] habit4 !:HABIT:: habits: TODO [#A] habit5 !:HABIT:: Thanks Renger ___ Renger van Nieuwkoop Goldiwilstrasse 16 F / 3600 Thun Tel +41 33 221 53 05 / +41 79 818 53 73 mailto: ren...@vannieuwkoop.ch
[O] Headings in agenda view
Hi I have the following agenda-view in Org-Mode ("p" "Week plan" ((tags-todo "Monday") (tags-todo "Tuesday") (tags-todo "Wednesday") (tags-todo "Thursday") (tags-todo "Friday") (tags-todo "Saturday") (tags-todo "Sunday")) nil) And would like to have a heading for every day. I tried using (org-agenda-overriding-header "Monday"), (org-agenda-overriding-header "Tuesday"), etc. at several positions, but I did not manage, to get the headers. Any hint would be more than welcome. Cheers Renger Modelworks Gewerbestrasse 15 3600 Thun - Switzerland +41 79 818 53 73 i...@modelworks.ch<mailto:i...@modelworks.ch> blog.modelworks.ch
Re: [O] Bug: Refreshing agenda view gives error message: org-entry-blocked-p [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/Program Files/Emacs/Home/.emacs.d/elpa/org-20121231/)]
Here is the bug track Debugger entered--Lisp error: (invalid-function org-with-buffer-modified-unmodified) org-with-buffer-modified-unmodified(nil) org-entry-blocked-p() org-agenda-dim-blocked-tasks() org-agenda-finalize() byte-code("\206) and the information from C-h f org-with-buffer-modified-unmodified RET produces org-with-buffer-modified-unmodified is a Lisp macro in `org-macs.el'. (org-with-buffer-modified-unmodified &rest BODY) Run BODY while preserving the buffer's `buffer-modified-p' state. Cheers Renger -Ursprüngliche Nachricht- Von: Bastien Guerry [mailto:bastiengue...@gmail.com] Im Auftrag von Bastien Gesendet: Samstag, 5. Januar 2013 11:58 An: Renger van Nieuwkoop Cc: emacs-orgmode@gnu.org Betreff: Re: Bug: Refreshing agenda view gives error message: org-entry-blocked-p [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/Program Files/Emacs/Home/.emacs.d/elpa/org-20121231/)] Hi Renger, Renger van Nieuwkoop writes: > Any idea why? Thanks What does C-h f org-with-buffer-modified-unmodified RET produces? -- Bastien
[O] Habits in agenda view
Hi I want to change my agenda view in such a way, that habits are shown as an explicit block below my agenda, but my solution (shown below) shows the habits still in my agenda view and without all the nice tracking color and symbols in the block below the agenda. It might be simple, but I don't seem to manage. Any help would be appreciated. Here is my code for the adjusted agenda view (the first block shows my tasks I should work on next: ("s" "Agenda with Next and Habit as separated views" ((agenda "" nil ) (tags-todo "-WAIT/!NEXT" ((org-agenda-overriding-header "Next Tasks") (org-agenda-skip-function 'skip-projects-and-habits) (org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp "\\[#A\\]")) (org-agenda-todo-ignore-scheduled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t) )) (tags "HABIT" ((org-agenda-overriding-header "Habits"))) nil)) Cheers Renger
[O] Problem with repeating tasks
Hi I use repeating tasks and this worked fine with me. Since a few days, if I change the status from TODO to DONE, the Status is not automatically set back to TODO again, and the task does not repeat anymore. Here is an example ** DONE [#C] Zeitungen verräumen SCHEDULED: <2012-06-23 Sa +1w> - State "DONE" from "TODO" [2012-06-25 Mo 15:32] :PROPERTIES: :Effort: 0:10 :LAST_REPEAT: [2012-05-28 Mo 16:15] :ID: 6c11b453-94fc-4e7e-97bc-0c420325fcef :END: I might have changed something in my Emacs settings, but I have no clue what this is causing. Help would be appreciated. Thanks Renger Modelworks Gewerbestrasse 15 3600 Thun - Switzerland +41 79 818 53 73 i...@modelworks.ch<mailto:i...@modelworks.ch> blog.modelworks.ch
[O] Rebuilding agenda causes error
Hi As soon as I want to rebuild an agenda view, I get the following error Rebuilding agenda buffer... cond: Variable binding depth exceeds max-specpdl-size Any idea what I am doing wrong (I don't know if it started after updating to the last version of Org-Mode). Using Emacs 24.3.1 Thanks Renger _ Renger van Nieuwkoop Centre of Economic Research (CER-ETH) Zürichbergstrasse 18 (ZUE) CH - 8032 Zürich +41 44 632 02 63 mailto: reng...@etzh.ch blog.modelworks.ch
[O] Column view not changeable
Hi I tried to change the face of column view in the options (because it is now grey background with very thin fonts and hardly readable). I set the options back to standard (as the option is "changed outside"), but every time I restart I get the old settings. I looked in my .emacs file but haven't found anything that changes this face. I use color-theme-dark-laptop, but the same problem happens with other color-themes. Could anybody help me out? Thanks Renger _____ Renger van Nieuwkoop Centre of Economic Research (CER-ETH) Zürichbergstrasse 18 (ZUE) CH - 8032 Zürich +41 44 632 02 63 mailto: reng...@etzh.ch blog.modelworks.ch
[O] Org-pomodoro showing number of pomodoros
Hi I just started using org-pomodoro and have one question: How can I see the number of pomodoros I finished during the day? Cheers Renger _ Renger van Nieuwkoop Swiss Federal Institute of Technology Zurich
[O] Habit at least 5 times a week in Org-Mode
Hi I couldn't find this in the manual and in the internet, but how can I set a habit that I want to repeat every week at least 5 times? Cheers Renger _ Renger van Nieuwkoop Centre of Economic Research (CER-ETH) Zürichbergstrasse 18 (ZUE) CH - 8032 Zürich +41 44 632 02 63 mailto: reng...@etzh.ch blog.modelworks.ch