[Orgmode] Re: Automatic indentation of org tree

2009-07-27 Thread User
Bastien googlemail.com> writes: > > User gmail.com> writes: > > > I put this package here too if someone's interested in developing > > it, because it's unlikely I will have the time to work on it. > > > > http://www.emacswiki.org/emacs/orgindent.el > > Is this supposed to fix a problem or to

[Orgmode] Re: Showing hidden subtree automatically if point is hidden when the buffer is opened

2009-07-27 Thread User
Bastien googlemail.com> writes: > > #+begin_src emacs-lisp > (add-hook 'org-mode-hook > (lambda () > (when (outline-invisible-p) > (save-excursion > (outline-previous-visible-heading 1) > (org-show-subtree) > #+end_src > > Note that

Re: [Orgmode] Calendar export questions (ical & html)

2009-07-27 Thread Bastien
Bastien writes: > * TODO Do this > <2009-07-28 mar> > > will be exported both as a VTODO and as a VEVENT. Note that this is true with the latest Org (6.28trans) and you're using 6.14. So maybe you need to upgrade. -- Bastien ___ Emacs-orgmode m

Re: [Orgmode] Calendar export questions (ical & html)

2009-07-27 Thread Bastien
Hi Michel, Michel Blanc writes: > First, I discovered that all the calendar applications I tried do not > show TODO entries (Google Agenda, PHP-iCalndar, Thunderbird, ...) > *inside* the day/week/... view, but in sidebars or so (when the do). > However, I am required to publish my agenda on Goog

Re: [Orgmode] Results of the SourceForge Community Award

