Re: [O] Re: [Orgmode] Feature Request: attach link type

2011-03-10 Thread Darlan Cavalcante Moreira
Thank you Bastien. It works as expected. -- Darlan At Thu, 10 Mar 2011 11:24:26 +0100, Bastien wrote: > > Hi Darlan, > > Darlan Cavalcante Moreira writes: > > > I think yes and no, depending on what the user wants to do. > > > > I my case I use org-attach as a way to store files related to

Re: [O] Re: [Orgmode] Feature Request: attach link type

2011-03-10 Thread Bastien
Hi Darlan, Darlan Cavalcante Moreira writes: > I think yes and no, depending on what the user wants to do. > > I my case I use org-attach as a way to store files related to org that *I > don't need to access outside org-mode*. For files that I access outside > org-mode I don't attach it at all.

[O] Re: [Orgmode] Feature Request: attach link type

2011-03-09 Thread Darlan Cavalcante Moreira
At Sat, 05 Mar 2011 10:14:17 +0100, Bastien wrote: Hello Bastien, Sorry for the late reply. For some reason (path related) Emacs was loading an older version of org instead of the one from git and I wasn't seeing your changes. > > Hi Darlan, > > Darlan Cavalcante Moreira writes: > > > I knew

[O] Re: [Orgmode] Feature Request: attach link type

2011-03-05 Thread Bastien
Hi Darlan, Darlan Cavalcante Moreira writes: > I knew there was some variable to control this for all elisp links. I would > prefer not to set this to nil, since I like the confirmation for other > elisp links and since links for attached files are common for me I thought > it could be a "built-

[O] Re: [Orgmode] Feature Request: attach link type

2011-03-04 Thread Darlan Cavalcante Moreira
At Thu, 03 Mar 2011 11:18:06 +0100, Bastien wrote: > > Hi Darlan, > > Darlan Cavalcante Moreira writes: > > > Using the functions already provided by org-attach I could get > > #+LINK: attach elisp:(org-open-file (org-attach-expand "%s")) > > However, I always have to confirm the execution of

[O] Re: [Orgmode] Feature Request: attach link type

2011-03-03 Thread Bastien
Hi Darlan, Darlan Cavalcante Moreira writes: > Using the functions already provided by org-attach I could get > #+LINK: attach elisp:(org-open-file (org-attach-expand "%s")) > However, I always have to confirm the execution of the elisp code. You want to set `org-confirm-elisp-link-function' t

Re: [Orgmode] Feature request: another Org file for anniversary entries

