Re: [Orgmode] Re: Using org-mode and git to make a wiki

2009-06-21 Thread Bastien
Hi David, Matthew Lundin writes: > So the good news is: You can already do everything you mention with > org-mode and git. Just clone a bare repository somewhere and allow > others to push and pull from it. I second Matthew on this. All the wiki-like features you mentioned can be "emulated" w

[Orgmode] pretty icons in org buffers

2009-06-21 Thread David O'Toole
I've been re-entering my life data into Orgmode after about a year of just using a palm pilot. So I would like to contribute something to the org community again. A while back I wrote some elisp code for displaying bitmap icons as overlays in org buffers (screenshots at http://dto.github.com/notebo

[Orgmode] Re: tags-tree question

2009-06-21 Thread Pete Phillips
Afternoon all. Last Nov I asked on the list if it was possible to have TODO items with a scheduled/deadline date more than 30 (or some fixed number) of days in the future to NOT show up on my custom agenda. The reason being that I don't want to be distracted when I look at my custom Home list by

[Orgmode] Re: tags-tree question

2009-06-21 Thread Bernt Hansen
Hi Pete, That works for todo list searches only (not tags). There is a new variable org-agenda-tags-todo-honor-ignore-options which you can set which I think does what you are looking for. I have this set to t in my setup. HTH, Bernt Pete Phillips writes: > Afternoon all. > > Last Nov I ask

[Orgmode] Special symbol table in Worg

2009-06-21 Thread Xin Shi
Hello, As requested by Carsten, I created a table for special symbols: http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.php#sec-9 Comments or suggestions are welcome! Best, Xin ___ Emacs-orgmode mailing list Remember: use `Reply All' to

[Orgmode] any use for org-clock.el hooks?

2009-06-21 Thread Benjamin Andresen
Hello Carsten, I found myself wanting to run actions after I used the clock so I added hooks to the most commonly actions in regards to clocks. In case anyone is curious: I want to display the currently clocked in task in my statusbar, and so I write it to a file and have an inotify script update

Re: [Orgmode] any use for org-clock.el hooks?

2009-06-21 Thread Carsten Dominik
Hi Benjamin, I have no problems adding hooks wherever anyone can use one. If you have good use cases, write them up and put them up on Worg or simply describe them here on the list. I have applied your patch, thanks. - Carsten On Jun 21, 2009, at 5:00 PM, Benjamin Andresen wrote: Hello Cars

Re: [Orgmode] Special symbol table in Worg

2009-06-21 Thread Carsten Dominik
Ah, I had thought you might have forgotten. Thanks! I would like to know from you if there were any symbols with problems, for example only working in HTML but on in LaTeX and vice versa... - Carsten On Jun 21, 2009, at 4:28 PM, Xin Shi wrote: Hello, As requested by Carsten, I created a ta

Re: [Orgmode] Special symbol table in Worg

2009-06-21 Thread Xin Shi
Hi Carsten, It's hard for one to forget a certain task once registered on his/her org file ;) Learning git and how to publish on Worg took me some time. As you can see from the webpage, most of the symbols are OK. I guess the symbols displayed as blank might have some problem, people with more

[Orgmode] Emacs trunk is now open for development

2009-06-21 Thread Leo
Hi Carsten, It is exciting to know that Emacs trunk is now open for new development. So the version of orgmode can now be synced to the latest stable release. ,[ Yidong Chong ] | The trunk is now open for all non-regression bugfixes. New features can | also be added to the trunk, but please

[Orgmode] table refresh: when should the buffer be marked modified?

2009-06-21 Thread Michael Brand
I was not able to find a description about buffer modification after a table refresh. When a table gets a refresh like after C-c C-c or moving around with Tab the buffer is marked modified also when no change for realignment of the table grid is necessary. Is this an implementation limitation

Re: [Orgmode] pretty icons in org buffers

2009-06-21 Thread Bastien
Hi David, "David O'Toole" writes: > What do people think of icons in org buffers? This could actually reduce > visual noise and increase comprehension. Think of priorities being colored > circles instead of [#A] [#B] [#C]. Or TODO and DONE and CANCELED being > represented by different checkboxy

[Orgmode] pretty icons in org buffers

2009-06-21 Thread Eric S Fraga
David O'Toole writes: > What do people think of icons in org buffers? This could actually reduce My own bias is less towards icons and more towards text. Sorry. Obviously I don't mind at all if others like icons! ;-) Out of curiousity, does the use of icons require Emacs to be running in a windo