2009-07-27 Thread Richard Riley
Bastien writes: > Nick Dokos writes: > >> Indeed. BTW, I was curious to see what PortableApps did/looked like, and >> (since I couldn't find an installation package for Linux) I downloaded >> the sources and looked at them: this thing seems to be Windoze only >> (maybe Mac too?) - is that true o

Re: [Orgmode] refile to .gpg file

2009-07-27 Thread Bastien
Richard Riley writes: > Editing the file works fine. Just refile doesn't work as I detailed in > another post (I think!). The are some clashes with using a directory > name for org files and an alist of file names especially if something > disappears and the org list is saved to the customisation

Re: [Orgmode] Automatic indentation of org tree

2009-07-27 Thread Bastien
User writes: > I put this package here too if someone's interested in developing > it, because it's unlikely I will have the time to work on it. > > http://www.emacswiki.org/emacs/orgindent.el Is this supposed to fix a problem or to provide a new functionality? If it is a new functionality, so

Re: [Orgmode] Showing hidden subtree automatically if point is hidden when the buffer is opened

2009-07-27 Thread Bastien
User writes: > I use folded view by default, but I also use saveplace.el, > because it's nice to continue from the point I left off in the > buffer, instead of navigating there again manually. > > The problem is the restored point can be in an automatically > folded section when the buffer is ope

Re: [Orgmode] SEQ_TODO and Headline percentages

2009-07-27 Thread Bastien
"David A. Gershman" writes: > After a good night's rest, I came to the realization this solution > doesn't help my issue. I was asking if there was a way for > > * Heading 1 [%] > * Sub 1 > * TODO Sub 2 > * DONE Sub 3 > > To have a statistic of 33% done instead of now it would say 50%. The >

Re: [Orgmode] Results of the SourceForge Community Award

2009-07-27 Thread Bastien
Nick Dokos writes: > Indeed. BTW, I was curious to see what PortableApps did/looked like, and > (since I couldn't find an installation package for Linux) I downloaded > the sources and looked at them: this thing seems to be Windoze only > (maybe Mac too?) - is that true or did I overlook somethin

[Orgmode] Automatic indentation of org tree

2009-07-27 Thread User
I put this package here too if someone's interested in developing it, because it's unlikely I will have the time to work on it. http://www.emacswiki.org/emacs/orgindent.el Once loaded M-x orgindent-activate activates indentation in the current buffer, so everything under a header is indented acc

Re: [Orgmode] SEQ_TODO and Headline percentages

2009-07-27 Thread Samuel Wales
nil On 2009-07-27, David A. Gershman wrote: > > After a good night's rest, I came to the realization this solution > doesn't help my issue. I was asking if there was a way for > > * Heading 1 [%] > * Sub 1 > * TODO Sub 2 > * DONE Sub 3 > > To have a statistic of 33% done instead of now it wou

Re: [Orgmode] SEQ_TODO and Headline percentages

2009-07-27 Thread David A. Gershman
After a good night's rest, I came to the realization this solution doesn't help my issue. I was asking if there was a way for * Heading 1 [%] * Sub 1 * TODO Sub 2 * DONE Sub 3 To have a statistic of 33% done instead of now it would say 50%. The sub heading with *no* TODO kw is not even coun

Re: [Orgmode] Results of the SourceForge Community Award

2009-07-27 Thread Nick Dokos
Sebastian Rose wrote: > Bastien writes: > > Hi all, > > > > the results of the SCCA 2009 have been announced and the winner in our > > category is portableapps.com, a platform to carry computer programs on > > a USB key. > > > > Org-mode didn't win but it was really great to participate and to

[Orgmode] Showing hidden subtree automatically if point is hidden when the buffer is opened

2009-07-27 Thread User
I use folded view by default, but I also use saveplace.el, because it's nice to continue from the point I left off in the buffer, instead of navigating there again manually. The problem is the restored point can be in an automatically folded section when the buffer is opened, so I added this littl

Re: [Orgmode] Results of the SourceForge Community Award

2009-07-27 Thread Sebastian Rose
Bastien writes: > Hi all, > > the results of the SCCA 2009 have been announced and the winner in our > category is portableapps.com, a platform to carry computer programs on > a USB key. > > Org-mode didn't win but it was really great to participate and to have > all these nice contributions from

[Orgmode] Calendar export questions (ical & html)

2009-07-27 Thread Michel Blanc
Dear Org people, I started Org mode last week, in order to replace the GTDTiddlyWiki I used previously. So please, bare with me, I'm just starting and my questions are probably noobish. Also note that while I've been using emacs for the last 15 years, my Elisp skills are close to nil (and my emacs

Re: [Orgmode] Re: New screencast about org-protocol.el

2009-07-27 Thread Sebastian Rose
Greg Newman writes: > Kieth, I've been working (in my spare time) on a applescript solution that's > elegant. When I get it finished and working I'll let everyone know. I'm a > Safari user but when it's done it will work with FF (or camino) too. Yes, seems that MAC is similar to Windows in thi

Re: [Orgmode] New screencast about org-protocol.el

2009-07-27 Thread Sebastian Rose
Bastien writes: > Hi all, > > I have created a five-minutes screencast about basic usage of > org-protocol.el (also featuring ubiquity commands): > > http://vimeo.com/5662410 > > Enjoy, Great! Thanks, Bastien! (What is ubiquity... google...) Sebastian __

Re: [Orgmode] refile to .gpg file

2009-07-27 Thread Richard Riley
Bastien writes: > Richard Riley writes: > >> What would the most efficient way of adding a .gpg file to the refile >> list be? My org files are set so >> >> org-agenda-files "~/.emacs.d/org-files" >> >> but the .gpg is not included in the potential refile targets. > > I don't clearly under

Re: [Orgmode] refile to .gpg file

2009-07-27 Thread Sebastian Rose
Bastien writes: > Richard Riley writes: > >> What would the most efficient way of adding a .gpg file to the refile >> list be? My org files are set so >> >> org-agenda-files "~/.emacs.d/org-files" >> >> but the .gpg is not included in the potential refile targets. M-x epa-encrypt-file R

Re: [Orgmode] Feature request: javascript expand collapse

2009-07-27 Thread Sebastian Rose
Xin Shi writes: > Hi Bastien, > > I'm sorry that I didn't explain it clearly. Here is what I mean. For > instance, one can open this page: > > http://orgmode.org/Changes.htm > > All one can do is to click the sections and read each pages. If a certain > page turns out to be very long, there is n

Re: [Orgmode] Problem with org-refile

2009-07-27 Thread Bastien
Martin Pohlack writes: > After hitting C-c C-w, the interactive prompt asks me where to refile > to. For some reason I started scrolling in the original buffer (using > the mouse wheel) to gain some insight where to refile to. A side effect > of the scrolling was a moving of the cursor. Fixed,

Re: [Orgmode] footnotes as [references]?

2009-07-27 Thread Bastien
Hi Stefan, Stefan Vollmar writes: > Small things: > > (1) Using the "fn:" style of footnotes, org generates a "Footnotes:" > section in HTML export. In org-footnote.el I found that I might need to > set > org-footnote-tag-for-non-org-mode-files to change "Footnotes" to > "References" (or some o

[Orgmode] Problem with org-refile

2009-07-27 Thread Martin Pohlack
Hi all, I just stumbled upon a problem with org-refile. After hitting C-c C-w, the interactive prompt asks me where to refile to. For some reason I started scrolling in the original buffer (using the mouse wheel) to gain some insight where to refile to. A side effect of the scrolling was a movi

Re: [Orgmode] footnotes as [references]?

2009-07-27 Thread Stefan Vollmar
Dear Bastien, On 27.07.2009, at 05:35, Bastien wrote: we want to have a "traditional" reference section in a software documentation we are currently writing using org-mode. Org's Footnote feature is almost perfect for the job, however, I prefer the "[123]"- type of reference rather than the sup

Re: R: [Orgmode] Vertical lines are broken in 6.28?

2009-07-27 Thread Bastien
Yury GEORGIEVSKIY writes: > Here are the HTML output from 6.24: Thanks for this - Carsten will take care of this issue. best, -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org h

Re: R: [Orgmode] Vertical lines are broken in 6.28?

2009-07-27 Thread Yury GEORGIEVSKIY
Salut Bastien, Here are the HTML output from 6.24: [---[6.24]-] "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en"> example