2011-02-15 Thread Juraj Kubelka
Hi Bastien, I may mixed two thinks I supposed to achieve. 1. to be able to export anniversaries in a separate .ics file. As you posted recently, in a new org-mode release, it will be possible to use `org-icalendar-honor-noexport-tag' customization. I have not tried yet, but it should work. So, th

Re: [Orgmode] Feature request: Select links by description [7.4]

2011-02-14 Thread Dave Abrahams
On Mon, Feb 14, 2011 at 11:14 PM, Bastien wrote: > Dave Abrahams writes: > >> How about just always showing the link as it will be presented to the >> user first, followed by the raw link?  Then everything will be >> consistent. > > I don't see how it would prevent the problem I've been mentionni

Re: [Orgmode] Feature request: Select links by description [7.4]

2011-02-14 Thread Bastien
Hi Dave, Dave Abrahams writes: > How about just always showing the link as it will be presented to the > user first, followed by the raw link? Then everything will be > consistent. I don't see how it would prevent the problem I've been mentionning: we will still have a mix of descriptions and

Re: [Orgmode] Feature request: Select links by description [7.4]

2011-02-14 Thread Dave Abrahams
On Mon, Feb 14, 2011 at 5:17 AM, Bastien wrote: > Hi Dave, > > Dave Abrahams writes: > >> Since you asked: put the descriptions first. > > The only problem I see with this solution is that it will end up mixing > descriptions (+raw link) and raw links (with no description), this might > be confus

Re: [Orgmode] Feature request: Select links by description [7.4]

2011-02-14 Thread Bastien
Hi Dave, Dave Abrahams writes: > Since you asked: put the descriptions first. The only problem I see with this solution is that it will end up mixing descriptions (+raw link) and raw links (with no description), this might be confusing. Perhaps we can let the user decide how he wants the ava

Re: [Orgmode] Feature request: Select links by description [7.4]

2011-02-13 Thread Dave Abrahams
On Fri, Feb 11, 2011 at 7:05 AM, Bastien wrote: > Hi Dave, > > Dave Abrahams writes: > >> When using org-insert-link, it would be far better for me to have it >> show me the _descriptions_ of links (the default link text), rather >> than showing me the links themselves.  This is especially true o

Re: [Orgmode] Feature request: another Org file for anniversary entries

2011-02-11 Thread Bastien
Hi Juraj, thanks for the patch and the explanations. Juraj Kubelka writes: > So, my regular diary events are stored in main.org file and > anniversaries in anniversary.org file. Which lets you have two separate .ics files, one containing anniversaries, the other one not containing them. I sti

Re: [Orgmode] Feature request: Select links by description [7.4]

2011-02-11 Thread Bastien
Hi Dave, Dave Abrahams writes: > When using org-insert-link, it would be far better for me to have it > show me the _descriptions_ of links (the default link text), rather > than showing me the links themselves. This is especially true of > email links, which are generally long and unintelligib

Re: [Orgmode] Feature request

2011-01-15 Thread Bastien
Carsten Dominik writes: > Finally, if you still want a fast command doing this: > > (defun org-agenda-reschedule-to-today () > (interactive) > (flet ((org-read-date (&rest rest) (current-time))) > (call-interactively 'org-agenda-schedule))) Useful, thanks! I added it to org-hacks.org un

Re: [Orgmode] Feature request: another Org file for anniversary entries

2011-01-14 Thread Juraj Kubelka
Hi Gionanni, As I understand code in org-agenda-add-entry-to-org-agenda-diary-file function, it search for "* Anniversaries" string in org-agenda-diary-file file. It is the same file, where other events ("i d" (day), "i b" (block)) are inserted. But I would like to paste anniversaries to another o

Re: [Orgmode] Feature request: another Org file for anniversary entries

2011-01-14 Thread Giovanni Ridolfi
Juraj Kubelka writes: Hi, Juraj, > I would like to add anniversary entries to another Org file then other > diaries. Would it be possible? Isn't the following "code" in an org-file (in the agenda-list) enough? ** Birthdays & anniversaries :PROPERTIES: :CATEGORY: Ann :END:

Re: [Orgmode] Feature request [7.3]

2010-12-10 Thread Dave Abrahams
At Wed, 08 Dec 2010 16:20:44 +, Eric S Fraga wrote: > > Dave Abrahams writes: > > > When using Org for planning, I often find myself corrupting my Org > > files. All kinds of things can go wrong, but the basic issue is that > > I do have a couple of rules I follow to avoid problems. > >

Re: [Orgmode] Feature request [7.3]

2010-12-09 Thread Dave Abrahams
At Thu, 09 Dec 2010 08:57:54 +, Eric S Fraga wrote: > > Dave Abrahams writes: > > [...] > > >> > It'd be great if there were a way to make the ID property > >> > read-only (or really really hard to change). > >> > >> This is where column mode comes in quite handy? > > > > Link please? >

Re: [Orgmode] Feature request [7.3]

2010-12-09 Thread Eric S Fraga
Dave Abrahams writes: [...] >> > It'd be great if there were a way to make the ID property >> > read-only (or really really hard to change). >> >> This is where column mode comes in quite handy? > > Link please? Apologies; I meant column view within org mode: info -> org -> Properties and C

Re: [Orgmode] Feature request [7.3]

2010-12-09 Thread Dave Abrahams
At Wed, 8 Dec 2010 23:11:09 +0530, Manish wrote: > > Manish > Subject: Re: [Orgmode] Feature request [7.3] > Date: Wed, 8 Dec 2010 23:11:09 +0530 > To: Dave Abrahams > Cc: emacs-orgmode@gnu.org > Message-ID: > > On Wed, Dec 8, 2010 at 2:29 AM, Dave Abrahams wrote:

Re: [Orgmode] Feature request [7.3]

2010-12-09 Thread Eric S Fraga
Dave Abrahams writes: > When using Org for planning, I often find myself corrupting my Org > files. All kinds of things can go wrong, but the basic issue is that I do have a couple of rules I follow to avoid problems. 1. I usually have a blank line between the meta data (scheduled, propert

Re: [Orgmode] Feature request [7.3]

2010-12-09 Thread Manish
On Wed, Dec 8, 2010 at 2:29 AM, Dave Abrahams wrote: > > When using Org for planning, I often find myself corrupting my Org > files.  All kinds of things can go wrong, but the basic issue is that > agenda items have a syntax, and it's easy to violate, especially when > I'm going *fast*, which after

Re: [Orgmode] Feature request [7.3]

2010-12-07 Thread Jeff Horn
I don't know about others, but I just put note text below everything else, but before the next headline On Tue, Dec 7, 2010 at 3:59 PM, Dave Abrahams wrote: > > When using Org for planning, I often find myself corrupting my Org > files.  All kinds of things can go wrong, but the basic issue is th

Re: [Orgmode] Feature request

2010-10-11 Thread David Abrahams
At Mon, 11 Oct 2010 09:21:05 +0200, Carsten Dominik wrote: > > After giving this some thought, I don't this this can be done in a > clear and non-confusing way. Thanks for spending so much time/energy considering it, despite the fact that it would be incoherent with the rest of your interface

Re: [Orgmode] Feature request

2010-10-11 Thread Carsten Dominik
On Oct 10, 2010, at 3:50 PM, David Abrahams wrote: Hi All, I have to reschedule quite a few items daily. Often they're yesterday's items that I need to reschedule for today. `C-c C-s . RET' is a bit much typing for that, so I re-bound `S' to org-agenda-schedule. But `S . RET' is still

Re: [Orgmode] Feature request

2010-10-10 Thread Juan Pechiar
On Sun, Oct 10, 2010 at 09:50:47AM -0400, David Abrahams wrote: > I have to reschedule quite a few items daily. Often they're > yesterday's items that I need to reschedule for today. > `C-c C-s . RET' > is a bit much typing for that I use S-right on the agenda buffer, which is quite easy. Rega

