On Tue, Apr 19, 2011 at 9:41 PM, Bernt Hansen wrote:
> Robert Inder writes:
>
>> On 19 April 2011 14:59, Puneeth Chaganti wrote:
>>
>>>
So I'd like a way to review the time-line for a day: a way to see all the
clock-in/clock-out pairs in order, so I can see any gaps or overlaps.
>>>
>>
Never mind - lack of coffee.
- Original Message
From: MidLifeXis at PerlMonks
To: Robert Inder
Cc: emacs-orgmode@gnu.org
Sent: Tue, April 19, 2011 10:40:18 AM
Subject: Re: [O] How can I review a day?
#+BEGIN: clocktable :block today :scope agenda :maxlevel 4 :link 2
#+END: clocktab
Jeff Horn writes:
> This looks great! I haven't quite read all the code, but I wonder how
> this would work on files where bib entries are in their own headline
> or mixed into the document ad hoc. Is this designed for a document
> with *only* bibtex headlines?
>
If a headline doesn't have a "ty
This looks great! I haven't quite read all the code, but I wonder how
this would work on files where bib entries are in their own headline
or mixed into the document ad hoc. Is this designed for a document
with *only* bibtex headlines?
On Tue, Apr 19, 2011 at 7:52 PM, Eric Schulte wrote:
> Hi,
>
Hi Carsten,
I'm trying to tune my shiny new block agenda so it has a section that
displays non-project tasks without a scheduled date or deadline date in
the future.
I have a non-standard skipping function that skips project trees which
I'm using in this agenda so what is left should only be no
Hi Carsten,
I'm trying to tune my shiny new block agenda so it has a section that
displays non-project tasks without a scheduled date or deadline date in
the future.
I have a non-standard skipping function that skips project trees which
I'm using in this agenda so what is left should only be non-
Hi,
Nicholas Putnam writes:
> I get a strange error message when trying to view the agenda for the
> current day/week with C-c a a :
>
> org-agenda-highlight-todo: Args out of range: #(" diary: " 0 14
> (org-category "diary" tags nil org-highest-priority 65
> org-lowest-priority 67 time-o
Hi,
In an attempt to organize my reading notes, I've written the following
tool which allows both for exporting Org-mode headlines with bibtex
meta-data to bibtex entries, and for reading existing bibtex entries
into Org-mode headings.
One nice feature of these functions is the ability to check t
There is an orgmode app for the iphone that can do imports. No idea what
was used to write it though.On Tue, 19 Apr 2011, Xiao-Yong Jin wrote:
> Keep up the good work!
>
> PS. I actually wish there were a html/javascript
> implementation that can pull org files directly from some
> online stor
What type of font? What type of characters?
Nicholas Putnam wrote:
> I get a strange error message when trying to view the agenda for the
> current day/week with C-c a a :
>
> org-agenda-highlight-todo: Args out of range: #(" diary: " 0 14
> (org-category "diary" tags nil org-highest-priority 65
> org-lowest-priority 67 time-of-day
Sebastian Szwarc wrote:
> I've noticed on Aquamacs (both current and previous version) that if I
> enter orgtbl mode for Text file or for scratch width of the columns
> are not properly set up after hitting Tab key. In org-mode everything
> is OK and columns are set properly. Any suggestions?
>
I get a strange error message when trying to view the agenda for the current
day/week with C-c a a :
org-agenda-highlight-todo: Args out of range: #(" diary: " 0 14
(org-category "diary" tags nil org-highest-priority 65 org-lowest-priority
67 time-of-day nil ...)), 26, 30
I can make it go a
Hello,
I've noticed on Aquamacs (both current and previous version) that if I enter
orgtbl mode for Text file or for scratch
width of the columns are not properly set up after hitting Tab key.
In org-mode everything is OK and columns are set properly.
Any suggestions?
regards
Sebastian
On Tue, Apr 19, 2011 at 4:52 PM, Olivier Schwander
wrote:
> What seems more feasible in the current state is a web application which
> use my python library on the server side and some js/web2.0/buzzword in
> a fancy web page for the frontend. In this case, you may use any data
> source you want (
From: Robert P. Goldman
Easy templates are especially useful for entering the begin and end pairs
that arise in supplying literal examples.
---
doc/org.texi |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index 8ca4426..17922d4 100644
--- a
I have been having trouble remembering the use of easy templates, because
I tende to look it up relative to "Literal Examples" (which is why I want
to use them), and not using the facility name (which for some reason I find
very difficult to remember). The patch adds a cross-reference from the
dis
Hi,
On Tue, Apr 19, 2011 at 14:52, Bastien wrote:
> Applied, thanks.
>
> Manuel Giraud writes:
>
>> ---
>> lisp/org-html.el | 3 ++-
>> 1 files changed, 2 insertions(+), 1 deletions(-)
>>
>> diff --git a/lisp/org-html.el b/lisp/org-html.el
>> index 5d53478..7a4564d 100644
>> --- a/lisp/org-h
Le 19 Apr 2011 16:36, Xiao-Yong Jin a écrit:
> Keep up the good work!
>
> PS. I actually wish there were a html/javascript
> implementation that can pull org files directly from some
> online storage places (google docs or dropbox...). It looks
> to me, by reading the code, that it might be poss
Keep up the good work!
PS. I actually wish there were a html/javascript
implementation that can pull org files directly from some
online storage places (google docs or dropbox...). It looks
to me, by reading the code, that it might be possible to
directly port the python code to javascript?
On
Le 19 Apr 2011 15:28, Christopher Allan Webber a écrit:
>
> One comment: it seems strange that the package name is neo and
> yet I'm "import org"'ing. Maybe the namespace should be neoorg?
>
Yes, this disturbs me too. Maybe it should be better to simply do
'import org' on Python side and 'org a
Oliver,
Neat! Only browsed it briefly but looks like it has some cool ideas :)q
One comment: it seems strange that the package name is neo and
yet I'm "import org"'ing. Maybe the namespace should be neoorg?
A nice start! Look forward to seeing more!
Olivier Schwander writes:
> Dear Org
Hi Bernt,
> It looks like your capture session is trying to create a git link and
> can't find the 'git' program. I assume you are using
> contrib/org-git-link.el. I personally have no experience with this
> package.
>
You are right. For some unknown reason I enabled org-git-link in the
org
I think the biggest benefit of a project like this is the doors it
opens for web development and mobile applications. Good luck!
On Tue, Apr 19, 2011 at 1:59 PM, Olivier Schwander
wrote:
> Dear Org users,
>
> I am pleased to do the first announce of neo, which stands for "No Emacs
> Org". The goa
Hi Stefan,
It looks like your capture session is trying to create a git link and
can't find the 'git' program. I assume you are using
contrib/org-git-link.el. I personally have no experience with this
package.
Can you provide details of the capture template you are using when you
get this error
Stefan Strohmeier wrote:
> Dear Org-mode users,
>
> I am a happy user of org-mode. Thanks for this awesome piece of software.
>
> However, I have some problems in running the org-capture command with C-c c
> in some files. For example, I have a buffer English.org opened and when I try
> to us
Dear Org users,
I am pleased to do the first announce of neo, which stands for "No Emacs
Org". The goal of this project is to provide a full implementation of
Org usable in Python.
Current features
~
- Org file parser
- Agenda builder
- Todo-list builder
- Custom todo key
Dear Bernt and everyone else,
> Please provide a backtrace
>
> (setq debug-on-error t)
>
> and regenerate the error. Loading org without compiled elisp (C-u M-x
> org-reload) will give better backtrace details.
This is the backtrace I get when I do a org-reload withtout the compiled elisp:
--
Stefan Strohmeier writes:
> Dear Org-mode users,
>
> I am a happy user of org-mode. Thanks for this awesome piece of software.
>
> However, I have some problems in running the org-capture command with
> C-c c in some files. For example, I have a buffer English.org opened
> and when I try to use C
Robert Inder writes:
> On 19 April 2011 17:11, Bernt Hansen wrote:
>>
>> You want the regular agenda not the timeline view probably.
>> Just try this:
>>
>> | Key | Details |
>> |-+-|
>> | C-c a a | Show today's agenda
On 19 April 2011 17:11, Bernt Hansen wrote:
>
> You want the regular agenda not the timeline view probably.
> Just try this:
>
> | Key | Details |
> |-+-|
> | C-c a a | Show today's agenda |
> | l | Enable di
On Tue, Apr 19, 2011 at 04:06:12PM +0100, Robert Inder wrote:
> On 19 April 2011 14:59, Puneeth Chaganti wrote:
>
> >
> >> So I'd like a way to review the time-line for a day: a way to see all the
> >> clock-in/clock-out pairs in order, so I can see any gaps or overlaps.
> >
> > Hit l in agenda mo
Bernt Hansen writes:
> Manuel Giraud writes:
>
>> Hi,
>>
>> elp reports important speed gain with this patch to find an org file date.
>
> Hi Manual,
>
> It would be useful to post the elp results too so we can see the
> differences before and after your patch.
Right. Here there are:
org-publi
Dear Org-mode users,
I am a happy user of org-mode. Thanks for this awesome piece of software.
However, I have some problems in running the org-capture command with C-c c in
some files. For example, I have a buffer English.org opened and when I try to
use C-c c to capture I get the following er
Manuel Giraud writes:
> Hi,
>
> elp reports important speed gain with this patch to find an org file date.
Hi Manual,
It would be useful to post the elp results too so we can see the
differences before and after your patch.
Regards,
Bernt
Robert Inder writes:
> On 19 April 2011 14:59, Puneeth Chaganti wrote:
>
>>
>>> So I'd like a way to review the time-line for a day: a way to see all the
>>> clock-in/clock-out pairs in order, so I can see any gaps or overlaps.
>>
>> Hit l in agenda mode to enable the log mode. Is this what you
Hi James,
I just pushed up a change which should fix this behavior for both ocaml
lists and arrays. Please let me know if you continue to experience
problems.
Thanks -- Eric
James Hurford writes:
> I have just discovered org-babel supports ocaml and I've just started to
> learn it. My proble
Hi,
elp reports important speed gain with this patch to find an org file date.
---
lisp/org-publish.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-publish.el b/lisp/org-publish.el
index e944eea..7470ee2 100644
--- a/lisp/org-publish.el
+++ b/lisp/org-publis
#+BEGIN: clocktable :block today :scope agenda :maxlevel 4 :link 2
#+END: clocktable
You can also use agenda-with-archives for the scope if needed.
- Original Message
From: Robert Inder
To: Puneeth Chaganti
Cc: emacs-orgmode@gnu.org
Sent: Tue, April 19, 2011 10:06:12 AM
Subject: Re:
On Tue, Apr 19, 2011 at 8:54 PM, Puneeth Chaganti wrote:
> On Tue, Apr 19, 2011 at 8:36 PM, Robert Inder
> wrote:
>> On 19 April 2011 14:59, Puneeth Chaganti wrote:
>>
>>>
So I'd like a way to review the time-line for a day: a way to see all the
clock-in/clock-out pairs in order, so I
On Tue, Apr 19, 2011 at 8:36 PM, Robert Inder wrote:
> On 19 April 2011 14:59, Puneeth Chaganti wrote:
>
>>
>>> So I'd like a way to review the time-line for a day: a way to see all the
>>> clock-in/clock-out pairs in order, so I can see any gaps or overlaps.
>>
>> Hit l in agenda mode to enable
On 19 April 2011 14:59, Puneeth Chaganti wrote:
>
>> So I'd like a way to review the time-line for a day: a way to see all the
>> clock-in/clock-out pairs in order, so I can see any gaps or overlaps.
>
> Hit l in agenda mode to enable the log mode. Is this what you need?
Whoa! Close, but not to
On Tue, Apr 19, 2011 at 7:22 PM, Robert Inder wrote:
> I've recently started using Org mode in earnest, and in particular using the
> time logging stuff.
>
> It's brilliant.
>
> But I have a problem. I sometimes (well, OK, fairly often, actually!)
> forget to clock in/out of jobs. That's OK, org
I've recently started using Org mode in earnest, and in particular using the
time logging stuff.
It's brilliant.
But I have a problem. I sometimes (well, OK, fairly often, actually!)
forget to clock in/out of jobs. That's OK, org is "my life in plain text", and
I can simply edit the relevant cl
Am 13.04.2011 17:44, schrieb Rainer Stengele:
> Hi all!
>
> I do clock every task I work on during the whole day.
> At the end of the day or week I have to go over all clock entries in my agenda
> and see if there are holes or overlappings in my clock tables.
> If yes I have to adjust the clocks.
Marcelo de Moraes Serpa gmail.com> writes:
>
> Hi list,
>
> I use Pomodoro to help keeping me focused, and right now I use Focus
> Booster on OSX.
>
> However, I just found http://kanis.fr/hg/lisp/ivan/pomodoro.el, which
> might be a good addition to the emacs PIM arsenal, haven't tried it
> y
Hi Xiao-Yong,
Xiao-Yong Jin writes:
> Two lines in the file doc/org.texi
>
> doc/org.texi:8529:@vindex org-overriding-columns-format
> doc/org.texi:8533:Org first checks if the variable
> @code{org-overriding-columns-format} is
>
> mention the variable org-overriding-columns-format. I
> believ
Applied, thanks.
Manuel Giraud writes:
> ---
> lisp/org-html.el |3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/lisp/org-html.el b/lisp/org-html.el
> index 5d53478..7a4564d 100644
> --- a/lisp/org-html.el
> +++ b/lisp/org-html.el
> @@ -888,7 +888,8 @@ OPT-PLIST i
Patch 752 (http://patchwork.newartisans.com/patch/752/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C1303202089-27231-1-git-send-email-manuel.giraud%40univ-nantes.fr%3E
Here is the original message containing the patch:
> Content
Jambunathan K writes:
> Without alt validation fails, right?
Yes it fails. This is the point of this patch (should have said so).
--
Manuel Giraud
Without alt validation fails, right?
Jambunathan K.
Manuel Giraud writes:
> ---
> lisp/org-html.el |3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/lisp/org-html.el b/lisp/org-html.el
> index 5d53478..7a4564d 100644
> --- a/lisp/org-html.el
> +++ b/lisp/org-htm
---
lisp/org-html.el |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/lisp/org-html.el b/lisp/org-html.el
index 5d53478..7a4564d 100644
--- a/lisp/org-html.el
+++ b/lisp/org-html.el
@@ -888,7 +888,8 @@ OPT-PLIST is the export options list."
(if (string-match "^f
52 matches
Mail list logo