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
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.
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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:
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.
>
>
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?
>
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
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:
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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 | ..
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
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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."
|
| [...]
|
|
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
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
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**").
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
"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.
>
> ...
>
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 - 100 of 241 matches
Mail list logo