Re: [Orgmode] Feature-request & documentation request for org-datetree

2010-09-02 Thread Carsten Dominik
Hi, On Sep 1, 2010, at 1:44 PM, Tim O'Callaghan wrote: Hi, I've been poking about trying to understand org-date tree, as It is essentially an undocumented feature at the moment. am i right in my understanding that it is only meant as a refile-target structure? The feature request is to allow

Re: [Orgmode] Feature Request for new capture feature

2010-08-16 Thread Carsten Dominik
On Jul 23, 2010, at 11:55 AM, Colin Fraizer wrote: I love the new Capture feature. Much better than the old Remember (though I liked that too!). However, would it be possible to have a “C-u C-c C-w” that completes the capture and switches to the target buffer? You can do C-c C-w to refil

Re: [Orgmode] Feature request: IDs on anything

2010-08-10 Thread Samuel Wales
On 2010-08-10, Samuel Wales wrote: > I wrote this a long time ago in response to Carsten's reply > to Eric in the first link below. I guess it was a response to Eric. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Em

Re: [Orgmode] Feature request: IDs on anything

2010-08-10 Thread Samuel Wales
I wrote this a long time ago in response to Carsten's reply to Eric in the first link below. === 1) http://thread.gmane.org/gmane.emacs.orgmode/11896 extensible syntax with an application in id markers (which themselves have an application in many things, including graph theoreti

Re: [Orgmode] feature request: C-k safety

2010-06-03 Thread Juri Krivov
On Thu, Jun 3, 2010 at 12:19 AM, Carsten Dominik wrote: > Hi Scott, > > OK, I am giving you a variable org-ctrl-k-protect-subtree to get this > protection, either with a query or by throwing an error. > > But: my prediction is that you will set this variable to nil again soon :D > LoL! Actually,

Re: [Orgmode] feature request: C-k safety

2010-06-02 Thread Scott Otterson
Scot, Anthony and Carsten, Thanks a ton for the help (and mods). I'll try out these two approaches to protecting me from myself and see which one I like best. Scott > > > ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the lis

Re: [Orgmode] feature request: C-k safety

2010-06-02 Thread Carsten Dominik
Hi Scott, OK, I am giving you a variable org-ctrl-k-protect-subtree to get this protection, either with a query or by throwing an error. But: my prediction is that you will set this variable to nil again soon :D Let me know how it goes. Cheers - Carsten On Jun 1, 2010, at 4:51 PM, Sco

Re: [Orgmode] feature request: C-k safety

2010-06-01 Thread Scot Becker
Scott, You asked: > Feature request: add an option preventing tree deletion with C-k without > user confirmation. Actually, I'd like an option to prevent it period. > If this option is already in there, then you're encouraged to tell me to > RTFM. But then also please tell me where it is, becaus

Re: [Orgmode] [FEATURE REQUEST] Comment Speedkeys or - A solution to the Remember mode three finger salute

2010-05-12 Thread Carsten Dominik
Hi Tim, you can set org-use-speed-commands to a function. When this function returns t, speed commands are active at that location. However, this will then make all speed keys active at that location, not only specific ones. Another, probably better, possibility to achieve what you want

Re: [Orgmode] feature request: transpose a table

2010-04-07 Thread Thomas S. Dye
On Apr 7, 2010, at 9:52 AM, Michael Brand wrote: Hi zwz, > I do not know if I can do org-plot on rows instead of columns. > But today after I finished a table, I found I have to transpose the > table by hand so that I can plot it as I want. > Here is original table: > | x | y | x | y | ..

Re: [Orgmode] feature request: transpose a table

2010-04-07 Thread Michael Brand
Hi zwz, > I do not know if I can do org-plot on rows instead of columns. > But today after I finished a table, I found I have to transpose the > table by hand so that I can plot it as I want. > Here is original table: > | x | y | x | y | ... | > |-++++-| > | 1 | 2 | 3

