[O] freemind clockwise

2016-02-06 Thread rene
In order to read a mindmap you start at 12 o’clock, and go clockwise. But it seems to me that exporting an org file using ox-freemind.el leads to a mindmap you have to read from left to right. Is there a way I can force org-freemind-export-to-freemind to produce a clockwise mindmap? --

Re: [O] Pushing and pulling to google calendar

2015-06-13 Thread rene
Fabrice Popineau fabrice.popineau at supelec.fr writes: Am I missing something if I cite https://github.com/myuhe/org-gcal.elwhich is using the v3 Google Calendar api. Still lacks of true bidirectional sync, but that could happen.  Any idea about how to use this piece of code. I can't seem

Re: [O] How to create agenda which ignores headings with deadline/scheduled dates older than 3 months

2015-05-28 Thread rene
Nick Dokos ndokos at gmail.com writes: [Not sure why, but quoting the OP's message did not work - I had to do it by hand - I wonder if the problem is with the message or my setup: if someone could verify, I'd appreciate it.] Martin Beck Elwood151 at web.de writes: how can I set up an

[O] How to get your list of categories?

2014-12-26 Thread rene
I'd like to dynamically get the list of all of my categories (:CATEGORY: property). Is there an easy way to do that? How can I write a command that would operate much the same way I get - the list of all my TODO keywords (using C-c a T), or - the list of all my TAGS (using C-c a M)? -- Rene

Re: [O] Bernt Hansen's

2014-12-01 Thread rene
Sebastien Vauban sva-news@... writes: rene wrote: I find his code pretty close to what GTD should look like. There are a few things though that could be twicked a bit in order to comply with David Allen's new book on Getting Things Done. Can you detail them, for our own information

[O] Bernt Hansen's

2014-11-20 Thread rene
Nick Dokos ndokos at gmail.com writes: Gary Oberbrunner garyo at oberbrunner.com writes: Thomas S. Dye tsd at tsdye.com wrote: One solution is to use a capture template for TODO items and then refile them.  I picked this up from Bernt Hansen and like it a lot:

Re: [O] Is OrgMode really GTD compliant?

2014-04-28 Thread Rene
Richard Lawrence richard.lawrence at berkeley.edu writes: I am not really familiar with the official GTD methodology, and I don't know exactly how you would normally represent the energy needed associated with a task, but here's a suggestion. It occurs to me that you could just use the A/B/C

[O] Is OrgMode really GTD compliant?

2014-04-27 Thread Rene
According to David Allen, whenever you define an action you need to assign three pieces of information that you will later use as criteria to decide what to do (in order of precedence): 1. Context: Where should I be (@home, @work, etc.) and/or which tools should I have at my disposal

Re: [O] date next year

2013-12-22 Thread Rene
Samuel Wales samologist at gmail.com writes: +1y? On 12/20/13, Rene jlr_0 at yahoo.com wrote: How can I set org-agenda-custom-commands so that I can get the tasks past a date in the coming year? Suppose I'm interested in things past next september. This (y Next

[O] date next year

2013-12-20 Thread Rene
How can I set org-agenda-custom-commands so that I can get the tasks past a date in the coming year? Suppose I'm interested in things past next september. This (y Next year's appointments tags TIMESTAMP=\2014-09-01\) works alright as long as we are before that date

Re: [O] How to filter on files

2013-11-18 Thread Rene
Bastien bzg at gnu.org writes: Rene jlr_0 at yahoo.com writes: I'd have loved though to be able to switch from one view (home+office view) to another (office view) without having to reconstruct the whole agenda. Maybe the `org-agenda-sticky' option can help there? Well. Not exactly

Re: [O] How to filter on files

