Re: [Orgmode] Empty lines between headers

2009-01-30 Thread Cameron Horsburgh
On Fri, Jan 30, 2009 at 07:46:21AM +0100, Carsten Dominik wrote:
 Hi Cameron,

 a relatively recent change is causing this new behavior.

 The default is now to automatically insert an empty line
 if the current headline does also have an empty line before it.

 So If you have an empty line before header 1, then you
 will get an empty line before header 2.  However, if you
 then go back and remove the empty line before header 2
 and afterwards insert a header 3, no empty line will be
 inserted.
 The same is true for plain list items.

 It seems to me that this is the best behavior, but if
 you always prefer no empty line, customize the variable
 `org-blank-before-new-entry'.

Ah, I could SWEAR I tried getting rid of blank lines, but it seems I
didn't. Now to customise that variable and report my customisation.

The idea you had about org-mode spyware isn't so bad. I'm sure there's
a startup somewhere that would pay for that information ;-)

-- 

Cameron Horsburgh

Blog: http://spiritcry.wordpress.com/


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Ulf Stegemann
Carsten Dominik domi...@science.uva.nl wrote:

 So here is my question to all of you.  Could you, in reply to this
 message, list all the Org-related variables that you have customized,
 along with the values you used?

apart from some face definitions and things like export or agenda view
customisations that really everybody will customise when he/she needs
it, here you are:

--8--snip--8---

(defconst emacs-org-dir  (expand-file-name org/ emacs-files-dir)
  Org-mode files directory)
(setq org-agenda-files (list
(expand-file-name todo.org emacs-org-dir)
(expand-file-name notes.org emacs-org-dir)
))

(setq
 org-log-done 'time
 org-use-fast-todo-selection t
 org-fast-tag-selection-include-todo t
 org-agenda-ndays 7
 org-deadline-warning-days 14
 org-agenda-show-all-dates t
 org-agenda-skip-deadline-if-done t
 org-agenda-skip-scheduled-if-done t
 org-agenda-start-on-weekday 1
 org-reverse-note-order nil
 org-return-follows-link t
 org-support-shift-select nil
 org-enforce-todo-dependencies t
 org-agenda-dim-blocked-tasks t
 org-fast-tag-selection-single-key t
 org-agenda-restore-windows-after-quit t
 org-agenda-window-setup (quote current-window)
 org-email-link-description-format Email %c: %.50s
 org-blank-before-new-entry (quote ((heading . auto) (plain-list-item . auto)))
 org-remember-store-without-prompt t
 org-remember-templates
  '((Tasks ?t * TODO %?\n  %i\n  %a todo.org Tasks)
(Notes ?n * %u %? notes.org Notes))
 remember-annotation-functions '(org-remember-annotation)
 remember-handler-functions '(org-remember-handler)
 org-global-properties
 '((Effort_ALL .
0 0:05 0:15 0:30 0:45 1:00 1:30 2:00 3:00 4:00 5:00 6:00 7:00 8:00))
 org-columns-default-format
 %PRIORITY %45ITEM(Task) %TODO %Effort(Est.){:} %CLOCKSUM(Time)
 org-agenda-columns-add-appointments-to-effort-sum t
 org-return-follows-link t
 org-special-ctrl-a/e t
 org-special-ctrl-k t
 org-tab-follows-link nil
 org-tag-faces nil
 org-agenda-restore-windows-after-quit t
 org-agenda-window-setup 'current-window
 org-archive-save-context-info '(time file category todo priority itags olpath 
ltags)
 org-blank-before-new-entry ((heading . auto) (plain-list-item . auto))
 org-clock-in-switch-to-state STARTED
 org-clock-out-remove-zero-time-clocks t
 org-email-link-description-format Email %c: %.30s nil nil n)

--8--snap--8---

Ulf



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Carsten Dominik

Hi Manish,

what can I say, awesome!

To get the default values, you could do

(get 'org-some-variable 'standard-value)

and evaluate this.  You can do this with a formula in the table,
I have successfully tried this:

#+TBLFM: $2='(let ((x (prin1-to-string (get '$1 'standard-value  
(org-require-autoloaded-modules) (if (or (string-match \n x) (  
(length x) 40)) complex x));L


It get the value, converts it to a string and inserts it if it is
not too long and does not contain a newline.


- Carsten

On Jan 30, 2009, at 8:46 AM, Manish wrote:


On Fri, Jan 30, 2009 at 4:37 AM, Carsten Dominik wrote:



[snip]


Of course, if there is a volunteer who would like to organize
this info into a Worg page, I would even be more happy ...


I am collating the information in the following format.

| Submitter | Variable | Value | Comment |


Hi Manish, thanks so much for doing this, really appreciate it.
Maybe add a column with the default value, so that we can be sure
that the did not just set the default value?



I did not know of an obvious or easy way to find out the default
values. :-/

Here are the results so far.

20 people responsed within the first day reporting about 479
customizations including 187 unique variables (49.6% !, assuming total
377 variables.)

NB: I did try to filter out faces but a few might have crept through.

First top tweakers.

| Submitter   | Customizations |
|-+|
| Fredrich Fredrichs  | 64 |
| Bernt Hansen| 56 |
| Matthew Lundin  | 52 |
| Sebastian Rose  | 51 |
| Austin Frank| 38 |
| Chris Leyon | 28 |
| Ross Patterson  | 25 |
| Dan Griswold| 24 |
| William Henney  | 24 |
| Peter Jones | 21 |
| Michael Ekstrand| 20 |
| Eric Faga   | 13 |
| Steven Harris   | 11 |
| Tassilo Horn| 11 |
| Oliver Charles  | 10 |
| Dan Davison |  8 |
| Hsui-Khuern Tang|  8 |
| Scott Randby|  6 |
| Sivaram Neelakantan |  5 |
| Don Womick  |  4 |

And what was tweaked:

| Variable (may be a few faces as well) | No. of times  
customized |
|--- 
+-|
| org-agenda-start-on-weekday
|  14 |
| org-todo-keywords  
|  14 |
| org-log-done   
|  13 |
| org-agenda-files   
|  12 |
| org-agenda-include-diary   
|  12 |
| org-hide-leading-stars 
|  12 |
| org-use-fast-todo-selection
|  12 |
| org-remember-templates 
|  10 |
| org-agenda-skip-scheduled-if-done  
|   9 |
| org-agenda-custom-commands 
|   8 |
| org-agenda-skip-deadline-if-done   
|   8 |
| org-agenda-sorting-strategy
|   8 |
| org-default-notes-file 
|   8 |
| org-special-ctrl-a/e   
|   8 |
| org-stuck-projects 
|   8 |
| org-completion-use-ido 
|   7 |
| org-deadline-warning-days  
|   7 |
| org-agenda-ndays   
|   6 |
| org-agenda-window-setup
|   6 |
| org-columns-default-format 
|   6 |
| org-fast-tag-selection-single-key  
|   6 |
| org-mode-hook  
|   6 |
| org-publish-project-alist  
|   6 |
| org-tag-alist  
|   6 |
| org-agenda-show-all-dates  
|   5 |
| org-directory  
|   5 |
| org-export-with-LaTeX-fragments
|   5 |
| org-special-ctrl-k 
|   5 |
| org-tags-match-list-sublevels  
|   5 |
| auto-mode-alist
|   4 |
| org-blank-before-new-entry 
|  

Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Cameron Horsburgh
Here's my list of variables. I think all my org-mode settings
have been done via customize, which I've just realised doesn't
indent things very tidily. I've tried to fix it, but I'm not
really used to elisp style.



'(org-agenda-custom-commands (quote ((d todo DELEGATED nil) 
 (c todo DONE|DEFERRED|CANCELLED nil) 
 (w todo WAITING nil) 
 (W agenda  ((org-agenda-ndays 21))) 
 (A agenda  ((org-agenda-skip-function 
  (lambda nil 
(org-agenda-skip-entry-if (quote notregexp) \\=.*\\[#A\\]))) 
 (org-agenda-ndays 1) 
 
(org-agenda-overriding-header Today's Priority #A tasks: ))) 
 (u alltodo  ((org-agenda-skip-function 
   (lambda nil 
(org-agenda-skip-entry-if (quote scheduled) 

 (quote deadline) 

 (quote regexp) [^]+))) 
  
(org-agenda-overriding-header Unscheduled TODO entries: ))
'(org-agenda-files (quote (~/VersionControl/gtd/todo.org)))
'(org-agenda-ndays 7)
'(org-agenda-show-all-dates t)
'(org-agenda-skip-deadline-if-done t)
'(org-agenda-skip-scheduled-if-done t)
'(org-agenda-start-on-weekday nil)
'(org-blank-before-new-entry (quote ((heading) (plain-list-item
'(org-deadline-warning-days 14)
'(org-default-notes-file ~/VersionControl/gtd/notes.org)
'(org-fast-tag-selection-single-key (quote expert))
'(org-remember-store-without-prompt t)
'(org-remember-templates (quote ((116 * TODO %? 
~/VersionControl/gtd/todo.org Unfiled items) 
 (110 * %u %? 
~/VersionControl/gtd/notes.org Notes
'(org-reverse-note-order t)


-- 

Cameron Horsburgh

Blog: http://spiritcry.wordpress.com/


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Manish
On Fri, Jan 30, 2009 at 1:48 PM, Carsten Dominik wrote:
 Hi Manish,

 what can I say, awesome!

Thanks.


 To get the default values, you could do

 (get 'org-some-variable 'standard-value)

Nice.  Thanks.


 and evaluate this. You can do this with a formula in the table,
 I have successfully tried this:

 #+TBLFM: $2='(let ((x (prin1-to-string (get '$1 'standard-value
 (org-require-autoloaded-modules) (if (or (string-match \n x) ( (length x)
 40)) complex x));L

The formula seems to work but I am getting nil for /all/ variables.
That does not seem right.  There would be some variable with non-nil
standard value, no?

-- 
Manish


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Carsten Dominik


On Jan 30, 2009, at 9:29 AM, Manish wrote:


On Fri, Jan 30, 2009 at 1:48 PM, Carsten Dominik wrote:

Hi Manish,

what can I say, awesome!


Thanks.



To get the default values, you could do

(get 'org-some-variable 'standard-value)


Nice.  Thanks.



and evaluate this. You can do this with a formula in the table,
I have successfully tried this:

#+TBLFM: $2='(let ((x (prin1-to-string (get '$1 'standard-value
(org-require-autoloaded-modules) (if (or (string-match \n x) (  
(length x)

40)) complex x));L


You need to change $2 and $1 to the relevant columns in your table,
maybe this is the problem?  I made this formula on one of your
extracted tables where the variable was in column one and I have
created a new column 2 for the default values.

also, the formula seems to return (nil) or (t) instead of nil or t,
so it seems to add an additional pair of parenthesis.

- Carsten






The formula seems to work but I am getting nil for /all/ variables.
That does not seem right.  There would be some variable with non-nil
standard value, no?

--
Manish




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


R: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Giovanni Ridolfi
--- Gio 29/1/09, Carsten Dominik domi...@science.uva.nl ha scritto:
 list all the Org-related variables that you have
 customized, along with the values you used?
 
 - why you set the variable like this
 - if you feel that the default value of that variable
   should be different
 - Any other comments you might what to give.

I prefer customization on a per-file basis. I have 
only 3 files, I began such way and did not investigate
if it is possible to define everything in .emacs like:

(setq org-todo-keywords /namefile/ TODO WtF DONE)

Here we go:

 file 1
#+SEQ_TODO: TODO WAITING-FOR DONE
; why? GTD scheme.
#+STARTUP: overview lognoterepeat hidestars
[1]; hidestars makes the outline look clearer

 file 2
#+STARTUP: content
[2]; why? I need to se the content of the tree
#+STARTUP: customtime
[3]; why? I have to use such format in column view
;
; comment: would it be possible also to *export* 
;  the time in such format?
;
#+DRAWERS: dummy
[4]; why? I use this file as a database, so need to see the :PROPERTIES: 
drawers contents with the values of every variable.

#Local Variables:
#org-time-stamp-custom-formats : (%d-%m-%Y . %d-%m-%Y %a %H:%M)
#End:

 file 3
#+SEQ_TODO: READ DONE
[5]; why? Its a file I use to remember to read scientific 
; journals the day  they're published on web


..emacs 
org-remember-templates 
; my templates ;-)

(custom-set-variables
 '(org-agenda-files 
; why? does my file coincide with Carsten's ones? ;-)
;
 '(safe-local-variable-values (quote ((org-export-html-style .  
[6]; why? because I have to export file to html  import in M$Word
;  for sharing with coworkers

---
Summary for Manish:

| Submitter| Variable  | Value  
  | Comment  |
| Giovanni Ridolfi | org-startup-options   | overview lognoterepeat 
hidestars | [1]  |
| Giovanni Ridolfi | org-startup-options   | content  customtime
  | [2] [3]  |
| Giovanni Ridolfi | org-time-stamp-custom-formats |
  |  |
| Giovanni Ridolfi | org-todo-keywords | TODO WAITING-FOR DONE  
  | GDT  |
| Giovanni Ridolfi | org-todo-keywords | READ DONE  
  | [5]  |
| Giovanni Ridolfi | org-drawers   | dummy  
  | [4]  |
|  |   |
  |  |
| Giovanni Ridolfi | org-remember-templates|
  | personal |
| Giovanni Ridolfi | org-agenda-files  |
  | personal |
| Giovanni Ridolfi | org-export-html-style |
  | [6]  |

cheers 
Giovanni






___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Manish
On Fri, Jan 30, 2009 at 2:08 PM, Carsten Dominik wrote:

[snip]

 You need to change $2 and $1 to the relevant columns in your table,
 maybe this is the problem?

Yes, I had changed only one of them.  Thanks.

 I made this formula on one of your extracted tables where the variable
 was in column one and I have created a new column 2 for the default
 values.

 also, the formula seems to return (nil) or (t) instead of nil or t,
 so it seems to add an additional pair of parenthesis.

When I applied the formula on the main table (in raw data file), it did
return nil, (nil), t, (t) and complex for values.  Perhaps getting a nil
or (nil) or a t or (t) depends on the kind of values a variable can
take?

Anyhow, I will try and add additional results to the data if we get more
responses (so far 2.)

-- 
Manish


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Timezone issue with zip distribution

2009-01-30 Thread David Lord
Hi list,

The last few zip file distributions I have downloaded (6.20 and 6.20g)
seem to have many of the file modification times one hour in the
future.  This seems to break the make (it says something about the
file being modified in the future and then gets rather confused;-).
The tgz distribution is fine.

I know its not a big deal - I can just wait an hour before running the
make, or I can use the tgz distribution (and fix the ^Ms in the info
file manually as I'm on windows) - but I thought I'd report it just in
case.

BTW, thanks Carsten and all on the list for all your effort: I have
been incredibly impressed by the overall quality of org-mode and the
speed of response to issues since I defected from planner last summer.

Regards
David Lord


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Carsten Dominik


On Jan 30, 2009, at 9:52 AM, Manish wrote:


On Fri, Jan 30, 2009 at 2:08 PM, Carsten Dominik wrote:



[snip]


You need to change $2 and $1 to the relevant columns in your table,
maybe this is the problem?


Yes, I had changed only one of them.  Thanks.

I made this formula on one of your extracted tables where the  
variable

was in column one and I have created a new column 2 for the default
values.

also, the formula seems to return (nil) or (t) instead of nil or t,
so it seems to add an additional pair of parenthesis.


When I applied the formula on the main table (in raw data file), it  
did
return nil, (nil), t, (t) and complex for values.  Perhaps getting a  
nil

or (nil) or a t or (t) depends on the kind of values a variable can
take?

Anyhow, I will try and add additional results to the data if we get  
more

responses (so far 2.)


And please use the default values to clean out configurations to the  
default.


Thanks!

- Carsten



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Rainer Stengele
Carsten Dominik schrieb:
 Hi,
 
 yesterday I did this command in my org-mode git repo:
 
   grep defcustom lisp/*el |wc -l
 
 and got 378 as an answer.  378 user-customizable variables,
 no kidding.
 
 However, I bet that only about 10% of these are really used
 by more that one user :-).  So when a new users starts digging
 into Org-mode, they simply must be confused by the amount
 of variables that can be set.
 
 So here is the idea:  I would like to find out which variables
 users actually customize.  This could be the basis
 for a great article on Worg, describing just these selected
 variables.
 
 In addition, I could make a special customization group which only
 contains those variables (Emacs allows to put a variable into several
 groups).  It would be awesome to have, and a much easier start into
 customizing Org.
 
 So here is my question to all of you.  Could you, in reply to this
 message, list all the Org-related variables that you have customized,
 along with the values you used?
 
 If you want to do more, I'd also love to see comments on
 
 - why you set the variable like this
 - if you feel that the default value of that variable
   should be different
 - Any other comments you might what to give.
 
 Of course, if there is a volunteer who would like to organize
 this info into a Worg page, I would even be more happy ...
 
 Thanks!
 
 - Carsten
 
 
 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode
 

I have these: (raw copy from .emacs)

 '(org-agenda-compact-blocks t)
 '(org-agenda-files nil)
 '(org-agenda-include-diary t)
 '(org-agenda-ndays 7)
 '(org-agenda-prefix-format (quote ((agenda .   %-12:c%?-19t% s) (timeline . 
  % s) (todo . 
%-16:c) (tags .   %-16:c
 '(org-agenda-restore-windows-after-quit t)
 '(org-agenda-show-all-dates nil)
 '(org-agenda-skip-deadline-if-done t)
 '(org-agenda-skip-scheduled-if-done t)
 '(org-agenda-skip-timestamp-if-done t)
 '(org-agenda-sorting-strategy (quote ((agenda time-up priority-down 
category-keep) (todo
category-keep priority-down) (tags category-keep priority-down
 '(org-agenda-start-on-weekday nil)
 '(org-agenda-start-with-follow-mode t)
 '(org-agenda-tags-column 142)
 '(org-agenda-tags-todo-honor-ignore-options t)
 '(org-agenda-time-grid (quote ((daily today require-timed)  
(900 1300 1600
 '(org-agenda-todo-ignore-deadlines t)
 '(org-agenda-todo-ignore-scheduled t)
 '(org-agenda-todo-ignore-with-date t)
 '(org-agenda-todo-keyword-format %-8s)
 '(org-agenda-window-setup (quote current-window))
 '(org-blank-before-new-entry (quote ((heading) (plain-list-item
 '(org-clock-in-switch-to-state INARBEIT)
 '(org-clock-into-drawer 6)
 '(org-columns-default-format %50ITEM %TODO %3PRIORITY %TAGS)
 '(org-cycle-emulate-tab t)
 '(org-cycle-global-at-bob nil)
 '(org-deadline-warning-days 30)
 '(org-default-notes-file ~/org/DIPLAN.org)
 '(org-default-priority 68)
 '(org-drawers (quote (PROPERTIES SETUP)))
 '(org-ellipsis )
 '(org-enforce-todo-dependencies t)
 '(org-export-author-info nil)
 '(org-export-default-directory .)
 '(org-export-default-language de)
 '(org-export-headline-levels 5)
 '(org-export-html-style style type=\text/css\
   p { font-weight: normal; color: gray; }
   h1 { color: black; }
  .title { text-align: center; }
  .todo, .deadline { color: red; }
  .done { color: green; }
  code { font-weight: bold; color: OrangeRed; }
  pre { font-weight: bold; color: OrangeRed;  }
   /style)
 '(org-export-mark-todo-in-toc t)
 '(org-export-preserve-breaks t)
 '(org-export-remove-timestamps-from-toc nil)
 '(org-export-with-tags nil)
 '(org-fontify-done-headline t)
 '(org-goto-interface (quote outline))
 '(org-indirect-buffer-display (quote other-window))
 '(org-log-done t)
 '(org-lowest-priority 68)
 '(org-modules (quote (org-jsinfo org-wl org2rem org-toc)))
 '(org-priority-start-cycle-with-default nil)
 '(org-refile-targets (quote ((org-agenda-files :maxlevel . 3
 '(org-refile-use-outline-path t)
 '(org-remember-default-headline Stundenaufschreibung)
 '(org-remember-interactive-interface (quote outline))
 '(org-remember-store-without-prompt nil)
 '(org-remember-templates

...

 '(org-remember-use-refile-when-interactive nil)
 '(org-return-follows-link t)
 '(org-show-hierarchy-above (quote ((default . t
 '(org-sort-agenda-notime-is-late t)
 '(org-special-ctrl-a/e (quote reversed))
 '(org-stuck-projects (quote 
(+LEVEL=2|+LEVEL=1|+PROJEKT/-DONE|-DELEGATED|-CANCELED (TODO
INARBEIT) (IGNORE SOMETIME_MAYBE) )))
 '(org-tab-follows-link t)
 '(org-tags-column 132)
 '(org-timeline-show-empty-dates nil)
 '(org-todo-keywords (quote ((sequence TODO INARBEIT WARTEN | DONE 
CANCELED DELEGATED
 '(org-use-property-inheritance nil)
 '(org-use-tag-inheritance nil)

Rainer



___
Emacs-orgmode 

Re: [Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Sebastian Rose
Hi,


I've already sent a list of variables in use,but without values. Somehow
I missed the start (point?) of this thread.

This poll is much more fun _with_ values actually. Great to read all
those tiny little tweaks here :)



Here come the values:


* Customize

 '(org-M-RET-may-split-line (quote ((default . t
 '(org-agenda-files (quote (~/emacs/org/todoos/emma-stil.org 
~/emacs/org/todoos/fairprinter.org ~/emacs/org/organizer.org)))
 '(org-agenda-include-diary t)
 '(org-archive-location ::* Archiv)
 '(org-blank-before-new-entry (quote ((heading . t) (plain-list-item
 '(org-clock-persist t)
 '(org-clock-persist-file ~/emacs/.org-clock-save.el)
 '(org-default-notes-file ~/emacs/org/notes/remember.org)
 '(org-export-html-style style type=\text/css\/style)
 '(org-export-latex-classes (quote ((article 
\\documentclass[11pt,a4paper]{article}
\\usepackage[utf8]{inputenc}
\\usepackage[T1]{fontenc}
\\usepackage{graphicx}
\\usepackage{longtable}
% BEGIN My Article Defaults
\\input{/home/sebastian/develop/lib/latex/header-org-article-pdf.tex}
\\input{/home/sebastian/develop/lib/latex/code.tex}
% END My Article Defaults (\\section{%s} . \\section*{%s}) 
(\\subsection{%s} . \\subsection*{%s}) (\\subsubsection{%s} . 
\\subsubsection*{%s}) (\\paragraph{%s} . \\paragraph*{%s}) 
(\\subparagraph{%s} . \\subparagraph*{%s})) (report 
\\documentclass[11pt,a4paper]{report}
\\usepackage[utf8]{inputenc}
\\usepackage[T1]{fontenc}
\\usepackage{graphicx}
\\usepackage{longtable}
\\usepackage{hyperref} (\\part{%s} . \\part*{%s}) (\\chapter{%s} . 
\\chapter*{%s}) (\\section{%s} . \\section*{%s}) (\\subsection{%s} . 
\\subsection*{%s}) (\\subsubsection{%s} . \\subsubsection*{%s})) (book 
\\documentclass[11pt,a4paper]{book}
\\usepackage[utf8]{inputenc}
\\usepackage[T1]{fontenc}
\\usepackage{graphicx}
\\usepackage{longtable}
\\usepackage{hyperref} (\\part{%s} . \\part*{%s}) (\\chapter{%s} . 
\\chapter*{%s}) (\\section{%s} . \\section*{%s}) (\\subsection{%s} . 
\\subsection*{%s}) (\\subsubsection{%s} . \\subsubsection*{%s})
 '(org-export-section-number-format (quote (((1 .)) . )))
 '(org-export-with-LaTeX-fragments t)
 '(org-export-with-drawers t)
 '(org-fontify-done-headline t)
 '(org-highlight-latex-fragments-and-specials t)
 '(org-publish-use-timestamps-flag t)
 '(org-return-follows-link t)
 '(org-startup-folded (quote content))
 '(org-table-formula-evaluate-inline nil)



 '(org-code class color grayscale) (min-colors 88) (background light)) 
(:inherit fixed-pitch :foreground grey50
 '(org-column ((t (:inherit fixed-pitch :background grey90 :strike-through 
nil :underline nil :slant normal :weight normal :height 125 :family 
LMSansQuotation8
 '(org-formula class color) (min-colors 88) (background light)) (:inherit 
fixed-pitch :foreground Firebrick
 '(org-hide ((nil (:foreground #ff
 '(org-latex-and-export-specials class color) (background light)) (:inherit 
fixed-pitch :foreground SaddleBrown
 '(org-level-1 class color) (min-colors 88) (background light)) 
(:foreground gray30 :weight bold :height 170 :family DejaVu Sans
 '(org-level-2 class color) (min-colors 16) (background light)) (:inherit 
org-level-1 :height 150
 '(org-level-3 class color) (min-colors 88) (background light)) (:inherit 
org-level-1 :height 130
 '(org-level-4 class color) (min-colors 88) (background light)) (:inherit 
org-level-1 :height 110
 '(org-level-5 class color) (min-colors 16) (background light)) (:inherit 
org-level-4
 '(org-level-6 class color) (min-colors 16) (background light)) (:inherit 
org-level-4
 '(org-level-7 class color) (min-colors 16) (background light)) (:inherit 
org-level-4
 '(org-level-8 class color) (min-colors 16) (background light)) (:inherit 
org-level-4
 '(org-link ((t (:foreground RoyalBlue :slant italic :family DejaVu 
Serif
 '(org-property-value ((t (:inherit fixed-pitch))) t)
 '(org-table ((t (:inherit fixed-pitch :foreground brown
 '(org-tag ((t (:inherit default :foreground yellow3 :weight bold :family 
DejaVu Sans
 '(org-verbatim class color grayscale) (min-colors 88) (background light)) 
(:inherit fixed-pitch :foreground grey50 :underline t


* sr-org-mode.el


(setq org-ditaa-jar-path ~/bin/ditaa.jar)
(setq org-after-todo-state-change-hook (quote (sr-org-todo-toggle-to-started 
sr-org-todo-toggle-to-done)))
(setq org-agenda-files (quote (~/emacs/org/todoos/fairprinter.org 
~/emacs/org/organizer.org)))
(setq org-archive-save-context-info (quote (time file category todo itags 
olpath ltags)))
(setq org-columns-default-format %35ITEM %TODO %3PRIORITY %CLOCKSUM %10TAGS)
(setq org-export-default-language de)
(setq org-export-html-table-tag table border=\0\ cellspacing=\0\ 
cellpadding=\6\ rules=\groups\ frame=\hsides\)
(setq org-export-html-title-format h1 id=\title\%s/h1)
(setq org-export-mark-todo-in-toc t)
(setq org-hide-leading-stars t)
(setq org-insert-mode-line-in-empty-file t)
(setq 

Re: [Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Sebastian Rose
OK, added three customization I found here (I'm shure some more will
follow):


 '(org-agenda-restore-windows-after-quit t)
 '(org-agenda-window-setup (quote current-window))
 '(org-hide-emphasis-markers t)


Best,

-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Http:  www.emma-stil.de


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: org-mode not loading properly on startup

2009-01-30 Thread Carsten Dominik


On Jan 30, 2009, at 12:49 PM, Paul Mead wrote:


Carsten Dominik domi...@science.uva.nl writes:


Do you have set up to make .org files automatically enter org-mode?

What happens if you use C-x C-f to open the file?

- Carsten



I have the following:

(add-to-list 'auto-mode-alist '(\\.org\\' . org-mode))

If I use C-x C-f the behaviour is the same for the first .org file  
which
I open. Any subsequent files that I open behave normally, whether or  
not

I manually start org-mode.

I have also tried opening files in different order - work.org and
home.org. Which ever one I open first after starting emacs fails to  
show

the faces, hide stars, etc. There doesn't appear to be anything wrong
with the files themselves therefore.



I don't have enough to work on here.

Any other ideas anyone?  Maybe more windows people to test this?
Maybe Paul needs to share his full setup, or try to minimize it while  
keeping the error?


- Carsten




Other org-mode functions such as TAB to hide/show contents work fine.

Paul




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Mikael Fornius
Just three lines made it for me:

(setq org-return-follows-link t)
 '(org-log-done (quote time))
 '(org-refile-targets (quote ((org-agenda-files :maxlevel . 2

-- 
Mikael Fornius


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: org-mode not loading properly on startup

2009-01-30 Thread Giovanni Ridolfi
--- Ven 30/1/09, Carsten Dominik domi...@science.uva.nl ha scritto:
 On Jan 30, 2009, at 12:49 PM, Paul Mead wrote:
 
  Carsten Dominik domi...@science.uva.nl writes:
 
  Do you have set up to make .org files 
 automatically enter org-mode?
 
  What happens if you use C-x C-f to open the file?
 
 
  I have the following:
 
  (add-to-list 'auto-mode-alist '(\\.org\\' . org-mode))
 
  If I use C-x C-f the behaviour is the same for the
  first .org file  which
  I open. Any subsequent files that I open behave
  normally, whether or  not I manually start org-mode.
 
  I have also tried opening files in different order -
  work.org and 
  home.org. Which ever one I open first after starting
  emacs fails to   show
  the faces, hide stars, etc. There doesn't appear
  to be anything wrong
  with the files themselves therefore.
 
 
 I don't have enough to work on here.
 
 Any other ideas anyone?  
 Maybe more windows people to test
 this?
here  
Win XP
Org-mode version 6.20g (just downloaded)
GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON

Emacs closed and re-opened, works like a charm, faces are ok

both files with the org-mode heading:
-*- mode: org; -*-
and test.org file

cheers,
Giovanni






___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Carsten Dominik


On Jan 30, 2009, at 2:22 PM, Bernt Hansen wrote:


Manish mailtomanish.sha...@gmail.com writes:


Here are the results so far.

20 people responsed within the first day reporting about 479
customizations including 187 unique variables (49.6% !, assuming  
total

377 variables.)

NB: I did try to filter out faces but a few might have crept through.

First top tweakers.

| Submitter   | Customizations |
|-+|
| Fredrich Fredrichs  | 64 |
| Bernt Hansen| 56 |
| Matthew Lundin  | 52 |
| Sebastian Rose  | 51 |
| Austin Frank| 38 |
| Chris Leyon | 28 |
| Ross Patterson  | 25 |
| Dan Griswold| 24 |
| William Henney  | 24 |
| Peter Jones | 21 |
| Michael Ekstrand| 20 |
| Eric Faga   | 13 |
| Steven Harris   | 11 |
| Tassilo Horn| 11 |
| Oliver Charles  | 10 |
| Dan Davison |  8 |
| Hsui-Khuern Tang|  8 |
| Scott Randby|  6 |
| Sivaram Neelakantan |  5 |
| Don Womick  |  4 |


Carsten,

Just for completeness maybe you want to post your values too!  ;)


OK, mine are changing a lot becaus of all the testing I do, but the  
more persistent ones are these:




variable-popcon-2.org
Description: Binary data




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] org-agenda-to-appt adds DONE tasks

2009-01-30 Thread Carsten Dominik


On Jan 30, 2009, at 1:07 PM, Daniel Clemente wrote:



Hi, I use I org-agenda-to-appt, and today I received appointments  
about tasks which were already marked with a DONE state since  
yesterday (but however, still scheduled for today).


 Can this behaviour be configured not to do it?



(defun my-org-appts ()
   (let ((org-agenda-skip-deadline-if-done t)
 (org-agenda-skip-scheduled-if-done t))
  (org-agenda-to-appt)))

- Carsten



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: A much simpler way of handling dependent tasks

2009-01-30 Thread Rainer Stengele
John Wiegley schrieb:
 I've been wanting a simple method for managing dependent tasks for some
 time now, and only now did it occur to me that I could just implement a
 much simpler method using your current blocking mechanism.
 
 The attached file, confusingly named org-depends.el, implements the
 following scheme:
 
  1. Any TODO which has incomplete child TODOs is blocked.
 
  2. If a parent TODO has the ORDERED property, it's children must be
 completed in order.  Undone siblings block later siblings.
 
  3. Blocked items are greyed out in the agenda list.
 
 John
 
 
 
 
 
 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

John Wiegley schrieb:
 I've been wanting a simple method for managing dependent tasks for some
 time now, and only now did it occur to me that I could just implement a
 much simpler method using your current blocking mechanism.

 The attached file, confusingly named org-depends.el, implements the
 following scheme:

  1. Any TODO which has incomplete child TODOs is blocked.

  2. If a parent TODO has the ORDERED property, it's children must be
 completed in order.  Undone siblings block later siblings.

  3. Blocked items are greyed out in the agenda list.

 John



 

 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Excellent feature! Thanks a lot!
Unfortunately most of the times I do use this approach:

* TODO something [0/3]
  - [ ] part 1
  - [ ] part 2
  - [ ] part 3

I would like to get the blocking behavior for the checklist also.

Any TODO which has incomplete child items is blocked.

Even better would additionally be something like:

Any TODO having at least one item checked is allows the TODO to be set to the
next possible state, for me it would be 'INWORK'.

Any chance to get at least the blocker feature - the order feature would at
least for me be lower priority?


Rainer



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Carsten Dominik


On Jan 30, 2009, at 8:46 AM, Manish wrote:


20 people responsed within the first day reporting about 479
customizations including 187 unique variables (49.6% !, assuming total
377 variables.)


This is actually a very surprising and positive result!

- Carsten


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread William Henney
On Thu, Jan 29, 2009 at 2:49 AM, Carsten Dominik domi...@science.uva.nl wrote:

 So here is my question to all of you.  Could you, in reply to this
 message, list all the Org-related variables that you have customized,
 along with the values you used?

I had forgotten the per-file customizations. Do you want these too?

I have pruned this list of repetitions and boring stuff like TITLE,
AUTHOR, etc.

#+STARTUP:   lognotestate
This must have seemed like a good idea at some stage. Strangely
enough, it doesn't seem to work. Possibly because I have org-log-done
set to t in my global config, which does not seem to be one of the
allowed values.

#+SEQ_TODO: TODO(t) STARTED(s) WAITING(w@) | DONE(d) CANCELED(c@)
#+SEQ_TODO: | BOUGHT(b)
#+SEQ_TODO: RUNNING(r@) PAUSED(p@) | FINISHED(f@)
#+SEQ_TODO: | ANOTHERDAY(a@)
#+SEQ_TODO: MAYBE(m) PLAN_TO_BUY(p@) DONT_THINK_SO(d@) | BOUGHT(b) NEVER(n)
#+SEQ_TODO: PENDIENTE(p@) | APROPADO(a) DESAPROPADO(d@)
Different files require different todo sequences.

#+OPTIONS:   H:5 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t
TeX:t LaTeX:t skip:t d:nil tags:not-in-toc
Export options are set differently in different files according to
need, although I now tend to set the :EXPORT_OPTIONS: property on a
sub-tree.

#+LINK: mailplane shell:open mailplane:%s
#+LINK: adsauthor
http://adsabs.harvard.edu/cgi-bin/nph-abs_connect?author=%sdb_key=AST
#+LINK: adscode http://adsabs.harvard.edu/abs/%s

#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
I generally use the COMMENT state to control what is exported, but at
one stage I must have tried to do something more complicated. I didn't
stick to it.


Cheers

Will

-- 

  Dr William Henney, Centro de Radioastronomía y Astrofísica,
  Universidad Nacional Autónoma de México, Campus Morelia


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Christian Egli
Carsten Dominik domi...@science.uva.nl writes:

 So here is my question to all of you.  Could you, in reply to this
 message, list all the Org-related variables that you have customized,
 along with the values you used?

 If you want to do more, I'd also love to see comments on

 - why you set the variable like this
 - if you feel that the default value of that variable
   should be different
 - Any other comments you might what to give.

 '(org-agenda-files (quote (~/src/xmlp/misc/competitorAnalysis.org 
~/work/SBS.org ~/TODO/Priv.org ~/TODO/Job.org)))
 '(org-agenda-include-all-todo t)
 '(org-agenda-include-diary t)
 '(org-agenda-skip-deadline-if-done t)
 '(org-agenda-skip-scheduled-if-done t)
 '(org-agenda-sorting-strategy (quote ((agenda time-up todo-state-down
 category-keep priority-down) (todo todo-state-down category-keep
 priority-down) (tags category-keep priority-down) (search
 category-keep ;; I don't think I really use that one anymore
 '(org-agenda-todo-ignore-with-date t)
 '(org-agenda-todo-list-sublevels nil)
 '(org-archive-location ::* Archive)
 '(org-export-latex-classes (quote ((beamer \\documentclass[]{beamer}
\\usetheme{Frankfurt}
\\usepackage{multimedia}
\\usepackage[english]{babel}
\\usepackage[utf8]{inputenc}
\\usepackage{hyperref} (\\part{%s} . \\part{%s}) (\\section{%s} . 
\\section{%s}) (\\subsection{%s} . \\subsection{%s}) 
(\\begin{frame}{%s} \\end{frame} \\begin{frame}{%s} \\end{frame})) 
(article \\documentclass[11pt,a4paper]{article}
\\usepackage[utf8]{inputenc}
\\usepackage[T1]{fontenc}
\\usepackage{graphicx}
\\usepackage{hyperref} (\\section{%s} . \\section*{%s}) 
(\\subsection{%s} . \\subsection*{%s}) (\\subsubsection{%s} . 
\\subsubsection*{%s}) (\\paragraph{%s} . \\paragraph*{%s}) 
(\\subparagraph{%s} . \\subparagraph*{%s})) (report 
\\documentclass[11pt,a4paper]{report}
\\usepackage[utf8]{inputenc}
\\usepackage[T1]{fontenc}
\\usepackage{graphicx}
\\usepackage{hyperref} (\\part{%s} . \\part*{%s}) (\\chapter{%s} . 
\\chapter*{%s}) (\\section{%s} . \\section*{%s}) (\\subsection{%s} . 
\\subsection*{%s}) (\\subsubsection{%s} . \\subsubsection*{%s})) (book 
\\documentclass[11pt,a4paper]{book}
\\usepackage[utf8]{inputenc}
\\usepackage[T1]{fontenc}
\\usepackage{graphicx}
\\usepackage{hyperref} (\\part{%s} . \\part*{%s}) (\\chapter{%s} . 
\\chapter*{%s}) (\\section{%s} . \\section*{%s}) (\\subsection{%s} . 
\\subsection*{%s}) (\\subsubsection{%s} . \\subsubsection*{%s})
 '(org-icalendar-include-todo (quote all))
 '(org-log-done (quote time))
 '(org-refile-targets (quote ((org-agenda-files :level . 1
 '(org-todo-keywords (quote ((sequence TODO WAITING | DONE 
CANCELED




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Empty lines between headers

2009-01-30 Thread Matthew Lundin

Hi Jörg,

Jörg Hagmann joerg.hagm...@unibas.ch writes:

 This also happens with lists:

 1. item

 2. item

 but not if you have
 1. item
 2. item
 and then add a third item with M-enter

 I suppose that's intended? If yes, I don't think it's convenient.

If you don't like this behavior, you can turn it off by adding the
following to your .emacs file:

(setq org-blank-before-new-entry '((heading) (plain-list-item)))

Best,

Matt


 Cheers, Jörg

 Cameron Horsburgh wrote:
 Hi folks,

 In the last few days hitting M-enter on a headline has inserted an
 empty line between the headline and the new line I'm trying to
 create. I end up with:

 ,
 | | * header 1
 | | * header 2
 | `


 instead of

 ,
 | | * header 1
 | * header 2
 | `

 I'm guessing I've mucked something up, but I'm not sure what. Ideas?

   

 -- 
 Prof. Jörg Hagmann-Zanolari MD
 University of Basel
 Department of Biomedicine
 Institute of Biochemistry and Genetics
 Mattenstrasse 28
 CH-4058 Basel
 Switzerland
 Phone +41 (0)61 267 3565



 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Eric Schulte
Carsten Dominik domi...@science.uva.nl writes:

 So here is my question to all of you.  Could you, in reply to this
 message, list all the Org-related variables that you have customized,
 along with the values you used?


Great idea, I am interested to see the compiled results!

Cheers -- Eric



eschulte-org-customizations.el
Description: application/emacs-lisp
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: A much simpler way of handling dependent tasks

2009-01-30 Thread Carsten Dominik

Hi Rainer,

On Jan 30, 2009, at 4:02 PM, Rainer Stengele wrote:


John Wiegley schrieb:
I've been wanting a simple method for managing dependent tasks for  
some
time now, and only now did it occur to me that I could just  
implement a

much simpler method using your current blocking mechanism.

The attached file, confusingly named org-depends.el, implements the
following scheme:

1. Any TODO which has incomplete child TODOs is blocked.

2. If a parent TODO has the ORDERED property, it's children must be
   completed in order.  Undone siblings block later siblings.

3. Blocked items are greyed out in the agenda list.

John





___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


John Wiegley schrieb:
I've been wanting a simple method for managing dependent tasks for  
some
time now, and only now did it occur to me that I could just  
implement a

much simpler method using your current blocking mechanism.

The attached file, confusingly named org-depends.el, implements the
following scheme:

1. Any TODO which has incomplete child TODOs is blocked.

2. If a parent TODO has the ORDERED property, it's children must be
   completed in order.  Undone siblings block later siblings.

3. Blocked items are greyed out in the agenda list.

John





___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Excellent feature! Thanks a lot!
Unfortunately most of the times I do use this approach:

* TODO something [0/3]
 - [ ] part 1
 - [ ] part 2
 - [ ] part 3

I would like to get the blocking behavior for the checklist also.

Any TODO which has incomplete child items is blocked.


Yes, this is an obvious extension, and I was implementing this already.
It is now present in the git repo, dependent on the variable
org-enforce-todo-checkbox-dependencies.


Even better would additionally be something like:

Any TODO having at least one item checked is allows the TODO to be  
set to the

next possible state, for me it would be 'INWORK'.


I think is is too special.  You may want to switch such an entry
to INWORK even before the first checkbox can be checked off.
Or you may want to switch to WAITING because you are waiting
for an email that will allow you to check off the first item...

So my feeling is that switching from one not-done state to
another not-done state should not be blocked at all.
In fact, I feel the same for the straight TODO dependencies.

I have now adapted John's mechanism in the following way:

- You are free to change between the different non-done states

- Entries that cannot be switched to DONE will be greyed in
  the agenda, but you can still use the agenda to switch them
  between not-done states.

- If you call `C-c C-t' (or `t' in the agenda) with a
  tripple C-u prefix, any blocking will be circumvented
  for the upcoming state change.  This is good if you
  want to cancel such a tree, before all subitems are done.