Re: [Orgmode] Feature request: Show notes in clock report

2010-04-02 Thread Carsten Dominik
Hi Nathan, there is nothing like this right now. I think I would add some marker to the headline like {XXX} or so for you as a reminder. And then use the fact that the heading in the clock table can be a link in order to jump to the heading and check what your notes say. - Carsten On Apr 1, 2

Re: [Orgmode] feature request: save LaTeX as title for ltxpng html images

2010-03-31 Thread Eric Schulte
Thanks, I've made your suggested change and applied the patch. -- Eric Carsten Dominik writes: > Hi Eric, looks good to me, please go ahead and apply this patch. > > I would not have expected that this is such a compact change. > The only improvement I can see would be to use org-add-props to >

Re: [Orgmode] feature request: save LaTeX as title for ltxpng html images

2010-03-30 Thread Carsten Dominik
Hi Eric, looks good to me, please go ahead and apply this patch. I would not have expected that this is such a compact change. The only improvement I can see would be to use org-add-props to put the properties on the link before inserting it and in this way shave off a let form. Thanks! - Carst

Re: [Orgmode] feature request: save LaTeX as title for ltxpng html images

2010-03-29 Thread Eric Schulte
Hi, The attached patch places the latex source into alt html image tags as described below. I think it should be safe, in that I remove all "s from inside of the alt string. Thanks for the implementation advice -- Eric diff --git a/lisp/org-html.el b/lisp/org-html.el index b8925e7..2246daf 1006

Re: [Orgmode] feature request: save LaTeX as title for ltxpng html images

