Carsten Dominik wrote:
On Oct 16, 2007, at 18:22, Adam Spiers wrote:
Rick Moynihan ([EMAIL PROTECTED]) wrote:
Adam Spiers wrote:
This seems like a good idea. Another related one occurred to me today
(if it's necessary) which is toggling between the two list indicators.
e.g.
- foo
- bar
-
On Oct 16, 2007, at 14:56, Niels Giesen wrote:
Column view on a narrowed subtree does take into account the file-wide
#+COLUMNS directive, but *not* the :COLUMNS: property of a parent
tree outside of the narrowing.
Actually, this issue seems to be larger: `org-set-property' does scan
the w
Fixed, thanks
- Carsten
On Oct 16, 2007, at 12:20, Nuutti Kotivuori wrote:
Hello,
Sometimes I bring up remember and then decide not to use it. If I'm
already writing a note, C-c C-k works just fine (thanks for that
feature!).
But often I decide not to write a note while picking a template -
On Oct 16, 2007, at 0:08, Mike Newman wrote:
Here is a more refined suggestion, with links to examples
Mike
in HTML Export
Hi Mike, thanks for this excellent writeup, exactly what I needed.
And thanks to the o
Hi Carsten,
Carsten Dominik <[EMAIL PROTECTED]> writes:
> I now see why it can be useful to preserve the outline
> structure in the HTML export, and if Bastien remains the
> only voice against it, I will put these s in.
I didn't pronounced myself "against" it at all. I really like the idea
of h
On 2007-10-17 03:03 +0100, Dan Griswold wrote:
> Also, a little gotcha I've found, which may catch some of us org-mode
> GTD-ers: cal-tex.el does not check for the @ symbol when inputting
> from the diary, and thus does not escape it, leading to latex-errors
> on processing.
This probably should b
This looks very useful. The only problem on my system is that no diary
entries are printed. I have checked the location of the diary file. I
suspect that I need to tweak the emacs command line options.
For anyone using Debian/Ubuntu pdf90 is part of the pdfjam package.
Ian.
With my increase
I'm new to emacs and org-mode, so please forgive me if I've missed
something fundamental.
I've been using org-tree-to-indirect-buffer bound to the default C-c C-x
b, and saw in the help that you can modify org-indirect-buffer-display.
In my .emacs file, I've got the following:
(setq org-indirect-
Thanks adding (setq cal-tex-diary t) to my .emacs fixed it.
Ian.
This looks very useful. The only problem on my system is that no
diary entries are printed. I have checked the location of the diary
file. I suspect that I need to tweak the emacs command line options.
For anyone using Debian/Ubu
Ian Barton <[EMAIL PROTECTED]> writes:
> This looks very useful. The only problem on my system is that no diary
> entries are printed. I have checked the location of the diary file. I
> suspect that I need to tweak the emacs command line options.
You sure `org-agenda-include-diary' and `cal-tex-d
Leo <[EMAIL PROTECTED]> writes:
> On 2007-10-17 03:03 +0100, Dan Griswold wrote:
>> Also, a little gotcha I've found, which may catch some of us org-mode
>> GTD-ers: cal-tex.el does not check for the @ symbol when inputting
>> from the diary, and thus does not escape it, leading to latex-errors
>>
On 2007-10-17 11:09 +0100, Ian Barton wrote:
> This looks very useful. The only problem on my system is that no
> diary entries are printed. I have checked the location of the diary
> file. I suspect that I need to tweak the emacs command line options.
>
> For anyone using Debian/Ubuntu pdf90 is pa
Leo <[EMAIL PROTECTED]> writes:
> On 2007-10-17 03:03 +0100, Dan Griswold wrote:
>> Also, a little gotcha I've found, which may catch some of us org-mode
>> GTD-ers: cal-tex.el does not check for the @ symbol when inputting
>> from the diary, and thus does not escape it, leading to latex-errors
>>
Hi,
Ian Barton <[EMAIL PROTECTED]> writes:
> This looks very useful. The only problem on my system is that no diary
> entries are printed. I have checked the location of the diary file. I
> suspect that I need to tweak the emacs command line options.
>
> For anyone using Debian/Ubuntu pdf90 is pa
On Wed, Oct 17, 2007 at 11:38:36AM +0100, Chris Randle wrote:
> I'm new to emacs and org-mode, so please forgive me if I've missed
> something fundamental.
>
> I've been using org-tree-to-indirect-buffer bound to the default C-c C-x
> b, and saw in the help that you can modify org-indirect-buffer-
Hi
Bastien altern.org> writes:
> Christian Egli novell.com> writes:
>
> > The attached script generates a pocketMod style pdf which contains the
> > next four weeks, the next three months and the current year on one
> > page. It also generates a hipsterPDA style printout which contains the
> >
Adam Spiers <[EMAIL PROTECTED]> writes:
> Another approach, and this is my personal preference, would be to
> allow "sub-keymaps", so that e.g. I could press C-c C-a s and it would
> present me with a further menu of single keystrokes bound to custom
> agenda commands:
>
>C-c C-a s 1search
Dan Griswold rochester.rr.com> writes:
> Because I've been trying something similar (but not as advanced), I'm
> intrigued by the possibilities of your approach. Sadly, I can't run
> your Makefile. I get an error[1]. Am I missing something?
I need more details to analyse the problem.
> About fo
> "Leo" == Leo <[EMAIL PROTECTED]> writes:
> On 2007-10-17 03:03 +0100, Dan Griswold wrote:
>> Also, a little gotcha I've found, which may catch some of us
>> org-mode GTD-ers: cal-tex.el does not check for the @ symbol when
>> inputting from the diary, and thus does not escap
Christian Egli <[EMAIL PROTECTED]> writes:
> You need to install pdfjam. Most distros have it. Otherwise get it from
> http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam.
Thanks, installed.
> You basically just type make :-). This will produce two pdfs:
> pocketMod
pete phillips <[EMAIL PROTECTED]> writes:
> On the basis that any '@'s get changed to \verb|@|, it just escapes
> them. Clearly only a temporary measure!
Works nice here.
http://www.cognition.ens.fr/~guerry/u/hipsterPDA.pdf
http://www.cognition.ens.fr/~guerry/u/pocketMod.pdf
Except for th
Hi --
As I begin to schedule meetings and tasks for the next calendar year, I
find that the default year (if I say, for example, jan 7) is the
current calendar year. Of course, that's what the documentation says it
will be, but
I wonder if we could have at least an option for the default yea
Bastien altern.org> writes:
> Christian Egli novell.com> writes:
> > You basically just type make . This will produce two pdfs:
> > pocketMod.pdf and hipsterPDA.pdf.
>
> I can't get this to work because of the issues I mentionned above
> Here I reproduce them:
>
> ,
> | - get rid of the
John Rakestraw <[EMAIL PROTECTED]> writes:
> I wonder if we could have at least an option for the default year to be
> the next year if one is inserting a date that's already past for this
> calendar year -- in my case, at least, if I'm now inserting the date jan
> 7 -- or even sep 30 -- it's much
Christian Egli <[EMAIL PROTECTED]> writes:
>> ,
>> | - get rid of the misplaced \verb|@|
>
> Does Pete's patch help?
Yes it does, no problem anymore.
>> | - get rid of the links by using their description only
>
> This I don't understand. How do you get your deadlines to show up
> in your c
On Wed, Oct 17, 2007 at 02:03:22PM +0100, Bastien wrote:
> Adam Spiers <[EMAIL PROTECTED]> writes:
>
> > Another approach, and this is my personal preference, would be to
> > allow "sub-keymaps", so that e.g. I could press C-c C-a s and it would
> > present me with a further menu of single keystro
Richard G Riley <[EMAIL PROTECTED]> writes:
>> &%%(org-diary :scheduled :timestamp :deadline)
>>
>> in my ~/.diary file.
>
> FYI : Putting that in my .diary file caused me to get an empty agenda.
>
> Can you explain to me how that line works? And Is the & supposed to be
> there?
I guess this shou
I currently use Planner for organizing my work activities & notes and
am contemplating converting to Org-mode, but there is a capability
that Planner has which Org doesn't (AFAIK) that is holding me back.
(No flamewar please.)
I have hundreds of Planner files, one for each of my customers, with
Wi
Hi,
Is there a way to list all items that have been closed within a period
of time? The closest thing I have found is org-closed-in-range, but it
only shows items in one file, and in a sparse tree format, not a list.
Thank you for your help.
Wanrong
On Oct 16, 2007, at 23:26, Bastien wrote:
Adam Spiers <[EMAIL PROTECTED]> writes:
`< <' : cycle through default restricted states (see above)
Hmm, that doubles the number of keypresses to achieve a given state,
which is a bit cumbersome. But if it's customizable, who cares? :-)
I wouldn'
On Wed, Oct 17, 2007 at 05:47:58PM +0200, Carsten Dominik wrote:
> On Oct 16, 2007, at 23:26, Bastien wrote:
> >Adam Spiers <[EMAIL PROTECTED]> writes:
> >
> >>>`< <' : cycle through default restricted states (see above)
> >>
> >>Hmm, that doubles the number of keypresses to achieve a given state,
On Tue, Oct 16, 2007 at 06:13:41PM +0200, Carsten Dominik wrote:
> On Oct 16, 2007, at 16:19, Adam Spiers wrote:
> > Another simple idea - subject line is pretty much self-explanatory I
> > think: would be great to be able to toggle timestamps between [] and
> > <>.
> >
> > Why? Say I have an even
Carsten Dominik wrote:
Hi,
@Bernt: Thanks!
@Bastien:I will try to set up a small example.
>
> On Oct 15, 2007, at 22:59, Fabian Braennstroem wrote:
One more great feature would be an additional option to the
'tree-to-indirect-buffer' function from the resulting agenda
view.
>
> A
Christian Egli <[EMAIL PROTECTED]> writes:
> Dan Griswold rochester.rr.com> writes:
>
>> Because I've been trying something similar (but not as advanced), I'm
>> intrigued by the possibilities of your approach. Sadly, I can't run
>> your Makefile. I get an error[1]. Am I missing something?
>
> I
Bastien <[EMAIL PROTECTED]> writes:
> Christian Egli <[EMAIL PROTECTED]> writes:
>
>>> ,
>>> | - get rid of the misplaced \verb|@|
>>
>> Does Pete's patch help?
>
> Yes it does, no problem anymore.
>
>>> | - get rid of the links by using their description only
>>
>> This I don't understand. Ho
Hello!
I'd like to propose some functionality that I think would be useful, and
offer a very naive proof-of-concept implementation.
The basic idea is that I'd like to be able to add or change a property
on a tree, and then move the whole tree to a location based on that
property.
To be more conc
Christian Egli <[EMAIL PROTECTED]> writes:
> Now what would be really nice is if I could export the agenda view to
> latex. I couldn't find any code in org-export-latex.el to do that. Am
> I missing something, Bastien?
No you're not.
For now you can use `org-write-agenda' (C-x C-w) to export th
On 2007-10-18 02:47 +0100, Bastien wrote:
> Christian Egli <[EMAIL PROTECTED]> writes:
>
>> Now what would be really nice is if I could export the agenda view to
>> latex. I couldn't find any code in org-export-latex.el to do that. Am
>> I missing something, Bastien?
>
> No you're not.
>
> For now
On Oct 16, 2007, at 18:36, Adam Spiers wrote:
Adam Spiers ([EMAIL PROTECTED]) wrote:
First, apologies for the constant "gimme" nature of my recent
feature-request posts!
*sigh* Here I go again ...
Two more ideas for improving org-agenda:
1. Allow custom agenda commands to be given a descr
On Oct 17, 2007, at 23:36, Fabian Braennstroem wrote:
Carsten Dominik wrote:
Hi,
@Bernt: Thanks!
@Bastien:I will try to set up a small example.
On Oct 15, 2007, at 22:59, Fabian Braennstroem wrote:
One more great feature would be an additional option to the
'tree-to-indirect-buffer' functi
40 matches
Mail list logo