Re: [O] reveal only current subtree

2011-12-17 Thread Takaaki ISHIKAWA
Dear sergio, I think you are right, and have confirmed your setting. The following has the same effect, just for your information. (define-key org-mode-map (kbd "C-c C-r") '(lambda () (interactive) (org-show-siblings))) Best regards, Takaaki Ishikawa > (add-hook 'org-mode-hook (lambda () >

Re: [O] How to control face for plain links

2011-12-17 Thread Takaaki ISHIKAWA
Dear Bernt, Thanks for your comment. I'll try to make faces. Best regards, Takaaki Ishikawa >> I would like to use "http://orgmode.org"; without underline, >> and "[[http://orgmode.org/][Org]]"; with underline. >> >> Do you have some good ideas? > > I'm afraid not. I think you need different

Re: [O] reveal only current subtree

2011-12-17 Thread sergio
On 12/18/2011 05:12 AM, Takaaki ISHIKAWA wrote: > Type "M-: (org-show-siblings)" and "M-: (org-show-entry)". Am I right, that for rebind strange (org-reveal) to (org-show-siblings) I should do: (add-hook 'org-mode-hook (lambda () (local-set-key "\C-c\C-r" (lambda ()

Re: [O] reveal only current subtree

2011-12-17 Thread Takaaki ISHIKAWA
Dear sergio, I'm glad I could help. > Oh, sorry. Thank you, Takaaki, (org-show-siblings) is exactly what > I want! But could you say, how you've discovered it? I have recently reading org.el to write my elisp, org-tree-slide[*1]. Your problem is very hot topic to me :-) [*1] http://orgmode.org

Re: [O] reveal only current subtree

2011-12-17 Thread sergio
On 12/18/2011 05:12 AM, Takaaki ISHIKAWA wrote: > Please use eval-expression function [*1] for testing. > Type "M-: (org-show-siblings)" and "M-: (org-show-entry)". Oh, sorry. Thank you, Takaaki, (org-show-siblings) is exactly what I want! But could you say, how you've discovered it? -- sergio

Re: [O] reveal only current subtree

2011-12-17 Thread Takaaki ISHIKAWA
Dear sergio, Please use eval-expression function [*1] for testing. Type "M-: (org-show-siblings)" and "M-: (org-show-entry)". > org-show-siblings is also not that I want. It show all siblings of all > expanded levels. And want to change this view: The combination is maybe your answer. Please fin

Re: [O] reveal only current subtree

2011-12-17 Thread sergio
On 12/18/2011 04:13 AM, Takaaki ISHIKAWA wrote: > C-c C-j d/e/g/h > (org-show-siblings) > (org-show-entry) May be you mean (setq org-show-siblings t) ? Also there is no org-show-entry variable, may be you mean (setq org-show-entry-below t) ? As I say org-show-entry-below is good so I switched it

Re: [O] [DEV] Package org-find-timestamps on worg

2011-12-17 Thread Thomas S. Dye
Marc-Oliver Ihm writes: > Hello all, > > just have pushed the file org-find-timestamps.el to the contrib directory of > worg: > > http://orgmode.org/worg/org-contrib/index.html > > The elisp file is here > > http://ferntreffer.de/elisp/org-refer-by-number.el > > Its description reads

Re: [O] [PATCH] Manual: Consistently use 'Org mode'

2011-12-17 Thread Thomas S. Dye
Julian Gehring writes: > Manual: Consistently use 'Org mode' > > * doc/org.texi: Use 'Org mode' instead of alternatives like > 'Org-mode' or 'org-mode', as suggested in Phil's notes > ('doc/Documentation_Standards.org'). > The Org mode t-shirt still has the hyphen :) Tom -- Thomas S. Dye http

Re: [O] reveal only current subtree

2011-12-17 Thread Takaaki ISHIKAWA
Dear sergio, Hi. How about the following combination? >> >> * a... >> * b... >> ** d... >> *** e... >> g... >> * h<- cursor is here >> - some >> - list >> * c... C-c C-j d/e/g/h (org-show-siblings) (org-show-entry) Best regards, Takaaki Ishikawa signature.asc Description: Messa

Re: [O] How to define a start date for a task?

2011-12-17 Thread Bernt Hansen
Karl Maihofer writes: > Karl Voit Karl-Voit.at> writes: >> Three things I am using can help you: >> >> 1) Use warning periods together with DEADLINE or SCHEDULED: «You can >> specify a different lead time for warnings for a specific deadlines >> using the following syntax. Here is an example wi

[O] [DEV] Package org-find-timestamps on worg

2011-12-17 Thread Marc-Oliver Ihm
Hello all, just have pushed the file org-find-timestamps.el to the contrib directory of worg: http://orgmode.org/worg/org-contrib/index.html The elisp file is here http://ferntreffer.de/elisp/org-refer-by-number.el Its description reads like this: The function org-find-time

Re: [O] How to define a start date for a task?

2011-12-17 Thread Karl Maihofer
Karl Voit Karl-Voit.at> writes: > Three things I am using can help you: > > 1) Use warning periods together with DEADLINE or SCHEDULED: «You can > specify a different lead time for warnings for a specific deadlines > using the following syntax. Here is an example with a warning period > of 5 days

Re: [O] 'Missing' link to the release notes on the homepage

2011-12-17 Thread Samuel Wales
On 2011-12-17, Bastien wrote: > Christoph LANGE writes: >> One problematic side-effect of the fixed head bar, at least in Firefox and >> Opera, is that is impairs page-wise scrolling. When I hit "page down", >> some lines of text (as much as the height of the head bar) is skipped. If >> you are

Re: [O] How to define a start date for a task?

2011-12-17 Thread Karl Voit
* Karl Maihofer wrote: > > when I used Omnifocus for my task management I made heavy use of > start dates to keep unavailable > tasks from my tasks lists. If you for example create a task > "Buy new DVD" this task should not be shown in > your lists until the DVD is published and available. T

[O] How to define a start date for a task?

2011-12-17 Thread Karl Maihofer
Hi, when I used Omnifocus for my task management I made heavy use of start dates to keep unavailable tasks from my tasks lists. If you for example create a task "Buy new DVD" this task should not be shown in your lists until the DVD is published and available. Is there a possibility to define

Re: [O] reveal only current subtree

2011-12-17 Thread sergio
On 12/17/2011 09:59 PM, Carsten Dominik wrote: >> No. I just want to expand 1 level up, not the first lever, i.e. if after >> jump I see: > Then you can use C-u -1 TAB Much better, but I don't want to expand siblings. I mean to change this view: >> * a... >> * b... >> ** d... >> *** e... >> ***

Re: [O] reveal only current subtree

2011-12-17 Thread Carsten Dominik
On 17.12.2011, at 18:57, sergio wrote: > On 12/17/2011 08:04 PM, Carsten Dominik wrote: > >> You can do >> >> C-u 1 TAB >> >> to cycle on the level 1 hearing without moving point. > > No. I just want to expand 1 level up, not the first lever, i.e. if after > jump I see: Then you can use C-

Re: [O] reveal only current subtree

2011-12-17 Thread sergio
On 12/17/2011 08:04 PM, Carsten Dominik wrote: > You can do > >C-u 1 TAB > > to cycle on the level 1 hearing without moving point. No. I just want to expand 1 level up, not the first lever, i.e. if after jump I see: * a... * b... ** d... *** e... g... * h<- cursor is here - s

Re: [O] theindex.inc and theindex.org

2011-12-17 Thread Bernt Hansen
Bastien writes: > Bernt Hansen writes: > >> Bastien writes: >> >>> when publishing index entries, Org used to publish both theindex.inc >>> and an empty theindex.org that you can manually edit. >>> >>> Long ago, I removed theindex.inc and used theindex.org directly (see >>> commit f0d7acfb).

Re: [O] reveal only current subtree

2011-12-17 Thread Takaaki ISHIKAWA
Dear sergio, >> Could you give me the detail, I can probably help you. > What details you need? No problem! I just wanted to know the jump method. And… Carsten give us a great solution. Best regards, Takaaki signature.asc Description: Message signed with OpenPGP using GPGMail

Re: [O] [BABEL,PATCH] Add graphical output to ob-octave

2011-12-17 Thread Eric Schulte
Applied, Thanks! Litvinov Sergey writes: > I propose a patch to make the following example work in ob-octave. > #+begin_src octave :results graphics :file chart.png > sombrero; % make a figure > #+end_src > > From f193df8b1b7d1330a0dde89907a607051f632775 Mon Sep 17 00:00:00 2001 > From: Litvinov

Re: [O] reveal only current subtree

2011-12-17 Thread Carsten Dominik
On 17.12.2011, at 15:20, sergio wrote: > Hello. > > Is it possible to reveal only current subtree but entirely? > > For example I have following structure: > > * a > * b > ** d > ** e > *** f > *** g > qwe > qwe > *** h > *** i > * c > > after jump to /b/e/g I see > > * a > * b ... > ** e ..

Re: [O] reveal only current subtree