2010-03-26 Thread Carsten Dominik
On Mar 26, 2010, at 4:01 PM, Eric Schulte wrote: Hi, HTML tags allow both alternate text (rendered when the image can't be rendered), as well as titles which show as tooltips on hover. I wonder if it would be difficult to place the text latex used in generating an image into these two fie

Re: [Orgmode] Feature request: hide target brackets

2010-03-19 Thread Peter Frings
On 18 Mar 2010, at 17:36, Scott Otterson wrote: > So, here's my feature request: Hide the target angle brackets in the same > way that square brackets are hidden for hyperlinks. 1+ >The hidden angle brackets could be exposed by hitting delete when at the > right side of the target (simil

Re: [Orgmode] [feature request] Quotation marks in LaTeX export

2010-01-27 Thread Carsten Dominik
OK, thanks, I will take a look at that. Hmmm, I also see that csquotes is not always present in distributions... :( So this really has to be optional - Carsten On Jan 27, 2010, at 10:29 AM, Sven Bretfeld wrote: Hi Carsten Carsten Dominik writes: can you send me a path, preferably

Re: [Orgmode] [feature request] Quotation marks in LaTeX export

2010-01-27 Thread Sven Bretfeld
Hi Carsten Carsten Dominik writes: > can you send me a path, preferably with an option to turn this on and > off? For now, I only have this dummy solution in my .emacs: --8<---cut here---start->8--- (eval-after-load "org-latex" '(defun org-export-latex-quota

Re: [Orgmode] [feature request] Quotation marks in LaTeX export

2010-01-27 Thread Carsten Dominik
Hi Sven, can you send me a path, preferably with an option to turn this on and off? Thanks. - Carsten On Jan 24, 2010, at 8:22 PM, Sven Bretfeld wrote: Hi "Sven Bretfeld" writes: Quotation marks like "these" are converted to ``these'' by org-export-latex. It would be much better to us

Re: [Orgmode] [feature request] Quotation marks in LaTeX export

2010-01-27 Thread Carsten Dominik
On Jan 26, 2010, at 7:26 AM, Scot Becker wrote: For what it's worth, I also think that an option to do this would be useful. Hi Scott, it is worth a lot - more often that not a second voice like this is what is making the difference... - Carsten On Sun, Jan 24, 2010 at 7:22 PM, Sven Br

Re: [Orgmode] [feature request] Quotation marks in LaTeX export

2010-01-25 Thread Scot Becker
For what it's worth, I also think that an option to do this would be useful. On Sun, Jan 24, 2010 at 7:22 PM, Sven Bretfeld wrote: > Hi > > "Sven Bretfeld" writes: > > > Quotation marks like "these" are converted to ``these'' by > > org-export-latex. It would be much better to use \enquote{th

Re: [Orgmode] [feature request] Quotation marks in LaTeX export

2010-01-24 Thread Sven Bretfeld
Hi "Sven Bretfeld" writes: > Quotation marks like "these" are converted to ``these'' by > org-export-latex. It would be much better to use \enquote{these}. I have seen that org-latex.el links the quotation marks to the LANG environment. So far only French and English are supported. I think this

Re: [Orgmode] feature-request: colorize diary entries in agenda

2010-01-04 Thread Thierry Volpiatto
Hi Carsten, Carsten Dominik writes: > Hi Thierry, > > there is now a new face, org-agenda-diary, for this purpose. Nice, thank you, i will have a look. How do you enable it? I use that actually: , | (defun tv-org-propertize-diary-entries () | (save-excursion | (let ((inhibit-read-onl

Re: [Orgmode] feature-request: colorize diary entries in agenda

2010-01-04 Thread Carsten Dominik
On Jan 4, 2010, at 3:57 PM, Thierry Volpiatto wrote: Hi Carsten, Carsten Dominik writes: Hi Thierry, there is now a new face, org-agenda-diary, for this purpose. Nice, thank you, i will have a look. How do you enable it? It is already implemented - all you need to do is to customize t

Re: [Orgmode] feature-request: colorize diary entries in agenda

2010-01-04 Thread Carsten Dominik
Hi Thierry, there is now a new face, org-agenda-diary, for this purpose. HTH - Carsten On Dec 17, 2009, at 10:25 AM, Thierry Volpiatto wrote: Hi, should be great to be able to colorize diary entries in agenda. I didn't find customisation for that apart modifying: , | (defun org-get-entri

Re: [Orgmode] [Feature request] CSS tag classes for headlines

2010-01-04 Thread Peter Westlake
On Fri, 01 Jan 2010 11:07 +0100, "Carsten Dominik" wrote: > Hi Peter, > > this is a quite open-ended request, to add classes based on > TODO keywords/Tags, maybe timestamps etc. > > Maybe the best solution would be to do this in postprocessing, for > example using a hook like org-export-html-f

Re: [Orgmode] [Feature request] CSS tag classes for headlines

2010-01-01 Thread Carsten Dominik
Hi Peter, this is a quite open-ended request, to add classes based on TODO keywords/Tags, maybe timestamps etc. Maybe the best solution would be to do this in postprocessing, for example using a hook like org-export-html-final-hook: http://orgmode.org/worg/org-configs/org-hooks.php#sec-1.76 HT

Re: [Orgmode] feature-request: colorize diary entries in agenda

2009-12-17 Thread Carsten Dominik
On Dec 17, 2009, at 10:25 AM, Thierry Volpiatto wrote: Hi, should be great to be able to colorize diary entries in agenda. I didn't find customisation for that apart modifying: , | (defun org-get-entries-from-diary (date) | "Get the (Emacs Calendar) diary entries for DATE." | | [...] | |

Re: [Orgmode] Feature request: org-export-format-source-code-or-example and srcname

2009-12-16 Thread Carsten Dominik
Hi Hi, when using the listings LaTeX package, it would be very useful if the value of srcname was added to the output. For instance, #+srcname: my_code_chunk #+begin_src latex :results latex :exports code :tangle no \usepackage{fontspec,xunicode,xltxtra} #+end_src would give: \lstset{languag

Re: [Orgmode] Feature request: Remote editing inactive timestamps from the agenda view

2009-12-15 Thread Nicolas Girard
2009/12/14 Carsten Dominik : > Hi Nicolas, > > On Dec 10, 2009, at 11:51 PM, Nicolas Girard wrote: > >> Hi, >> >> in the agenda view, the '>' key can be used to change the timestamp >> associated with the current line. >> >> 1. It seems inacurrately described in the manual ("Change the >> timestamp

Re: [Orgmode] Feature request: Remote editing inactive timestamps from the agenda view

2009-12-14 Thread Carsten Dominik
Hi Nicolas, On Dec 10, 2009, at 11:51 PM, Nicolas Girard wrote: Hi, in the agenda view, the '>' key can be used to change the timestamp associated with the current line. 1. It seems inacurrately described in the manual ("Change the timestamp associated with the current line **to today**").

Re: [Orgmode] [Feature Request] Sane XHTML markup for Properties and Property Drawers

2009-12-03 Thread Rick Moynihan
2009/12/3 Jonathan Arkell : > Sure, but something like this might be even better still: > > >  FOO >  blah >  BAR >  blah blah > > > You don't need the extra div around the dl, since the dl itself is a block > element.  The extra div in this case is semantically null (and void!). Agreed... It wa

Re: [Orgmode] [Feature Request] Sane XHTML markup for Properties and Property Drawers

2009-12-03 Thread Jonathan Arkell
Sure, but something like this might be even better still: FOO blah BAR blah blah You don't need the extra div around the dl, since the dl itself is a block element. The extra div in this case is semantically null (and void!). The Definition list is basically a set of key/value pairs a

Re: [Orgmode] feature request: show context in agenda

2009-11-20 Thread Friedrich Delgado Friedrichs
Hey! I was just doing a small review and noticed that I get the current tree of the agenda item in the echo area! This rocks! Carsten Dominik schrieb: > On Nov 12, 2009, at 1:36 AM, Samuel Wales wrote: > >In the agenda, it is difficult to find where you are in > >the hierarchy. I find that I ha

Re: [Orgmode] Feature request: Periodic events based on count of specific weekdays (was: Monthly events based on count of specific weekdays)

2009-11-20 Thread Carsten Dominik
Hi Ben, extending the date format would be a significant amount of work. The current time/date format is already complex to handle internally, mainly because it was build not with a clean design but step by step. o I am hesitating to add something like you propose. My feeling is that date speci

Re: [Orgmode] feature request: show context in agenda

2009-11-13 Thread Manish
On Sat, Nov 14, 2009 at 3:23 AM, Carsten Dominik wrote: > > On Nov 12, 2009, at 1:36 AM, Samuel Wales wrote: > >> In the agenda, it is difficult to find where you are in >> the hierarchy. I find that I have to switch to the outline, >> then scroll up, if I want to know what the parent headline >> i

Re: [Orgmode] feature request: show context in agenda

2009-11-13 Thread Carsten Dominik
On Nov 12, 2009, at 1:36 AM, Samuel Wales wrote: In the agenda, it is difficult to find where you are in the hierarchy. I find that I have to switch to the outline, then scroll up, if I want to know what the parent headline is, or any ancestor. Others have proposed showing the parent headline

Re: [Orgmode] feature request: show context in agenda

2009-11-12 Thread Manish
On Thu, Nov 12, 2009 at 1:26 PM, Carsten Dominik wrote: > > On Nov 12, 2009, at 3:03 AM, Manish wrote: > >> On Thu, Nov 12, 2009 at 6:06 AM, Samuel Wales wrote: >>> >>> In the agenda, it is difficult to find where you are in >>> the hierarchy. I find that I have to switch to the outline, >>> then s

Re: [Orgmode] feature request: show context in agenda

2009-11-12 Thread Daniel Clemente
On Thu, Nov 12, 2009 at 1:36 AM, Samuel Wales wrote: > In the agenda, it is difficult to find where you are in > the hierarchy.  I find that I have to switch to the outline, > then scroll up, if I want to know what the parent headline > is, or any ancestor. Just a note: pressing E in the agenda

Re: [Orgmode] feature request: show context in agenda

2009-11-11 Thread Carsten Dominik
On Nov 12, 2009, at 3:03 AM, Manish wrote: On Thu, Nov 12, 2009 at 6:06 AM, Samuel Wales wrote: In the agenda, it is difficult to find where you are in the hierarchy. I find that I have to switch to the outline, then scroll up, if I want to know what the parent headline is, or any ancestor. O

Re: [Orgmode] feature request: show context in agenda

2009-11-11 Thread Manish
On Thu, Nov 12, 2009 at 6:06 AM, Samuel Wales wrote: > In the agenda, it is difficult to find where you are in > the hierarchy. I find that I have to switch to the outline, > then scroll up, if I want to know what the parent headline > is, or any ancestor. > > Others have proposed showing the paren

Re: [Orgmode] feature request: scroll other window in agenda view follow mode

2009-10-20 Thread Carsten Dominik
On Oct 20, 2009, at 4:17 PM, Eric S Fraga wrote: At Thu, 15 Oct 2009 07:52:38 +0100, Eric S Fraga wrote: Carsten, I wonder whether I could request a small feature addition in org-mode (or have a pointer to already implemented functionality, of course ;-)? Using the agenda view with follow m

Re: [Orgmode] feature request: scroll other window in agenda view follow mode

2009-10-20 Thread Eric S Fraga
At Tue, 20 Oct 2009 10:56:38 +0200, Carsten Dominik wrote: > > Hi Eric, > > this is, in principle, not hard to do. The issue I see is that > it would require to make the entire subtree visible in the target > buffer, so whenever you are looking at stuff with the agenda if > would (more thoroughl

Re: [Orgmode] feature request: scroll other window in agenda view follow mode

2009-10-20 Thread Eric S Fraga
At Thu, 15 Oct 2009 07:52:38 +0100, Eric S Fraga wrote: > > Carsten, > > I wonder whether I could request a small feature addition in org-mode > (or have a pointer to already implemented functionality, of course > ;-)? > > Using the agenda view with follow mode is fantastic for complex agenda >

Re: [Orgmode] feature request: scroll other window in agenda view follow mode

2009-10-20 Thread Carsten Dominik
Hi Eric, this is, in principle, not hard to do. The issue I see is that it would require to make the entire subtree visible in the target buffer, so whenever you are looking at stuff with the agenda if would (more thoroughly than now) change the outline visibility in that file. - Carsten On

Re: [Orgmode] Feature Request: "Keeping me honest"

2009-09-30 Thread Tim O'Callaghan
Small update. Fixes the problem of the highlighting not disappearing when headline is fixed. - Still has some issues with removing highlighting when TODO becomes something else. - Added new default verbs: TODO, NEXT -> Call, Email, Fix, Find, Fill out, Give, Print, Re-Do, Take PROJECT -> Configur

Re: [Orgmode] Feature Request: "Keeping me honest"

2009-09-30 Thread Tim O'Callaghan
Attached is a working implementation of the idea. So, in GTD each 'next action' is supposed to be an actual doable thing to further the project it is associated with. When creating next actions or project headlines there is sometimes a tendency to use a heading that is a bit vague/undoable. This

Re: [Orgmode] Feature Request: "Keeping me honest"

2009-09-21 Thread Tim O'Callaghan
Below is my first attempt at this. It breaks normal org font-locking though, my font-lock foo is not up to much at the moment. I'm sure its something simple, but i cannot see it. Any ideas where I'm going wrong? Tim. (defface org-action 'class color) (background light)) (:foreground "g

Re: [Orgmode] Feature request: org-agenda-store-link

2009-09-12 Thread Peter Westlake
On Sat, 12 Sep 2009 07:06 +0200, "Carsten Dominik" wrote: > Hi Peter, > > that does make a lot of sense, why did we not think of this earlier? > Works now. > > Thanks! Well, thank *you* - I'm quite thrilled to have made a contribution, however small! Peter. > - Carsten > > On Sep 11, 2009, a

Re: [Orgmode] Feature request: org-agenda-store-link

2009-09-11 Thread Carsten Dominik
Hi Peter, that does make a lot of sense, why did we not think of this earlier? Works now. Thanks! - Carsten On Sep 11, 2009, at 1:41 PM, Peter Westlake wrote: Carsten, Could I request this as a small feature enhancement, please? Commands like org-refile have an agenda equivalent so that the

Re: [Orgmode] Feature Request: changes regarding attachments and subtasks

2009-09-02 Thread Carsten Dominik
On Sep 2, 2009, at 10:29 PM, Darlan Cavalcante Moreira wrote: Hello orgers, I have a task with several subtasks and some of them are associated with an external PDF file. Since in this case each PDF file exists only for the corresponding subtask, I think using attachments is a better opti

Re: [Orgmode] Feature Request: insert/delete rows in column view

2009-08-29 Thread Carsten Dominik
On Aug 29, 2009, at 8:00 PM, David Bremner wrote: Carsten Dominik wrote: What is so bad about exiting column view, doing the structure changes and then going back in? The problem is that structure changes potentially affect summary columns, so it is not a good idea to do this in column

Re: [Orgmode] Feature Request: insert/delete rows in column view

2009-08-29 Thread David Bremner
Carsten Dominik wrote: >What is so bad about exiting column view, doing the structure >changes and then going back in? The problem is that structure changes >potentially affect summary columns, so it is not a good idea to do this >in column view. I can certainly live with it. I made the request

Re: [Orgmode] Feature Request: insert/delete rows in column view

2009-08-29 Thread Carsten Dominik
On Aug 28, 2009, at 10:40 PM, David Bremner wrote: Maybe this is difficult for reasons I don't know about, but it would be very nice to insert and delete rows in column view. I agree that deleting a row could kill a lot of text, but no differently than a folded view. For inserting, maybe belo

RE: [Orgmode] Feature Request: "Keeping me honest"

2009-08-04 Thread Jonathan Arkell
This is a great idea! I was thinking about something similar, but my ideal implementation would enforce more granular discipline: If the user is on a TODO item and hits Enter, moves up or down, or sets the TODO state of the todo item (to a not done state), then the enforcer kicks in, and does

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] Feature request: javascript expand collapse

2009-07-20 Thread Bastien
Hi Xin, Xin Shi writes: > 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.html ^ > All one can do is to click the sections and read each pages. If a certain > page turns out

Re: [Orgmode] Feature request: javascript expand collapse

2009-07-20 Thread Xin Shi
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 no easy way to make it shorter in

Re: [Orgmode] Feature request: javascript expand collapse

2009-07-19 Thread Bastien
Hi Xin, Xin Shi writes: > In my opinion, there is no directly contradict with Sebastian's design, they > are targeting to different tasks. It'll be nice it we can include both ... :) But... to me clicking on the title or clicking on a small button would achieve the same function: i.e. unfold t

Re: [Orgmode] Feature request: javascript expand collapse

2009-07-19 Thread Xin Shi
Hi Bastien, On Sun, Jul 19, 2009 at 1:00 PM, Bastien wrote: > Xin Shi writes: > > > I'm not sure if Sebastian has already implemented it or not. I saw my > friends > > using a software on Mac called aquaminds to produce webnotes, and that > "expand" > > button is very useful when presenting acro

Re: [Orgmode] Feature request: javascript expand collapse

2009-07-19 Thread Bastien
Xin Shi writes: > I'm not sure if Sebastian has already implemented it or not. I saw my friends > using a software on Mac called aquaminds to produce webnotes, and that > "expand" > button is very useful when presenting across the internet during net-work > meeting. > > Here is the one example p

Re: [Orgmode] Feature request: javascript expand collapse

2009-07-19 Thread Xin Shi
Hi Bastien, Thanks for coming back to my request! I'm not sure if Sebastian has already implemented it or not. I saw my friends using a software on Mac called aquaminds to produce webnotes, and that "expand" button is very useful when presenting across the internet during net-work meeting. Here

Re: [Orgmode] Feature request: javascript expand collapse

2009-07-16 Thread Bastien
Hi Xin, Xin Shi writes: > I'm wondering if it's easy to implement the "javascript expand collapse" in > the > published page. > > [This might be  work for Sebastian again :-), but I think this feature > shall be useful. ] How does it differ from what Sebastian already implemented? -- Bastie

Re: [Orgmode] feature request : org-bbdb-anniversaries and iCal export

2009-06-12 Thread Richard Riley
Carsten Dominik writes: > On Jun 7, 2009, at 8:52 PM, Richard Riley wrote: > >> >> I just thought I would chance my arm if anyone is doing any work on >> the >> iCal exporter. >> >> It would be GREAT if it could include the Anniversary includes which >> are >> generated from BBDB. e.g My agen

Re: [Orgmode] feature request : org-bbdb-anniversaries and iCal export

2009-06-11 Thread Carsten Dominik
On Jun 7, 2009, at 8:52 PM, Richard Riley wrote: I just thought I would chance my arm if anyone is doing any work on the iCal exporter. It would be GREAT if it could include the Anniversary includes which are generated from BBDB. e.g My agenda looks like: , | Friday 12 June 20

[Orgmode] Re: Orgmode[FEATURE REQUEST] export to mediawiki

2009-06-08 Thread Wes Hardaker
> On Fri, 5 Jun 2009 18:19:24 +0100, Spike Spiegel said: SS> it would be awesome if there was an org to mediawiki export SS> functionality as I have a lot of documentation in a mediawiki SS> instance and I'm routinely wasting 10 to 15 minutes every time I need SS> to publish a largish docume

Re: [Orgmode] Feature request: inherited priorities

2009-05-07 Thread Peter Westlake
On Tue, 5 May 2009 15:22:04 +0200, "Carsten Dominik" said: ... > I think that any kind of priority inheritance would be defeating the > purpose of priorities, by inflation. > > I think what you are trying to do is to assign a whole project subtree > high importance, and I would suggest to use tag

Re: [Orgmode] Feature request: inherited priorities

2009-05-05 Thread Carsten Dominik
On May 5, 2009, at 3:12 PM, Peter Westlake wrote: On Sun, 3 May 2009 18:14:38 +0200, "Carsten Dominik" said: Hi Peter, Matt, priorities cannot be inherited. Fair enough! In that case, would it be possible to take the default priority for a new task from the parent task? I think that an

Re: [Orgmode] Feature request: inherited priorities

2009-05-05 Thread Peter Westlake
On Sun, 3 May 2009 18:14:38 +0200, "Carsten Dominik" said: > Hi Peter, Matt, > > priorities cannot be inherited. Fair enough! In that case, would it be possible to take the default priority for a new task from the parent task? Peter. > - Carsten > > On Apr 29, 2009, at 4:40 PM, Peter Westlake

Re: [Orgmode] Feature request: inherited priorities

2009-05-03 Thread Carsten Dominik
Hi Peter, Matt, priorities cannot be inherited. - Carsten On Apr 29, 2009, at 4:40 PM, Peter Westlake wrote: I would like to suggest that priorities should be inherited. After all, if a task is high priority, then doing the individual parts of it must be too. There are 250 items in my agen

Re: [Orgmode] Feature request: inherited priorities

2009-04-29 Thread Matthew Lundin
"Peter Westlake" writes: > On Wed, 29 Apr 2009 10:34:37 -0500, "Matthew Lundin" > said: >> "Peter Westlake" writes: >> >> > I would like to suggest that priorities should be inherited. After >> > all, if a task is high priority, then doing the individual parts of >> > it must be too. > > ... >

Re: [Orgmode] Feature request: inherited priorities

2009-04-29 Thread Peter Westlake
On Wed, 29 Apr 2009 10:34:37 -0500, "Matthew Lundin" said: > "Peter Westlake" writes: > > > I would like to suggest that priorities should be inherited. After > > all, if a task is high priority, then doing the individual parts of > > it must be too. ... > Have you checked out the variable org

  1   2   3   >