On May 20, 2010, at 11:46 PM, Dan Davison wrote:
> I was kind of expecting my mailing list post in the same thread that
> contained the patch to appear on the patchwork page, but that didn't
> seem to happen. How exactly do we "reference the patch"?
I have already been noticing that as long as y
I don't want to save all my contact info about my friends in Gmail.
I want to build an Address Book in my Emacs org mode.
Any good way to do list?
I just want to keep phone number, Emails, address etc. info about my
friends.
Thanks
Water Lin
--
Water Lin's notes and pencils: http://en.wat
On May 20, 2010, at 11:41 PM, Dan Davison wrote:
> So, John -- yes, could you revert that please as the issue has been
> fixed subsequent to 6.36.
Done.
John
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgm
The Emacs ChangeLog is a file which predates the existence of freely available,
project-wide version control. It was a way to see, in one place, the stream of
changes occurring in a project -- something which RCS could not do for you.
However, in this modern era of project-wide, atomic commits,
On 20.05.2010 23:29, John Wiegley wrote:
Any patches submitted to this mailing list are automatically registered for
review at the following server:
http://patchwork.newartisans.com/project/org-mode/list/
This sounds aweseome.
Are we supposed to resend patches or does it also cover the
I just remembered that I'd written a script for building a properly formatted
ChangeLog directly from Git history:
http://github.com/jwiegley/git-scripts/blob/master/git-changelog
This makes it trivial to build ChangeLog entries for a range of commits,
suitable for submission to Emacs. It
On May 21, 2010, at 5:28 AM, Martin Pohlack wrote:
> Are we supposed to resend patches or does it also cover the past?
It doesn't cover the past. I'm just assuming that any patches sent before are
already in Carsten's queue for review. Any patches that come from now on will
be reviewed by who
On May 21, 2010, at 5:28 AM, Martin Pohlack wrote:
> Currently I'm not seeing any patches at:
>
> http://patchwork.newartisans.com/project/org-mode/list/
Try:
http://patchwork.newartisans.com/project/org-mode/list/?state=*&archive=both
That shows all patches, open and closed, archived and un
On Fri, May 21, 2010 at 05:01:46PM +0800, Water Lin wrote:
>
> I don't want to save all my contact info about my friends in Gmail.
>
> I want to build an Address Book in my Emacs org mode.
>
> Any good way to do list?
>
> I just want to keep phone number, Emails, address etc. info about my
> fr
On 21.05.2010 11:59, John Wiegley wrote:
On May 21, 2010, at 5:28 AM, Martin Pohlack wrote:
Currently I'm not seeing any patches at:
http://patchwork.newartisans.com/project/org-mode/list/
Try:
http://patchwork.newartisans.com/project/org-mode/list/?state=*&archive=both
Ah thanks. I d
I like this idea, even as default, though I'm sure that some people
are doing things with org for which they would want to turn it off.
Scot
On Fri, May 21, 2010 at 6:54 AM, Livin Stephen Sharma
wrote:
>
> Context/Sample org content
> current
> unordered list
> + topA
> + innerA1
> +
Hi Tom,
as you may or may not have noticed, by merging your patch I actually
have created the new directory "testing" in the org-mode git repository.
Can I invite you to build this out into a testing system for Org-mode?
Basically, I think, this would mean adding your testing package (is it
On May 21, 2010, at 11:41 AM, John Wiegley wrote:
I just remembered that I'd written a script for building a properly
formatted ChangeLog directly from Git history:
http://github.com/jwiegley/git-scripts/blob/master/git-changelog
This makes it trivial to build ChangeLog entries for a ran
On Fri, May 21, 2010 at 7:54 AM, Livin Stephen Sharma <
livin.step...@gmail.com> wrote:
>
> Context/Sample org content
>
> *current*
> unordered list
> + topA
>+ innerA1
>+ innerA2
> + topB
>+ innerB1
>
>
> *proposed*
> unordered list
> + topA
>- innerA1 <--- '-' used
It turned out my previous attempt at sorting didn't quite work, here
is an improved version of the hack for anyone else who wants to add
sub-priorities to control sorting of todo items:
(defun org-cmp-sub-priority (a b)
"""Compare the titles of string A and B
This function can be used in the or
On May 21, 2010, at 8:15 AM, Carsten Dominik wrote:
> Can I have a look at one of those ChangeLog files created with the script?
> Just to get the idea? Do we need to do something special in the git commit
> message?
Below is output from running "git changelog HEAD~15.. -- lisp". It can
ide
On 5/21/10 May 21 -2:31 AM, Carsten Dominik wrote:
>
> On May 21, 2010, at 4:46 AM, Robert Goldman wrote:
>
>> I have been trying to make the generic exporter do fontification (bold,
>> italic, underline, etc.) and have fairly successfully managed to do this
>> by cargo-culting the code in org-la
Carsten Dominik writes:
> On May 21, 2010, at 11:41 AM, John Wiegley wrote:
> > This makes it trivial to build ChangeLog entries for a range of
> > commits, suitable for submission to Emacs. It may need a bit more
> > work to be production-ready, but it can already produce a ChangeLog
> > for all
On 5/14/10 May 14 -2:16 AM, Carsten Dominik wrote:
> Hi Robert, Wes,
>
> I am not sure if there is any action should be taking here?
> I have no problems bundling some documentation with the distribution -
> let me just know what you want and send me what I should distribute.
I have sent Wes a c
Hi all,
Sébastien Vauban wrote:
> Sébastien Vauban wrote:
>> In the same kind of thought, trying to enhance the way we (or I) visualize
>> tasks in the agenda, I have chosen some sort of "inverse video" face for
>> deadlines.
>>
>> (my-org-deadline-yesterday ((t (:foreground "white" :background "#
On May 21, 2010, at 4:46 AM, Robert Goldman wrote:
I have been trying to make the generic exporter do fontification
(bold,
italic, underline, etc.) and have fairly successfully managed to do
this
by cargo-culting the code in org-latex.
But I've run myself on a rock. I can't figure out wha
John Wiegley writes:
>> So, John -- yes, could you revert that please as the issue has been
>> fixed subsequent to 6.36.
>
> Done.
Out of interested: is patchwork integrated with the git repo, so that it
could automatically check if a patch was applied? And even better: see
that this patch was
John Wiegley writes:
Hi John,
> Line 1 is a <50 character short description
>
> Line 3 starts a 72-column full commit entry, formatted just like a
> ChangeLog entry, but without leading whitespace or '*'. If a changed
> file is mentioned, the mention isn't repeated by git-changelog; but
---
This patch is available at git://git.norang.ca/org-mode.git typo
lisp/org-list.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-list.el b/lisp/org-list.el
index 566e0eb..417061f 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -86,7 +86,7 @@ heading
Dan Davison wrote:
>I was kind of expecting my mailing list post in the same thread that
>contained the patch to appear on the patchwork page, but that didn't
>seem to happen. How exactly do we "reference the patch"?
I couldn't find the message with the patch of yours, but looking at
patchwork's c
Hi Ben,
On May 21, 2010, at 3:01 PM, Ben Finney wrote:
Carsten Dominik writes:
On May 21, 2010, at 11:41 AM, John Wiegley wrote:
This makes it trivial to build ChangeLog entries for a range of
commits, suitable for submission to Emacs. It may need a bit more
work to be production-ready, but
Not sure if I got it right but attached patch is for the template of
patchwork that displays the patches (patch.html). It adds a link back
to gmane to the displayed message id header field using gmane's
message id resolver (mid.gmane.org). Thus one can jump back to the
thread in the mailing list
On May 21, 2010, at 2:50 PM, John Wiegley wrote:
On May 21, 2010, at 8:15 AM, Carsten Dominik wrote:
Can I have a look at one of those ChangeLog files created with the
script? Just to get the idea? Do we need to do something special
in the git commit message?
Below is output from runni
On May 21, 2010, at 9:43 AM, Sébastien Vauban wrote:
Hi all,
Sébastien Vauban wrote:
Sébastien Vauban wrote:
In the same kind of thought, trying to enhance the way we (or I)
visualize
tasks in the agenda, I have chosen some sort of "inverse video"
face for
deadlines.
(my-org-deadline-ye
Hi all!
Creating clocktables for each day of a month is an excellent feature in org!
Problem for me is that many resulting tables have a total time of 0:00.
The problem is not really the zero time I spent but the appearance of the
tables with zero total time.
Is there a possibility to skip getti
On May 21, 2010, at 9:38 AM, Tassilo Horn wrote:
> Out of interested: is patchwork integrated with the git repo, so that it
> could automatically check if a patch was applied? And even better: see
> that this patch was now reverted and thus shouldn't be listed as
> "accepted" anymore?
No, it is
On May 21, 2010, at 9:47 AM, Tassilo Horn wrote:
> I think it would be better if line 3+ would be exact ChangeLog entries
> format-wise, so that you can still use emacs' ChangeLog facilities
> (`add-change-log-entry'). I don't really want to write the changed file
> and function names on my own,
On May 21, 2010, at 10:32 AM, Carsten Dominik wrote:
> We could even make a command for this, and apply any wanted
> formatting like what John was proposing (removing the committer
> line and indentation)...
>
> I think that this is not a bad idea, because normally you will
> not have the commit
On May 21, 2010, at 3:50 AM, David Maus wrote:
> Not sure if I got it right but attached patch is for the template of
> patchwork that displays the patches (patch.html). It adds a link back
> to gmane to the displayed message id header field using gmane's
> message id resolver (mid.gmane.org). T
On May 21, 2010, at 10:07 AM, Bernt Hansen wrote:
> ---
> This patch is available at git://git.norang.ca/org-mode.git typo
Applied. Bernt, did you get a notification by e-mail when I accepted your
patch?
John
___
Emacs-orgmode mailing list
Please us
On Thu, 20 May 2010 10:26:08 +0200, Darlan Cavalcante Moreira
wrote:
>
> At Thu, 20 May 2010 09:53:31 +0200,
> Christian Moe wrote:
> >
> > Hi,
> >
> >
> > Nathaniel Flath wrote:
> > > Hello,
> > > I've been setting up org-entities-user with a few custom symbols, and
> > > managed to get a
John Wiegley writes:
> On May 21, 2010, at 10:07 AM, Bernt Hansen wrote:
>
>> ---
>> This patch is available at git://git.norang.ca/org-mode.git typo
>
> Applied. Bernt, did you get a notification by e-mail when I accepted your
> patch?
Other than this message - no.
-Bernt
__
On May 21, 2010, at 5:06 PM, John Wiegley wrote:
On May 21, 2010, at 9:47 AM, Tassilo Horn wrote:
I think it would be better if line 3+ would be exact ChangeLog
entries
format-wise, so that you can still use emacs' ChangeLog facilities
(`add-change-log-entry'). I don't really want to write
So, I suppose starting now we can just stop updating the ChangeLog.
Here is an example of how a properly formatted entry would become a commit
message:
2010-05-19 David Maus
* org.el (org-refile-cache-get): Return empty list of targets
when cache was cleared.
(org-clo
John Wiegley writes:
> On May 21, 2010, at 9:47 AM, Tassilo Horn wrote:
>
>> I think it would be better if line 3+ would be exact ChangeLog entries
>> format-wise, so that you can still use emacs' ChangeLog facilities
>> (`add-change-log-entry'). I don't really want to write the changed file
>>
John Wiegley writes:
> On May 21, 2010, at 11:39 AM, Bernt Hansen wrote:
>
>> I make most of my git commits (including org-mode) in vim which is
>> kicked off from raw command-line git. I normally make multiple changes
>> at once and then build separate commits by using git's editing hunk
>> fea
On May 21, 2010, at 11:39 AM, Bernt Hansen wrote:
> I make most of my git commits (including org-mode) in vim which is
> kicked off from raw command-line git. I normally make multiple changes
> at once and then build separate commits by using git's editing hunk
> features from 'git add -p'. I do
On May 21, 2010, at 11:53 AM, Carsten Dominik wrote:
> But only the file, not the function...
I tested it with a function change, and it inserted the function name too!
John
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the
Bernt Hansen writes:
> John Wiegley writes:
>
>> On May 21, 2010, at 9:47 AM, Tassilo Horn wrote:
>>
>>> I think it would be better if line 3+ would be exact ChangeLog entries
>>> format-wise, so that you can still use emacs' ChangeLog facilities
>>> (`add-change-log-entry'). I don't really wan
Signed-off-by: Julien Danjou
---
I had a hard time figuring out how it works, and after reading the source
code, I think the docstring is wrong.
lisp/org-html.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/org-html.el b/lisp/org-html.el
index d5f4775..e7064a
From:
To: emacs-orgmode@gnu.org
Subject: Bug: loading a small org file crashes emacs - no backtrace [6.36]
--text follows this line--
I am a novice org-mode user. I am trying to learn how to use some of the
features of org-mode to implement a GTD system.
Emacs crashes when I load a file (named
If we expand `title', we may have HTML markup between the
markups, which is not valid.
Signed-off-by: Julien Danjou
---
lisp/org-html.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-html.el b/lisp/org-html.el
index e7064ab..9a744cf 100644
--- a/lisp/org-htm
On Fri, May 21, 2010 at 3:48 AM, Sandro Giessl
wrote:
> Hi Nagarjuna,
>
> I happily discovered that a student was assigned to this project [1] in
> this year's GSoC:
>
> GNOWSYS emacs web services for The GNU Project
>
> Abstract: Idea is to develop an emacs like editor with the org
> specifi
On 05/21/2010 01:43 AM, Fritz Kunze wrote:
> MY TASKS -*- mode: org; fill-column: 78; after-save-hook:
> (archive-done-tasks) -*-
If my understanding is correct, archive-done-tasks is evaluated when the
file is loaded, which I guess is not your intention. (You want to set
after-save-hook to '(ar
Scott, Juri,
thank you for your replies.
'org-list-demote-modify-bullet' is exactly what I was missing.
JohnW, BerntH, Carsten,
AFAICT, the manual does not mention it?
Thanks again!
Livin Stephen Sharma
On May 21, 2010, at 17:52:46 , Juri Krivov wrote:
>
>
> On Fri, May 21, 2010 at 7:54
Jan Böcker jboecker.de> writes:
>
>Visibility cycling with TAB works both in command and insert mode.
> I can also access the agenda using C-c a a.
>
>Looks like putty is misconfigured. While quickly
>scanning through
>putty's configuration menu, the only setting I
>noticed was "Connection
>->
Hi all
John Wiegley writes:
> The Emacs ChangeLog is a file which predates the existence of freely
> available, project-wide version control. It was a way to see, in one
> place, the stream of changes occurring in a project -- something which
> RCS could not do for you.
The only problem is that
On Fri, May 21 2010, Christian Egli wrote:
> So before pouring out the baby with the bathwater maybe we should at
> least try if the git merge driver solves the main problem we have with
> the Changelog files.
This does not resolve a ugly part which is the duplication of
information: in the cha
The function org-get-refile-targets was building org-refile-cache even
if org-refile-use-cache was set to nil. This caused every refile
attempt to call org-refile-cache-clear and to produce the message
"Refile cache has been cleared."
---
lisp/org.el |3 ++-
1 files changed, 2 insertions(+),
Jan Böcker jboecker.de> writes:
>
> On 05/21/2010 01:43 AM, Fritz Kunze wrote:
> > MY TASKS -*- mode: org; fill-column: 78; after-save-hook:
> > (archive-done-tasks) -*-
>
> If my understanding is correct, archive-done-tasks is evaluated when the
> file is loaded, which I guess is not your in
Sorry for the late reply - this thread was filtered incorrectly.
The primary use I have for it is essentially what Nathan said - it controls
display or recurring items to be the same as habits, with the exception of
not displaying the habit graph.
I also use it when scheduling items that can't be
Org-refile-cache fails when org-refile-use-outline-path is set to file.
Specifically, org-refile-cache-check-set throws a markerp error when it
encounters file targets, since they have nil instead a marker object.
This patch applies the test only to targets with markers (i.e.,
headings).
---
lisp
Herbert Sitz nwlink.com> writes:
> First, regarding C-c a not working to bring up
> agenda-view, this problem exists on my
> emacs instance in Ubuntu even when
> using it directly, not through ssh.
> Pressing C-c a gives error message
> 'C-c a is undefined', despite the fact that
Sorry, the
Nathaniel Flath writes:
> On May 2, 2010, at 7:37 PM, Nathaniel Flath wrote:
>
> One thing I've wanted from org-mode is the ability to have
> certain items 'hidden' from the agenda until the day they are
> scheduled - this patch implements this for all properties who
>
On Fri, May 21, 2010 at 5:13 AM, Fritz Kunze wrote:
>
> From:
> To: emacs-orgmode@gnu.org
> Subject: Bug: loading a small org file crashes emacs - no backtrace [6.36]
> --text follows this line--
> I am a novice org-mode user. I am trying to learn how to use some of the
> features of org-mode t
Hi everyone,
I have my TODO states set up in a way so that I am often
asked for a state change note, because this is most of the time what
I want. Example would be
#+TODO: TODO(t) | DONE(d@)
However, sometimes I have a couple of tasks that I would like to quickly
switch to DONE, without going thro
On May 21, 2010, at 9:14 PM, Livin Stephen Sharma wrote:
Scott, Juri,
thank you for your replies.
'org-list-demote-modify-bullet' is exactly what I was missing.
JohnW, BerntH, Carsten,
AFAICT, the manual does not mention it?
Maybe you could suggest a place in the manual where you would ha
Hi,
since a number of you have voiced a strong preference for Org-mode to
be hosted on GitHub, I am not considering such a step.
Could someone spell out for me what steps I would have to take to do
this?
In particular:
- How do I get the entire current repo onto GitHub?
- Can I set up rep
Russell Adams writes:
> On Fri, May 21, 2010 at 05:01:46PM +0800, Water Lin wrote:
>>
>> I don't want to save all my contact info about my friends in Gmail.
>>
>> I want to build an Address Book in my Emacs org mode.
>>
>> Any good way to do list?
>>
>> I just want to keep phone number, Email
64 matches
Mail list logo