2011-12-17 Thread sergio
On 12/17/2011 07:24 PM, Takaaki ISHIKAWA wrote: > How do you jump to subtrees? C-c C-j b/e/g with (setq org-goto-interface 'outline-path-completion) or via agenda. > Could you give me the detail, I can probably help you. What details you need? -- sergio.

Re: [O] theindex.inc and theindex.org

2011-12-17 Thread Bastien
Hi Bernt, Bernt Hansen writes: > Bastien writes: > >> when publishing index entries, Org used to publish both theindex.inc >> and an empty theindex.org that you can manually edit. >> >> Long ago, I removed theindex.inc and used theindex.org directly (see >> commit f0d7acfb). But this is not

Re: [O] reveal only current subtree

2011-12-17 Thread Takaaki ISHIKAWA
Dear sergio, Hi. How do you jump to subtrees? Could you give me the detail, I can probably help you. Best regards, Takaaki Ishikawa > after jump to /b/e/g I see > > * a > * b ... > ** e ... > *** g ... > * c signature.asc Description: Message signed with OpenPGP using GPGMail

Re: [O] theindex.inc and theindex.org

2011-12-17 Thread Bernt Hansen
Bastien writes: > when publishing index entries, Org used to publish both theindex.inc > and an empty theindex.org that you can manually edit. > > Long ago, I removed theindex.inc and used theindex.org directly (see > commit f0d7acfb). But this is not as flexible as publishing both: so > inde

[O] theindex.inc and theindex.org

2011-12-17 Thread Bastien
Hi all, when publishing index entries, Org used to publish both theindex.inc and an empty theindex.org that you can manually edit. Long ago, I removed theindex.inc and used theindex.org directly (see commit f0d7acfb). But this is not as flexible as publishing both: so index entries are now st

[O] reveal only current subtree

2011-12-17 Thread sergio
Hello. Is it possible to reveal only current subtree but entirely? For example I have following structure: * a * b ** d ** e *** f *** g qwe qwe *** h *** i * c after jump to /b/e/g I see * a * b ... ** e ... *** g ... * c the cursor is on g and i can expand it by tab. And the main question

Re: [O] Carstens google talk (was Bastiens talk)

2011-12-17 Thread Bastien
Rustom Mody writes: > Timeline for Carstens google talk Thanks a lot! I added it to a page I created for this talk on Worg: http://orgmode.org/worg/org-tutorials/org-screencasts/org-mode-google-tech-talk.html The #+index entries could be further refined to reflect the fact that these features

Re: [O] 'Missing' link to the release notes on the homepage

2011-12-17 Thread Bastien
Hi Christoph, Christoph LANGE writes: > I would have expected a link to the release notes from the following text > on http://orgmode.org/org-mode-news.html: > >> Latest news >> 2011-12-12 Release 7.8, 7.8.01 and 7.8.02. You're right, I added a link in the first item of this list, thanks fo

[O] org-catch-invisible-edits clarification

2011-12-17 Thread Memnon Anon
Hi, just read up on the new features in 7.8 and org-catch-invisible-edits caught my attention. I set it to show and tried a simple example: --8<---cut here---start->8--- * Test ** level2 *** Level3 Some text * Headline --8<---cut here-

Re: [O] back to a multiple-file configuration

2011-12-17 Thread Andrea Crotti
On 12/12/2011 07:43 AM, Gustav Wikström wrote: > I've also had this problem, but this related to the use of multiple > computers and more than one OS that all needed some specific tweaks to > be able to run. I'm also using org-babel for my init. A section from > my init.org follow

Re: [O] Carstens google talk (was Bastiens talk)

2011-12-17 Thread Nathan Neff
Thanks, Rustom -- this is very valuable! On Fri, Dec 16, 2011 at 6:55 AM, Rustom Mody wrote: > Timeline for Carstens google talk > > Carsten Start 1:20 > History 1:50 > Working with Text Files 2:15 > Notes (not tasks) based project planning 3:58 > Outline mode - fixing 5:50 > Structure Editing 9:

[O] [babel] noweb and results for ob-screen?

2011-12-17 Thread Torsten Wagner
Hi, recently I discovered babel in combination with screen. I really like it. However, I tried to use noweb but it seems not to work. Getting it working would allow to write "tasks" and arbitrary combine them to bigger tasks. I would be interested in results too. Would be nice to receive some fe

[O] [BABEL,PATCH] Add graphical output to ob-octave

2011-12-17 Thread Litvinov Sergey
I propose a patch to make the following example work in ob-octave. #+begin_src octave :results graphics :file chart.png sombrero; % make a figure #+end_src >From f193df8b1b7d1330a0dde89907a607051f632775 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Fri, 16 Dec 2011 20:12:39 +0100 Subject: [