I think this is good, and I hope that John agrees.

Any chance to get at least the blocker feature - the order feature  
would at

least for me be lower priority?


No plans to make an ORDER feature for checkboxes.
Checkboxes should be light.

Thanks for your input!

- Carsten





Rainer





___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: org-mode not loading properly on startup

2009-01-30 Thread Mark Elston

Paul,

Try changing the org-mode line below to:

  (add-to-list 'auto-mode-alist '(\\.org$ . org-mode))

See if that makes a difference.  I don't understand the use of \\'
in your line below.

Mark

* Paul Mead wrote (on 1/30/2009 3:49 AM):

Carsten Dominik domi...@science.uva.nl writes:


Do you have set up to make .org files automatically enter org-mode?

What happens if you use C-x C-f to open the file?

- Carsten



I have the following:

(add-to-list 'auto-mode-alist '(\\.org\\' . org-mode))

If I use C-x C-f the behaviour is the same for the first .org file which
I open. Any subsequent files that I open behave normally, whether or not
I manually start org-mode. 


I have also tried opening files in different order - work.org and
home.org. Which ever one I open first after starting emacs fails to show
the faces, hide stars, etc. There doesn't appear to be anything wrong
with the files themselves therefore.

Other org-mode functions such as TAB to hide/show contents work fine.

Paul




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode






___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: org-mode not loading properly on startup

2009-01-30 Thread Paul Mead
Mark Elston m.els...@advantest-ard.com writes:

 Paul,

 Try changing the org-mode line below to:

   (add-to-list 'auto-mode-alist '(\\.org$ . org-mode))

 See if that makes a difference.  I don't understand the use of \\'
 in your line below.

 Mark

Hi Mark, just tried that and it made no difference.

Paul



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: org-mode not loading properly on startup

2009-01-30 Thread Paul Mead
Carsten Dominik domi...@science.uva.nl writes:



 I don't have enough to work on here.

 Any other ideas anyone?  Maybe more windows people to test this?
 Maybe Paul needs to share his full setup, or try to minimize it while  keeping
 the error?

 - Carsten

All my org-mode customizations are in one file:

;; pdm-org.el
;; setup and customization of org-mode
(require 'org-export-latex)


;; The following lines are always needed. Choose your own keys.
(add-to-list 'auto-mode-alist '(\\.org\\' . org-mode))
(global-set-key \C-cl 'org-store-link)
(global-set-key \C-ca 'org-agenda)
(global-set-key \C-cb 'org-iswitchb)





; hooks
(add-hook 'org-mode-hook 'turn-on-font-lock)
(add-hook 'org-mode-hook 'turn-on-auto-fill) ; turn on auto-fill for files in 
org-mode
;(add-hook 'org-mode-hook 'longlines-mode) ; turn on longlines mode for files 
in org-mode
(add-hook 'org-mode-hook (lambda ()
   (local-set-key \M-n 'outline-forward-same-level)
   (local-set-key \M-p 'outline-backward-same-level)
))

;(setq org-refile-targets '((org-agenda-files . (:maxlevel . 2
(setq org-refile-targets '((org-agenda-files :maxlevel . 3)))
(setq org-hide-leading-stars t)
(setq org-odd-levels-only t) ; must use 2 stars to separate heading levels

;; Tag settings
(setq org-tag-alist '((ANYWHERE . ?a) (COMPUTER . ?c) ( HOME . ?h) 
(OFFICE . ?o) (PHONE . ?t) (ERRANDS . ?e) (ONLINE . ?w))) ;; setup 
default 'context' tags
(setq org-tags-exclude-from-inheritance '(project))
(setq org-tags-column 100)
(setq org-enforce-todo-dependencies t)

;; TODO settings
(setq org-log-done t) ;; turn on logging of times when TODO is marked DONE
(setq org-todo-keywords
  '((sequence TODO(t@/!) PENDING(p/!) STARTED(s!) WAITING(w@/!) 
CHASE(c...@!) | DONE(d@/!) CANCELLED(x@/!
(setq org-use-fast-todo-selection t)

;; Agenda settings
(setq org-agenda-include-diary t)
(setq org-agenda-ndays 7)
(setq org-agenda-start-on-weekday nil)
(setq org-agenda-align-tags-to-column 100)
(setq org-agenda-todo-ignore-scheduled t)
(setq org-agenda-todo-ignore-deadlines t)
(setq org-enforce-todo-dependencies t)
(setq org-agenda-dim-blocked-tasks t)
(setq org-agenda-skip-deadline-if-done t)
(setq org-agenda-skip-scheduled-if-done t)
(setq org-agenda-skip-timestamp-if-done t)

(setq org-agenda-custom-commands
  '((g . GTD contexts)
(go Office tags-todo office)
(gc Computer tags-todo computer)
(gp Phone tags-todo phone)
(gh Home tags-todo home)
(ge Errands tags-todo errands)
(G GTD Block Agenda
 ((tags-todo office)
  (tags-todo computer)
  (tags-todo phone)
  (tags-todo online)
  (tags-todo home)
  (tags-todo errands)))
(O In the office
 ((tags-todo office)
  (tags-todo computer)
  (tags-todo phone)
  (tags-todo anywhere)
  (tags-todo online)))
(H Working from home
 ((tags-todo anywhere)
  (tags-todo computer)
  (tags-todo phone)
  (tags-todo home)
  (tags-todo online)))
))


;; function to open work.org
(defun gtd()
  (interactive)
  (find-file ~/.gtd/work.org)
)




(provide 'pdm-org)



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: org-mode not loading properly on startup

2009-01-30 Thread Eric Schulte
Paul Mead paul.d.m...@gmail.com writes:

 Carsten Dominik domi...@science.uva.nl writes:



 I don't have enough to work on here.

 Any other ideas anyone?  Maybe more windows people to test this?
 Maybe Paul needs to share his full setup, or try to minimize it while  
 keeping
 the error?

Two quick ideas,

1. Try starting Emacs with the -Q option.  That disables any of your
   personal initialization/customizations.  If it is working with -Q
   then you know the problem lies somewhere in your own personal setup,
   and you can start adding things back in one at a time.

2. When you open a file you can try (\C-hv major-mode) which will tell
   you if org-mode is actually turned on.

Best of Luck -- Eric


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] icalendar importing

2009-01-30 Thread Dale Smith
Howdy list,

My company recently moved to an exchange server (ugh!) and so now i've
been getting icalendar meeting requests.  I have
icalendar-import-buffer in my gnus-article-prepare-hook, and that
works well enough to add things to my diary.  Diary entries show up im
my appointemts, so that's good, but I'd like to add them to an org
file instead.  Is there anything similar to icalendar-import-buffer
but creates a task in org format insteat of diary format?

Thanks!
  -Dale
-- 
Dale P. Smith
da...@vxitech.com
216-447-4059 x2018
216-447-8951 FAX

(Company mandated disclaimer follows...)

This email is covered by the Electronic Communications Privacy Act, 18
U.S.C. 2510-2521.

This information is confidential and is intended only for the use of
the individual or entity named above. If the reader of this message is
not the intended recipient, you are hereby notified that any
dissemination, distribution, or copying of this communication is
strictly prohibited.

If you have received this communication in error, please notify the
sender by reply transmission and delete the message without copying or
disclosing it.

Thank you.



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org customization

2009-01-30 Thread John Wiegley

On Jan 30, 2009, at 11:20 AM, Carsten Dominik wrote:


we have a thread running on emacs-orgmode where we try to get some
ideas of which variables are actually be customized by several
users, to figure out if we should change any defaults, and to
make a list of entry level variables for new users.

I think it would be great if we could fold in your current
customization of any Org-mode related variables


Here they are. :)

John

 '(org-M-RET-may-split-line (quote ((headline) (default . t
 '(org-agenda-custom-commands (quote ((d todo #(DELEGATED 0 9  
(face org-warning)) nil) (c todo #(DONE|DEFERRED|CANCELLED 0 23  
(face org-warning)) ((org-agenda-files (cons ~/Documents/archive.txt  
org-agenda-files (w todo #(WAITING 0 7 (face org-warning))  
nil) (W agenda  ((org-agenda-ndays 21))) (N alltodo  ((org- 
agenda-skip-function (lambda nil (org-agenda-skip-entry-if (quote  
regexp) \\=.*\\[#[ABC]\\]))) (org-agenda-overriding-header Tasks  
without any priority: ))) (A agenda  ((org-agenda-skip-function  
(lambda nil (org-agenda-skip-entry-if (quote notregexp) \\=.*\\[#A\ 
\]))) (org-agenda-ndays 1) (org-agenda-overriding-header Today's  
Priority #A tasks: ))) (B agenda  ((org-agenda-skip-function  
(lambda nil (org-agenda-skip-entry-if (quote regexp) \\=.*\\[#C\ 
\]))) (org-agenda-ndays 1) (org-agenda-overriding-header Today's  
Priority #A and #B tasks: ))) (u alltodo  ((org-agenda-skip- 
function (lambda nil (org-agenda-skip-entry-if (quote scheduled)  
(quote deadline) (quote regexp) [0-9-]\\{10\\} [^

]+))) (org-agenda-overriding-header Unscheduled TODO entries: ))
 '(org-agenda-deadline-leaders (quote (D:  D%d: )))
 '(org-agenda-deadline-relative-text D%d: )
 '(org-agenda-deadline-text D: )
 '(org-agenda-default-appointment-duration 60)
 '(org-agenda-files (quote (~/Documents/todo.txt)))
 '(org-agenda-ndays 7)
 '(org-agenda-prefix-format (quote ((agenda .   %-11:c%?-12t% s)  
(timeline .   % s) (todo .   %-11:c) (tags .   %-11:c

 '(org-agenda-scheduled-leaders (quote ( S%d: )))
 '(org-agenda-scheduled-relative-text S%d: )
 '(org-agenda-scheduled-text )
 '(org-agenda-show-all-dates t)
 '(org-agenda-skip-deadline-if-done t)
 '(org-agenda-skip-scheduled-if-done t)
 '(org-agenda-skip-unavailable-files t)
 '(org-agenda-sorting-strategy (quote ((agenda time-up priority-down)  
(todo category-keep priority-down) (tags category-keep priority-down

 '(org-agenda-start-on-weekday nil)
 '(org-agenda-tags-column -100)
 '(org-agenda-text-search-extra-files (quote (agenda-archives)))
 '(org-archive-location TODO-archive::)
 '(org-archive-save-context-info (quote (time category itags)))
 '(org-cycle-global-at-bob t)
 '(org-deadline-warning-days 14)
 '(org-default-notes-file ~/Documents/todo.txt)
 '(org-directory ~/Documents/)
 '(org-drawers (quote (PROPERTIES OUTPUT SCRIPT PATCH DATA)))
 '(org-enforce-todo-dependencies t)
 '(org-extend-today-until 8)
 '(org-fast-tag-selection-single-key (quote expert))
 '(org-hide-leading-stars t)
 '(org-modules (quote (org-mac-message org-bookmark org-eval org2rem)))
 '(org-remember-store-without-prompt t)
 '(org-remember-templates (quote ((Task 116 * TODO [#B] %?
  SCHEDULED: %t
  :PROPERTIES:
  :ID: %(shell-command-to-string \uuidgen\)  :END:
  %U nil Inbox nil
 '(org-reverse-note-order t)
 '(org-stuck-projects (quote (+LEVEL=1/-DONE (TODO STARTED  
NEXT NEXTACTION) nil \\(Appointments\\|Notes\\|Anniversaries\\
 '(org-tag-alist (quote ((#(NASIM 0 5 (face nil)) . 110) (#(WORK  
0 4 (face nil)) . 119

 '(org-tags-column -97)
 '(org-todo-keyword-faces (quote ((TODO :foreground medium  
blue :weight bold) (APPT :foreground medium blue :weight bold)  
(NOTE :foreground dark violet :weight bold) (STARTED :foreground  
dark orange :weight bold) (WAITING :foreground red :weight bold)  
(DELEGATED :foreground red :weight bold
 '(org-todo-keywords (quote ((sequence TODO APPT | DONE  
NOTE

 '(org-use-tag-inheritance nil)




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: html heading levels when exporting sub-tree

2009-01-30 Thread William Henney
Correction

On Fri, Jan 30, 2009 at 1:39 PM, William Henney when...@gmail.com wrote:
 Currently, if I export the third sub-tree to html (via C-c @ C-x
 C-e h),

That should have been C-c @ C-c C-e h

Cheers

Will


-- 

  Dr William Henney, Centro de Radioastronomía y Astrofísica,
  Universidad Nacional Autónoma de México, Campus Morelia


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] footnote questions

2009-01-30 Thread Samuel Wales
Hi Carsten,

\\ would work OK for me, but perhaps there is a solution even without
it.  Useful because \\ does not fill correctly, in my filladapt setup,
at least.

I am likely to use footnotes in one of 2 ways: the document is the
body of a single entry, in which case I want footnotes at the end of
that, or the document is the whole org file.

I tried the former, and it of course does not insert Footnotes:.
However, if it did, perhaps it would be easier to code having more
than one paragraph.

This is, for me, not a big issue at all.  Just a suggestion that might work.

By the way, I found that sorting footnotes had the effect of not
sorting them fully (at least when there is one foothnote that was
deleted; have not narrowed down) and also moving footnotes in other
parts of the org file.  When I am using footnotes in one part of an
org file, I would want other parts not to be affected.

So perhaps a variable can control this behavior.  Perhaps by
unoverloading org-footnote-section?

Again not a huge issue, just a suggestion.

Thanks for the tips.


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Advice sought on managing decision alternatives.

2009-01-30 Thread Carsten Dominik

Hi Tom,

this looks awesome.

Right now I am stabilizing everything to make my final release
for Emacs 23.1, so it may be a week or two before I get to
integrate this.

Also, I am interested in the testing environment, and what
you made here may end up to be enough to establish a testing
framework for Org-mode.

If it turns out to be like this, maybe you can make a tutorial
on test creation and put that up on Worg?  I would be willing
to put the code needed for the testing environment into the
contrib directory.

- Carsten

On Jan 31, 2009, at 5:21 AM, Tom Breton (Tehom) wrote:


Here is org-decisions.  All 68 tests ran successfully.  I hope it is
satisfactory.  If it's not, please let me know.

Please find attached:
* org-decisions.el
* diffs to org.el
* test-org-decisions.el.
* 6 example files in testing

A few notes:

** Test files

I included 6 example files that I used in testing, and my test file
test-org-decisions.el.

test-org-decisions.el uses my tester rtest, which is unfortunately in
flux at the moment.  Still, I felt it would be best to make it
publicly available.

** Use of cl

I used cl in org-decisions.el.  I hope that's not a problem, but if it
is I can rewrite the parts that use cl.

* pushnew
* position
* destructuring-bind
* defstruct

** Use of allout

org-decisions.el and test-org-decisions.el use allout for structuring.
I removed the mode: allout line so that they can be read without
allout present.

   Tom Breton (Tehom)
org-decisions.elorg.el.difftest-org- 
decisions.elsimple.orgw-1-chosen.orgw-2- 
types.orgnonautomatic.orgno-sibs.orgw-some-nils.org




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode