On Jan 25, 2011, at 7:01 AM, Carsten Dominik wrote:
Hi Matt
Hmmm,
this looks like a very important optimisation indeed.
I am just wondering if it is always safe to do it like
this. Have you checked if this is influenced by
org-reverse-notes-order or similar things?
I am sorry, I see now th
Hi Matt
Hmmm,
this looks like a very important optimisation indeed.
I am just wondering if it is always safe to do it like
this. Have you checked if this is influenced by
org-reverse-notes-order or similar things?
- Carsten
On Jan 19, 2011, at 1:39 PM, Matt Lundin wrote:
* lisp/org-habit.el
Hi,
since I started using Org I collected a bunch of notes in a journal file and
I’d like to review them on a regular schedule. Ideally, I’d like to mark a
given entry with a review timestamp so I can skip it the next I review the
journal file and then use a sparse tree to see only the notes tha
Applied, with name change of hook to org-clock-before-select-task-hook.
- Carsten
On Jan 24, 2011, at 8:03 PM, Benjamin Drieu wrote:
Hi Org-moders,
I am often frustrated because I clock a lot of things and some of them
are repeated (i.e, coffee, read mails, etc.). So when I want to clock
ti
Applied, thanks.
- Carsten
On Jan 22, 2011, at 6:08 PM, Julien Danjou wrote:
* org-agenda.el (org-agenda-get-blocks): Fix time of start/end
of events with range. This display things like:
<2011-01-22 Sat 14:00>--<2011-01-23 Sun 20:00>
correctly, with the event starting at 14:00 and ending at 2
On Fri, Jan 21, 2011 at 18:05, Eric Schulte wrote:
>
> You can use the inline code syntax for very small blocks, e.g.
>
> src_emacs-lisp{(tagged "foo")}
>
I'm missing something. This does not evaluate with
# -*- eval: (org-babel-execute-buffer) -*-
This is the result:
Debugger entered--Lisp error: (quit)
re-search-forward("- State \"\\(\\(?:done\\)\\)\"\\s-*\\[\\([^]\n]+\\)\\]"
605 t)
(if (re-search-forward state-regexp end t) (progn (let* ... ...)))
(when (re-search-forward state-regexp end t) (let* (... ...) (if ...
...)))
(let ((e
I'd love to attend a NYC one, and can probably arrange for hosting in
a nice space in Manhattan as well.
On Sat, Jan 22, 2011 at 6:23 PM, Bradley M. Kuhn wrote:
> Bastien wrote on Thursday the 6th:
>> "OrgCamps are informal events where people gather IRL to contribute
>> to Org by discussing
> Seb writes:
>> I'm resuscitating this old thread, which is the only one I found on the
>> subject as someone starting to peek into Org and exploring ways to
>> migrate from Planner.
Bastien wrote on Monday the 3rd:
> You may have a look at this perl script:
> http://www.c0t0d0s0.de/plan2or
Perfect. Thanks to Matt and Bernt for sharing this!
On Mon, Jan 24, 2011 at 7:52 PM, Matt Lundin wrote:
> Hi Jeff,
>
> Jeff Horn writes:
>
>> PS - Would you mind sharing what you throw in your minimal init file?
>> Or do you whip one up for each testing task?
>
> There's a nice example on the FA
Hi Jeff,
Jeff Horn writes:
> PS - Would you mind sharing what you throw in your minimal init file?
> Or do you whip one up for each testing task?
There's a nice example on the FAQ:
http://orgmode.org/worg/org-faq.html#minimal-emacs
Best,
Matt
___
E
Jeff Horn writes:
> PS - Would you mind sharing what you throw in your minimal init file?
> Or do you whip one up for each testing task?
Not at all. I've actually posted my setup a few times on this list
already. I have a permanent 'minimal-emacs' command I run from the bash
prompt. It looks
On Mon, Jan 24, 2011 at 1:18 PM, Bernt Hansen wrote:
> No - I tested it with a minimal emacs setup and it worked out of the
> box for me.
Thanks again for your help, Bernt. Something wonky happened on that
task, and it was a week ago the last time I performed it. I don't
pretend to remember what
Hello,
> Samuel Wales writes:
> I never have anyin various ways would lists at column 0. I always
> want the top level at column 2. Supporting this would be great.
> C-c - not putting lists at column 0 (optionally)
There is already support for that. Use M-S-right or M-S-left on top
item of
Dear all,
Frederic Couchet writes:
>> "Bastien" == Bastien writes:
>
> Bastien> Dear all, some parisian Orgers are gathering for the first
> Bastien> OrgCamp on earthn® :)
>
> The OrgCamp in Paris went well. Julien posted a short report :
>
> http://julien.danjou.info/blog/2011.htm
On 2011-01-24, Samuel Wales wrote:
> I never have anyin various ways would lists at column 0. I always
That should be "I almost never want lists at column 0".
In particular I frequently do c-c - then use c-x r o.
The only time I want lists at column 0 is if I do something like this,
where inde
You asked for comments and suggestions.
Adding inline tasks sounds like a great way to allow all sorts of
things. I like that.
I never have anyin various ways would lists at column 0. I always
want the top level at column 2. Supporting this would be great. C-c
- not putting lists at column 0
Adam wrote:
> Can I ask a more general question on this topic. Sort of, how
> we are using Emacs or Orgmode, for Anniversaries etc.
>
> So, there's a forthcoming Anniversary, say a birthday. And
> we want to be advised of this before that date.
>
How do you want to be advised?
> Do we see
On Tuesday 25 January 2011 03:36 am, Nick Dokos wrote:
> lecodespor...@eml.cc wrote:
> > > > * John
> > > >
> > > > :PROPERTIES:
> > > > :Name: John
> > > > :Birthday: 5 4 1900
> > > > :END:
> > > >
> > > > I would like to add the "Birthday" and "Name" properties to Org
> > > > Agenda autom
Hello,
> Achim Gratz writes:
> Just been trying to do a make, there are a few undeclared items you
> may want to check upon:
Compiling should be clean now. Thank you.
Regards,
--
Nicolas
___
Emacs-orgmode mailing list
Please use `Reply All' to s
> "Bastien" == Bastien writes:
Bastien> Dear all, some parisian Orgers are gathering for the first
Bastien> OrgCamp on earthn® :)
The OrgCamp in Paris went well. Julien posted a short report :
http://julien.danjou.info/blog/2011.html#OrgCamp_Paris__review
We are planning to organi
> Bernt Hansen writes:
> I tried reproducing it too and failed...until I added 2 blank lines
> BEFORE the list.
Ok. Spotted and fixed. Thanks to Carsten and you.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Ema
Richard Lawrence writes:
> Dear Orgsters,
>
> I'm hoping I can solicit a little advice about pulling email attachments
> into Org (via Gnus), since some of the folks on this list seem to have
> experience interacting with Gnus from Org. I realize that the meat of
> my question may be better aske
Dan Davison writes:
[...]
>>> If you know the name of the code block you want to find you can use
>>> `org-babel-goto-named-src-block' (bound to C-c C-v g) to jump to a named
>>> code block (∃ a similar function for finding named results).
>
> Would anyone object if I change that function slight
Rustom Mody writes:
>> replacing Windows `smart quote' characters with ASCII ` and ',
>
> Ive seen more problem-causing characters like dashes of different
> lengths and maybe some others
For the OP, in particular, gnus will has the functionality to fix up a
number of these characters in article
Nicolas Goaziou writes:
> http://github.com/ngz/org-mode-lists.git
Thanks, that works nicely - should be working fine from work I guess.
Just been trying to do a make, there are a few undeclared items you may
want to check upon:
In org-in-item-p:
org-list.el:443:41:Warning: reference to free va
Hi Org-moders,
I am often frustrated because I clock a lot of things and some of them
are repeated (i.e, coffee, read mails, etc.). So when I want to clock
time I spend drinking coffee, the best I found was to search for a
headline matching "Coffee". Or to tag frequent clocks and do some
agenda
Nicolas Goaziou writes:
> Hello,
>
>> Carsten Dominik writes:
>
>>> In original patch, bullet type was passed to HTML and DocBook
>>> exporters. I removed that part of the code for various reasons.
>
>> I am not sure if I understand this. What was passed through in the
>> original patch, and
Hello,
> Achim Gratz writes:
> Can I access through http://, as I'll be behind a firewall for
> testing?
I guess you can clone instead:
http://github.com/ngz/org-mode-lists.git new-struct
> Also, the repository is a clone of the orgmode.git, so your branch
> should work as a remo
Jeff Horn writes:
> On Mon, Jan 24, 2011 at 10:37 AM, Bernt Hansen wrote:
>> The clocking total for the task on the modeline should reflect how much
>> time you have clocked since the last time you marked the task DONE.
>> org-mode records a property LAST_REPEAT which had the time you completed
On Mon, Jan 24, 2011 at 10:37 AM, Bernt Hansen wrote:
> The clocking total for the task on the modeline should reflect how much
> time you have clocked since the last time you marked the task DONE.
> org-mode records a property LAST_REPEAT which had the time you completed
> the task last. The mod
Nicolas Goaziou writes:
> While Bernt Hansen helped me a lot already, some more testing would
> be appreciated. The repository is at:
>
> git://github.com/ngz/org-mode-lists.git new-struct
>
> It supersedes "recursive-lists" branch, submitted to the ML a few
> weeks ago.
Can I a
Hello,
> Carsten Dominik writes:
>> In original patch, bullet type was passed to HTML and DocBook
>> exporters. I removed that part of the code for various reasons.
> I am not sure if I understand this. What was passed through in the
> original patch, and what have you changed?
In original
Jeff Horn writes:
> I just started using clocking and effort to plan my work, and I have a
> lot of repeating tasks. I'd like the clock summary to reflect how much
> I've worked on the task "recently".
>
> Is there a variable to control how the clock summary is generated? In
> particular, I'm loo
> You are correct, while the tangling works, the detangling still needs to
> be updated to take into account the fact that there may now be nested
> sections of tangled code -- which it doesn't currently. Hopefully this
> wont be too large of a code change...
>
It probably wouldnt involve much co
thanks, works
2011/1/24 Puneeth Chaganti
> Ido,
>
> On Mon, Jan 24, 2011 at 1:32 PM, Ido Magal wrote:
> > From my understanding, you are using the wrong syntax. You are using the
> > syntax for setting the category for the entire buffer and not for
> individual
> > headings.
>
> Like the page s
lecodespor...@eml.cc wrote:
> > > * John
> > > :PROPERTIES:
> > > :Name: John
> > > :Birthday: 5 4 1900
> > > :END:
> > >
> > > I would like to add the "Birthday" and "Name" properties to Org Agenda
> > > automatically. What I have so far is:
> > >
> > > %%(apply 'diary-anniversary (rea
Am 07.10.2010 10:46, schrieb Rainer Stengele:
> Am 06.08.2010 09:35, schrieb Rainer Stengele:
>> hi all,
>>
>> having set org-clock-idle-time to 15 minutes the dialogue to resolve the
>> idle time shows correctly after 15 minutes of idle time.
>> Many times I simply press "j" just to jump to the r
Eric S Fraga writes:
> "Eric Schulte" writes:
>
>> Eric S Fraga writes:
>
> [...]
>
>>> management issue: I find it difficult (a) to remember what all my source
>>> code snippets are called and (b) to navigate to any given snippet. I
>>> would love to see a babel table of contents popup (a la
With commit 330fb540 export of file links to HTML in
`org-html-make-link' changed insofar that file links with absolute paths
are now prepended with `file://'. This seems to make it virtually
impossible to create HTML code like `'.
However, creating HTML links with an absolute path (and without h
I just started using clocking and effort to plan my work, and I have a
lot of repeating tasks. I'd like the clock summary to reflect how much
I've worked on the task "recently".
Is there a variable to control how the clock summary is generated? In
particular, I'm looking for it to only sum the clo
> Students will email me their papers every week. I have no desire to
> download, print, and read a bunch of .doc files by hand every week.
I don't have direct answers to your other questions, but have a look
at catdoc and antiword (I prefer the latter) for reading docs on the
command line. I spo
Hi,
I have attached a small patch that makes LaTeX export use the same
regular expression as HTML export for identifying horizontal lines.
The regular expression used in HTML export seems more useful, since it
allows for leading whitespace, which is for instance introduced by
auto-indenting the bu
> replacing Windows `smart quote' characters with ASCII ` and ',
Ive seen more problem-causing characters like dashes of different
lengths and maybe some others
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-org
On Jan 22, 2011, at 5:22 PM, Tommy Kelly wrote:
In section "7.2 Special properties" the current online org manual
says:
"The following property names are special and should not be used as
keys
in the properties drawer:
...
CATEGORY
...
"
Is it correct to have "CATEGORY" in that list? I
On Sun, 23 Jan 2011 20:16 -0500, "Nick Dokos"
wrote:
> lecodespor...@eml.cc wrote:
>
> > I have an anniversary list in Org Mode where entries have this format:
> >
> > * John
> > :PROPERTIES:
> > :Name: John
> > :Birthday: 5 4 1900
> > :END:
> >
> > I would like to add the "Birthday" an
Ido,
On Mon, Jan 24, 2011 at 1:32 PM, Ido Magal wrote:
> From my understanding, you are using the wrong syntax. You are using the
> syntax for setting the category for the entire buffer and not for individual
> headings.
Like the page says, it is /strongly/ deprecated, but not wrong.
> See this
>From my understanding, you are using the wrong syntax. You are using the
syntax for setting the category for the entire buffer and not for individual
headings.
See this:
http://www.gnu.org/software/emacs/manual/html_node/org/Categories.html
On Jan 23, 2011, at 18:23, Carl Bolduc wrote:
Pleas
48 matches
Mail list logo