[Orgmode] Inline images in latex

2009-06-21 Thread Arne
I am not able to get the inline images including in the exported latex output. The raw latex contains an \href{}{} instead of \includegraphics. I have verified that pdflatex is the latex to pdf process and the the appropriate image file extensions are in the org-export-latex-inline-image-extensio

Re: [Orgmode] error starting the agenda with stuck projects enabled

2009-06-21 Thread Eraldo Helal
> I am unable to reproduce this problem.  It might already help if you produce > the backtrace with uncompiled code as described here: That is what I did... (as mentioned in the mail) >> I used the uncompiled version of org-mode (C-u M-x org-reload) Eraldo ___

Re: [Orgmode] org-mode-hook not started on auto-mode-alist

2009-06-21 Thread Eraldo Helal
In deed it is weird... Thumper tried to help me but ran out of ideas as well. Greetings, Eraldo ___ 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-orgm

Re: [Orgmode] pretty icons in org buffers

2009-06-21 Thread Bastien
Eric S Fraga , Eric S Fraga writes: > Out of curiousity, does the use of icons require Emacs to be running > in a windowing system? AFAIK it does. -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. E

[Orgmode] org-shifmetadown/up are slow

2009-06-21 Thread Samuel Wales
I frequently rearrange headlines with org-shiftmetadown/up. It is faster (in the human sense) than kill and yank or refile if the place I want to put them is underneath a sibling. However, it is sometimes slow, taking a second or two per command. This occurs when there are large trees around. Is

[Orgmode] Re: org-shifmetadown/up are slow

2009-06-21 Thread Samuel Wales
I should mention that I often autorepeat them. This also causes jumpy behavior due to display algorithms. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/

[Orgmode] Moon phases

2009-06-21 Thread Alan E. Davis
I have enabled the inclusion of astronomical information in my agenda displays, using Diary.org, including the following: #%%(diary-astro-day-number) %%(diary-phases-of-moon) #%%(diary-sunrise-sunset) I commented out the first and last, as the clutter is unacceptable to me. However, I realliy need

Re: [Orgmode] a few suggestions for org-mode table

2009-06-21 Thread Carsten Dominik
On Jun 19, 2009, at 5:29 PM, Michael Brand wrote: 2) One could like to have configurable left/right alignment, even combinable with column width, e. g. | || | 3.14 | 0x10 | | 3.141592=> | 0x32 0x10 | This is now implemented, thanks for the nice idea. 3) One co

Re: [Orgmode] error starting the agenda with stuck projects enabled

2009-06-21 Thread Carsten Dominik
On Jun 21, 2009, at 10:39 PM, Eraldo Helal wrote: I am unable to reproduce this problem. It might already help if you produce the backtrace with uncompiled code as described here: That is what I did... (as mentioned in the mail) I used the uncompiled version of org-mode (C-u M-x org-reload

Re: [Orgmode] table refresh: when should the buffer be marked modified?

2009-06-21 Thread Carsten Dominik
On Jun 21, 2009, at 11:34 AM, Michael Brand wrote: I was not able to find a description about buffer modification after a table refresh. A table refresh always *does* modify the buffer, even if the resulting buffer is the same. You have observed correctly that I am by-passing this when a

Re: [Orgmode] org-shifmetadown/up are slow

2009-06-21 Thread Carsten Dominik
On Jun 22, 2009, at 5:31 AM, Samuel Wales wrote: I frequently rearrange headlines with org-shiftmetadown/up. It is faster (in the human sense) than kill and yank or refile if the place I want to put them is underneath a sibling. However, it is sometimes slow, taking a second or two per comman

Re: [Orgmode] FR: Ability to override the header in custom stuck projects view

2009-06-21 Thread Carsten Dominik
On Jun 18, 2009, at 4:49 PM, Nicolas Girard wrote: Hi, stuck projects views can be used for many things beyond their initial purpose. It would be nice to be able to override the header when building a custom view -- currently it is set to "List of stuck projects: ". `org-agenda-overriding-