2013-11-18 Thread Rene
and home) and then hit a key to filter/restrict the scope to just one broad context (let's say office tasks and appointments), instead of rebuilding the agenda all the time. -- rene

Re: [O] How to filter on files

2013-11-18 Thread Rene
idea on how to keep the fast-tag-selection mechanism? -- rene

[O] org-agenda-category-filter-preset

2013-11-15 Thread Rene
Has anyone used org-agenda-category-filter-preset? I can't seem to make this working. Please provide me with some config example and tell me how to use it (which key to use, etc.).

[O] How to filter on files

2013-11-15 Thread Rene
. Is there some kind of org-agenda-filter-by-file piece of code somewhere? -- rene

Re: [O] How to filter on files

2013-11-15 Thread Rene
Bastien bzg at gnu.org writes: Rene jlr_0 at yahoo.com writes: But once in a while I'd like to dynamically narrow down my list of agenda entries to either one of these files. I tried to play with org-agenda-filter-by-tag or org-agenda-filter-by-category but to no avail. Use

Re: [O] orgstruct++-mode, fill-paragraph, and mail-mode

2013-10-04 Thread Rene
Rene jlr_0 at yahoo.com writes: I like the intuitive way the Org mode structure editing and list formatting works. Thus I turn it on in mail-mode with (add-hook 'mail-mode-hook 'turn-on-orgstruct) This works alright. But when I use orgstruct++-mode (add-hook 'mail-mode

Re: [O] Elpa color-theme with emacs24

2013-09-30 Thread Rene
= -- Rene

[O] `orgstruct++-mode',`fill-paragraph', and `mail-mode'

2013-09-27 Thread Rene
') by orgmode specific ones. -- Rene

Re: [O] Elpa color-theme with emacs24

2013-09-26 Thread Rene
is the way to go and should be advised on the worg page: http://orgmode.org/worg/org-color-themes.html Thanks. -- Rene

[O] Elpa color-theme with emacs24

2013-09-25 Thread Rene
) (message My color theme: %S (car theme-current))) (setq theme-current my-color-themes) (setq color-theme-is-global nil) ; Initialization (my-theme-set-default) (global-set-key [f4] 'my-theme-cycle) ; -- Rene

[O] org-version.el missing in elpa/org-20130720.1353

2013-07-20 Thread Rene
Updated elpa today and found out org-version.el was missing in elpa/org-20130720.1353 -- Rene

Re: [O] Elpa twice in load-path

2013-06-28 Thread Rene
of `org-autoloads.el in org/elpa package. -- Rene

Re: [O] Elpa twice in load-path

2013-06-28 Thread Rene
-autoloads.el', the package path only appears once in `load-path', which is the right behavior. -- Rene

[O] Elpa twice in load-path

2013-06-14 Thread Rene
The way elpa works, it automatically adds packages to `load-path'. There is therefore no need to have such a line (add-to-list 'load-path (or (file-name-directory #$) (car load-path))) in the `package-autoloads.el file. Besides, having such a line leads to adding twice the same directory to

Re: [O] Alarms in orgmode

2013-06-12 Thread Rene
Sébastien Vauban wxhgmqzgwmuf@... writes: --8---cut here---start-8--- (defun rgr/org-display (min-to-app new-time msg) (shell-command (concat notify-send -i /usr/share/icons/gnome/32x32/status/appointment-soon.png

Re: [O] org-capture vs. org-agenda-capture

2012-12-13 Thread Rene
Bastien bzg at altern.org writes: I guess M-x org-capture is enough here. No big deal. I'll just make use of %(org-insert-time-stamp nil t t nil nil nil) instead of %U -- Rene

Re: [O] org-capture vs. org-agenda-capture

2012-12-12 Thread Rene
as * APPT Dentist 2012-12-25 Tue 18:00-19:00 Added: [2012-12-12 Wed 22:13] which makes sense; instead of * APPT Dentist 2012-12-25 Tue 18:00-19:00 Added: [2012-12-25 Wed 00:00] as it is today. -- Rene

[O] org-capture vs. org-agenda-capture

2012-12-11 Thread Rene
-11 Tue 00:00]. Is there a way I can force org-agenda-capture to indicate the current time? -- Rene

Re: [O] Upload .ics files to Zimbra

2011-12-18 Thread Rene
Rene jlr_0 at yahoo.com writes: For the past 5 years or so I've been using GCALDaemon to upload my .ics files to Google Calendar. It turns out my company has recently moved to Zimbra (network edition). From now on I'd like to share my calendar on Zimbra. Is there a way I can do so

[O] Upload .ics files to Zimbra

2011-11-25 Thread Rene
For the past 5 years or so I've been using GCALDaemon to upload my .ics files to Google Calendar. It turns out my company has recently moved to Zimbra (network edition). From now on I'd like to share my calendar on Zimbra. Is there a way I can do so in an easy way much like I've been doing with

Re: [O] Org minor mode in mail-mode

2011-09-14 Thread Rene
(fill-paragraph); whereas (turn-on-orgstruct) doesn't pose any problem. Why such a different behavior between turn-on-orgstruct++ and turn-on-orgstruct? Is that a feature or a bug? -- Rene

Re: [O] Org minor mode in mail-mode

2011-09-09 Thread Rene
`auto-fill-mode' and the `fill-paragraph' command are both smarter about guessing a proper fill-prefix and finding paragraph boundaries when indented lines and paragraphs are used. (require 'filladapt) (setq-default filladapt-mode t) -- Rene

Re: [O] Org minor mode in mail-mode

2011-05-02 Thread Rene
to work for me. -- Rene