Carsten Dominik <[EMAIL PROTECTED]> writes:
> Anyway, I will revert to the default nil for org-ellipsis and leave
> it to users to
> customize it.
I had this problem as well, and can confirm that
placing a
(setq org-ellipsis "...")
in my .emacs fixes the problem. FWIW.
_
John Rakestraw <[EMAIL PROTECTED]> writes:
> On Wed, 07 Nov 2007 12:29:00 +
> Bastien <[EMAIL PROTECTED]> wrote:
>
>> Hope this will work correctly...
>
> Yes, it works great.
Thinking of this again: this is exactly the kind of functionnality that
could easily be demonstrated in a screencast
Carsten Dominik <[EMAIL PROTECTED]> writes:
> However, I do think that Adam's initial request to make the
> category available as a special property for queries in not
> unreasonble. Or does anyone disagree?
I'm convinced it's not unreasonable :)
> I am not sure, though, if the #+CATEGORY categ
On Nov 7, 2007 5:13 PM, Daniel J. Sinder <[EMAIL PROTECTED]> wrote:
> On 11/07/2007 10:16 AM, Eddward DeVilla wrote:
> > Say:
> > [*|This is [/|really] important!]. No. [*/_|Really!]
>
> @Why not @@ re-use @@ a markup that's @ already
> in use @@.
I don't export much myself. I like it to be rea
Hi Adam,
Adam Spiers <[EMAIL PROTECTED]> writes:
> Again, at risk of being pedantic I would describe my requirement
> slightly differently. (N.B. I can already search through multiple
> files.)
Thanks for the very clear & interesting explanations.
> In fact, the only thing missing is that the
Adam Spiers <[EMAIL PROTECTED]> writes:
>> In fact, I was not thinking of "parsing" the message. I imagined that
>> the mutt helper would just tell where the message file is, then Emacs
>> would do the job of creating a link by visiting this file
>
> That's going to be costly for mails with very
John Rakestraw <[EMAIL PROTECTED]> writes:
> I ask because it would be great to block (and perhaps copy) a section
> of a web page, click on the bookmarklet, and then see a template with
> the link/title and the section of text that I blocked/copied already
> entered.
I tried to do that. Here's
I haven't figured out how to reproduce this reliably yet, but there
seems to be a bug in 5.13h where when customizing
org-agenda-custom-commands, sometimes during a Set or Save (not sure
which) all the prefix key documentation entries vanish. Any ideas why
this would happen?
On Wed, Nov 07, 2007 at 05:20:32PM +0100, Carsten Dominik wrote:
> The idea to have groups of agenda files has come up before.
> It is hard to implement because agenda creating commands
> are *global* commands, so the group should not be a property
> of the location from where you call the agenda.
"Daniel Clemente" <[EMAIL PROTECTED]> writes:
> - you write C-x 8 SPC in your org files
> - C-x 8 SPC is exported to on HTML
> - C-x 8 SPC is exported to ~ on HTML
> - ~ continues working normally: produces ~ on HTML and \~{} on LaTeX
100% okay. And you can add:
- \~ will insert ~ in the
Dale Smith <[EMAIL PROTECTED]> writes:
> I just noticed there is an article on org-mode in the December Linux
> Journal by Abhijeet Chavan.
Great. Any chance that people in this list could read it *somewhere*,
even if not Linux Journal subscribers?
--
Bastien
On 11/07/2007 10:16 AM, Eddward DeVilla wrote:
> Say:
> [*|This is [/|really] important!]. No. [*/_|Really!]
@Why not @@ re-use @@ a markup that's @ already
in use @@.
I say bring the simple, single-character markup back to the original
incarnation: *one* word /only/.
Dan
_
On 11/07/2007 08:39 AM, Carsten Dominik wrote:
> is anyone using the command `C-c C-w' a lot?
> I am planning to use these keys for a different purpose,
> and to make `org-check-deadline' accessible only
> through the sparse tree command `C-c /'
Never used it, but maybe I should have ;)
...
* TOD
> Are you calling the above code before org-mode has been loaded? You
> can look through the Messages buffer to see what happens at startup...
Thanks David,
that was exactly my mistake. It works perfectly now.
alfredo
--
-
Alfredo Buttari,
Innovative Com
Hi Wanrong,
Wanrong Lin <[EMAIL PROTECTED]> writes:
> When diary entry is included in org agenda, the sub-lines are separated
> from the main line, something like this:
This issue has been raised before:
http://article.gmane.org/gmane.emacs.orgmode/4023
I don't have a solution but this might s
Carsten Dominik <[EMAIL PROTECTED]> writes:
> is anyone using the command `C-c C-w' a lot?
FWIW, I'm not using it at all, but I always thought I *should* :)
--
Bastien
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the l
I didn't see this here yet. Sorry if I'm being redundant. (again?)
I just noticed there is an article on org-mode in the December Linux
Journal by Abhijeet Chavan.
Yaayy. Nice job, Abhijeet.
-Dale
--
Dale P. Smith
[EMAIL PROTECTED]
216-447-4059
216-447-8951 FAX
___
On Wed, 07 Nov 2007 12:29:00 +
Bastien <[EMAIL PROTECTED]> wrote:
> Hope this will work correctly...
Yes, it works great. However, to make the remember function work I had
to add a line to the lisp, so that the relevant section now reads:
(cond ((equal proto "remember")
(kill
I use org-export-icalendar-combine-agenda-files to export my
appointments to an .ics file which I point korganizer at.
I noticed ages ago that if I have an appointment with a comma in, e.g.:
** <2007-12-07 Fri 20:00> foo, bar
korganizer always shows it as "bar" rather than "foo, bar". But I
nev
"Alfredo Buttari" <[EMAIL PROTECTED]> writes:
> Hi all,
> I'm trying to convert items in my org files into appointments. As far
> as my understanding goes, org-agenda-to-appt has to be run every time
> I start emacs so I added these lines to my .emacs file:
>
> (setq appt-display-format 'window)
>
I'm not an expert in this, but maybe the issue is that make-glyph code is
supposed to take a char, and "..." is not a char.
On 11/7/07, Carsten Dominik <[EMAIL PROTECTED]> wrote:
>
>
> On 6Nov2007, at 8:38 PM, Andrew Hyatt wrote:
>
> > I just spend a good half hour tracking this down. It looks l
Hi,
It seems there is a bug in dealing with multi-line diary entries in
org-agenda. For example, I have a diary entry like this:
%%(diary-cyclic 1 11 7 2007) 5:25pm End of Day:
- Review tomorrow's task.
- Check tomorrow'
Bastien wrote:
> Fabian Braennstroem <[EMAIL PROTECTED]> writes:
>
>>> As for footnotes, org-export-latex.el should also be able to convert
>>> them.
>>
>> Couldn't install dvipng on my redhat 4.4 yet, so I could not test the
>> 'conversion' of the equation and images yet. Now, I am taking the lo
On 11/7/07, Carsten Dominik <[EMAIL PROTECTED]> wrote:
> is anyone using the command `C-c C-w' a lot?
> I am planning to use these keys for a different purpose,
> and to make `org-check-deadline' accessible only
> through the sparse tree command `C-c /'
Personally, I have only ever used it by mist
This time to the whole list. (Sorry Daniel.)
I'm starting to think this needs a real fix before the work-arounds
drive Carsten round the bend, but I don't know how. Could it be done
sorta like with links?
Say:
[*|This is [/|really] important!]. No. [*/_|Really!]
Just a thought.
Edd
On Nov
On Wed, Nov 07, 2007 at 05:15:55PM +0100, Carsten Dominik wrote:
> Thanks for an interesting discussion about the merits of properties
> versus tags etc. Very illuminating.
>
> However, I do think that Adam's initial request to make the
> category available as a special property for queries in no
>
> >If you use C-x 8 SPC in a text file, you probably want to export it
> > as ~ in LaTeX, not to include that Unicode character directly.
>
> This is what i suggested.
>
Ok, I misunderstood because you said „so we should avoid to handle
this in Org source file"
> > But this conversion is
"Daniel Clemente" <[EMAIL PROTECTED]> writes:
>So: can org-emphasis-regexp-components expanded to include all
> quotation marks and not just " and ' ?
This variable is customizable.
--
Bastien
___
Emacs-orgmode mailing list
Remember: use `Reply
Hi,
is anyone using the command `C-c C-w' a lot?
I am planning to use these keys for a different purpose,
and to make `org-check-deadline' accessible only
through the sparse tree command `C-c /'
- Carsten
___
Emacs-orgmode mailing list
Remember: use
On 7Nov2007, at 2:56 PM, Detlef Steuer wrote:
Hi,
I've a line like this in my org file
* EABI
new --> EABI <2007-11-07 Mi 14:29>--<2007-11-07 Mi 14:35>
and would like to add the time difference between both stamps at the
end.
As I understand the fine manual, C-u C-x C-y does exactly this.
On 7Nov2007, at 3:15 PM, Bastien wrote:
I understand now.
I think it would be clearer to distinguish between categorizing files
and categorizing tasks. In a sense, using #+CATEGORY across several
files (as you do) is more a way to group these files under the same
ombrella (conveniently call
Thanks for an interesting discussion about the merits of properties
versus tags etc. Very illuminating.
However, I do think that Adam's initial request to make the
category available as a special property for queries in not
unreasonble. Or does anyone disagree?
I am not sure, though, if the #+
Hi,
I have a couple of question about list formatting. Given the example file:
sample.org
* [/] investigate
- [ ] Q1 -- A1 \\
more A1
- [ ] Q2 is a really, really, long Q and needs to be described in
excruciating detail.
- [ ] Q3
In Q1, the '\\' wo
Hi all,
I'm trying to convert items in my org files into appointments. As far
as my understanding goes, org-agenda-to-appt has to be run every time
I start emacs so I added these lines to my .emacs file:
(setq appt-display-format 'window)
(setq appt-display-duration 30)
(setq appt-audible t)
(setq
On Wed, Nov 07, 2007 at 05:16:26PM +, Bastien wrote:
> Adam Spiers <[EMAIL PROTECTED]> writes:
> >> This would let you restrict any agenda search to a group of agenda
> >> files. I don't want to digg too far in this direction, but I think
> >> there are a few other things for which such groups
Hi,
consider this test of quotation styles:
"ASCII double", 'ASCII simple',
"English" «French» „German" 「Japanese」
Now make each word bold (but not the quotation signs):
"*ASCII double*", '*ASCII simple*',
"*English*" «*French*» „*German*" 「*Japanese*」
At exportation, the syntax marks
"Daniel Clemente" <[EMAIL PROTECTED]> writes:
>If you use C-x 8 SPC in a text file, you probably want to export it
> as ~ in LaTeX, not to include that Unicode character directly.
This is what i suggested.
> But this conversion is a strange one,
Why?
> therefore it may be besser to offer
On Wed, Nov 07, 2007 at 03:52:55PM +0100, Tim O'Callaghan wrote:
> My point with the taxonomy is that Categories especially 'personal'
> and 'work' can be thought of as Meta Contexts (i wanted to say
> Meta-TAGS, but that might get confusing). So contexts that are
> arbitrary but are used to group
Detlef Steuer <[EMAIL PROTECTED]> writes:
> "C-c C-y
> Evaluate a time range by computing the difference between start
> and end. With prefix arg, insert result after the time range (in a
> table: into the following column)."
>
> But: It adds the time difference at point position, not
On 2007-11-04 11:59 +, Bastien wrote:
> Leo <[EMAIL PROTECTED]> writes:
>
>> I came across www.todotxt.org and it looks like another good
>> application for managing todo (or applying GTD methodology).
>
> Interesting. Did you already use/test it?
>
>> It is also based on text file.
>
> Yes, t
On Wed, Nov 07, 2007 at 02:39:07PM +, Bastien wrote:
> Adam Spiers <[EMAIL PROTECTED]> writes:
>
> > I suppose it depends on the relative merits of parsing the mail via
> > the mutt helper (which is Perl in my case) vs. doing it with elisp.
>
> In fact, I was not thinking of "parsing" the mes
On Wed, Nov 07, 2007 at 02:49:28PM +, Bastien wrote:
> Adam Spiers <[EMAIL PROTECTED]> writes:
>
> >> It would seem to me that this is exactly what tags does.
> >> You could move everything down a level and use tag inheritance:
> >> * personal stuff :personal:
> >> * work stuff :work:
> >
> >
On 07/11/2007, Adam Spiers <[EMAIL PROTECTED]> wrote:
> On Wed, Nov 07, 2007 at 02:59:35PM +0100, Tim O'Callaghan wrote:
> > On 07/11/2007, Adam Spiers <[EMAIL PROTECTED]> wrote:
> > > On Wed, Nov 07, 2007 at 02:23:12PM +0100, Tim O'Callaghan wrote:
> > > > It would seem to me that this is exactly
Adam Spiers <[EMAIL PROTECTED]> writes:
>> This would let you restrict any agenda search to a group of agenda
>> files. I don't want to digg too far in this direction, but I think
>> there are a few other things for which such groups might be useful
>> (e.g. publish agenda files per group...)
>
On 07/11/2007, Adam Spiers <[EMAIL PROTECTED]> wrote:
> On Wed, Nov 07, 2007 at 02:23:12PM +0100, Tim O'Callaghan wrote:
> > On 07/11/2007, Adam Spiers <[EMAIL PROTECTED]> wrote:
> > > I have several personal .org files, and several work-related ones too.
> > > In each personal file, I have a line:
Adam Spiers <[EMAIL PROTECTED]> writes:
>> It would seem to me that this is exactly what tags does.
>> You could move everything down a level and use tag inheritance:
>> * personal stuff :personal:
>> * work stuff :work:
>
> I could, but this would mean that each file would have a single
> top-lev
On Wed, Nov 07, 2007 at 02:59:35PM +0100, Tim O'Callaghan wrote:
> On 07/11/2007, Adam Spiers <[EMAIL PROTECTED]> wrote:
> > On Wed, Nov 07, 2007 at 02:23:12PM +0100, Tim O'Callaghan wrote:
> > > It would seem to me that this is exactly what tags does.
> > > You could move everything down a level a
On Wed, Nov 07, 2007 at 02:15:22PM +, Bastien wrote:
> I understand now.
>
> I think it would be clearer to distinguish between categorizing files
> and categorizing tasks. In a sense, using #+CATEGORY across several
> files (as you do) is more a way to group these files under the same
> ombr
Adam Spiers <[EMAIL PROTECTED]> writes:
> I suppose it depends on the relative merits of parsing the mail via
> the mutt helper (which is Perl in my case) vs. doing it with elisp.
In fact, I was not thinking of "parsing" the message. I imagined that
the mutt helper would just tell where the mess
Adam Spiers <[EMAIL PROTECTED]> writes:
> I have several personal .org files, and several work-related ones too.
> In each personal file, I have a line:
>
> #+CATEGORY: personal
>
> and in each work-related file, I have a line:
>
> #+CATEGORY: work
>
> I would like to be able to bind agenda
Hi,
I've a line like this in my org file
* EABI
new --> EABI <2007-11-07 Mi 14:29>--<2007-11-07 Mi 14:35>
and would like to add the time difference between both stamps at the
end.
As I understand the fine manual, C-u C-x C-y does exactly this.
"C-c C-y
Evaluate a time range by computing
On 07/11/2007, Adam Spiers <[EMAIL PROTECTED]> wrote:
> I have several personal .org files, and several work-related ones too.
> In each personal file, I have a line:
>
> #+CATEGORY: personal
>
> and in each work-related file, I have a line:
>
> #+CATEGORY: work
>
> I would like to be able to b
On Wed, Nov 07, 2007 at 02:23:12PM +0100, Tim O'Callaghan wrote:
> On 07/11/2007, Adam Spiers <[EMAIL PROTECTED]> wrote:
> > I have several personal .org files, and several work-related ones too.
> > In each personal file, I have a line:
> >
> > #+CATEGORY: personal
> >
> > and in each work-relat
Hi
>
> By "nonbreaking character", I meant the output of C-x 8 SPC (try it).
>
> This is iso-8859-1, not ascii, so we should avoid to handle this in Org
> source file -- but my bet is that people who want to insert nonbreaking
> characters are also people using other charsets than ascii.
>
If
On Wed, Nov 07, 2007 at 12:46:45PM +, Bastien wrote:
> > Currently I do this by coding the helper to dump the Message-Id into
> > ~/.clip-mairix, and then the elisp code inserts the contents of this
> > file back into the org buffer. However I would like it to be inserted
> > via a remember te
On Wed, Nov 07, 2007 at 12:49:44PM +, Bastien wrote:
> Adam Spiers <[EMAIL PROTECTED]> writes:
>
> > Would it make sense to include CATEGORY as a special property?
>
> Certainly. And it is already there:
>
> ,[ (info "(org)Categories") ]
> | If you would like to have a special CATEGOR
Adam Spiers <[EMAIL PROTECTED]> writes:
> Would it make sense to include CATEGORY as a special property?
Certainly. And it is already there:
,[ (info "(org)Categories") ]
| If you would like to have a special CATEGORY for a single entry or a
| (sub)tree, give the entry a `:CATEGORY:' prop
Adam Spiers <[EMAIL PROTECTED]> writes:
> On Wed, Nov 07, 2007 at 02:37:54AM +, Bastien wrote:
>> I've seen your patch in the other post and it looks fine. But FWIW here
>> was my first reaction: why don't you try to implement a new link type
>> for message/mail buffers?
>
> Because I use mutt
Adam Spiers <[EMAIL PROTECTED]> writes:
> On Wed, Nov 07, 2007 at 12:07:20PM +0100, Sebastjan Trepca wrote:
>> Hi,
>>
>> Is it possible to have a task that is "locked" until some other task
>> is finished?
>
> Not yet (I think), but there have been *many* discussions about this
> recently, e.g.
John Rakestraw <[EMAIL PROTECTED]> writes:
> When I click on the annotate bookmarklet in firefox pops me into emacs
> (into an already existing buffer) with a message that the link and page
> title are in the kill-ring. Yanking gives me a nice link to the web
> page, with the page title as the lin
On Wed, Nov 07, 2007 at 12:07:20PM +0100, Sebastjan Trepca wrote:
> Hi,
>
> Is it possible to have a task that is "locked" until some other task
> is finished?
Not yet (I think), but there have been *many* discussions about this
recently, e.g.
http://search.gmane.org/?query=dependencies&group=gm
I have several personal .org files, and several work-related ones too.
In each personal file, I have a line:
#+CATEGORY: personal
and in each work-related file, I have a line:
#+CATEGORY: work
I would like to be able to bind agenda custom commands to do tag
searches which are narrowed to
Hi,
Is it possible to have a task that is "locked" until some other task
is finished?
Regards, Sebastjan
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/
On Sat, Nov 03, 2007 at 10:19:05PM +, Leo wrote:
> Hi there,
>
> I came across www.todotxt.org and it looks like another good application
> for managing todo (or applying GTD methodology).
>
> It is also based on text file.
That's funny, I did something similar years ago:
http://www.adams
On Wed, Nov 07, 2007 at 02:37:54AM +, Bastien wrote:
> Adam Spiers <[EMAIL PROTECTED]> writes:
> > Currently I do this by coding the helper to dump the Message-Id into
> > ~/.clip-mairix, and then the elisp code inserts the contents of this
> > file back into the org buffer. However I would li
On 6Nov2007, at 8:38 PM, Andrew Hyatt wrote:
I just spend a good half hour tracking this down. It looks like
this, in org-mode is killing me. It look wrong to me, but I'm not
an expert:
(set-display-table-slot
org-display-table 4
(vconcat (mapcar
(lambda (c) (make-
On 6Nov2007, at 5:42 PM, Tim O'Callaghan wrote:
I've started using Remember mode more and more, and it has given me an
idea for new piece of functionality.
%c - insert clipboard/kill-ring at point
Will be in 5.14, thanks.
- Carsten
This is for 'auto' pasting links or snippets of text fr
On 7Nov2007, at 3:47 AM, Bastien wrote:
Adam Spiers <[EMAIL PROTECTED]> writes:
OK, it turns out that this was easy to implement, and I think the
patch is small enough that it could be accepted even though I haven't
got around to sending back the copyright assignment form yet (sorry -
this *
On 6Nov2007, at 11:39 PM, Adam Spiers wrote:
On Tue, Nov 06, 2007 at 04:36:47PM +, Adam Spiers wrote:
[snip]
This could easily be accomplished if remember templates allowed
syntax
such as
,--
| * %T
| %(shell-command-to-string "grep 'last full' /proc/acpi/battery/
BAT0/info")
`
today I update my org-mode to 5.13e . The org-mode view is changed .
each heading is followed by a button. I find it very annoying.
Is there some configuration available to change it.?
Strange that this makes a button for you. You can do
(setq org-ellipses nil)
- Carsten
_
70 matches
Mail list logo