On Aug 19, 2009, at 9:51 PM, Michael Brand wrote:
Carsten Dominik wrote:
On Jun 19, 2009, at 5:29 PM, Michael Brand wrote:
2) One could like to have configurable left/right alignment, even
combinable with column width, e. g.
| ||
| 3.14 | 0x10 |
| 3.141592=> | 0x
Works for me
- Carsten
On Aug 20, 2009, at 4:54 AM, Desmond Rivet wrote:
Hi all,
I don't think org-tags-exclude-from-inheritance is working like it
should. Or I'm misunderstanding something.
I have this in my .emacs:
(setq org-tags-exclude-from-inheritance '("project"))
And I have th
Hi,
I am using org-mode integrated in emacs 23.1.1. When I export the org
file to html file, the enumerations will be interrupted by some
displayed math formulae. For example, the codes
1. The first.
2. A displayed formula: \[ \int_0^{+\infty} \frac{c}{1+x^2}dx=1. \]
3. The third.
wi
Carsten,
Please do NOT apply these patches yet. Manish reported a problem with
them on his system. I'll post improved ones tomorrow.
Thanks,
Bernt
Bernt Hansen writes:
> Here are two patches which fix org-version for windows.
>
> This should handle cygwin and msysGit where git is installed
Hi all,
I don't think org-tags-exclude-from-inheritance is working like it
should. Or I'm misunderstanding something.
I have this in my .emacs:
(setq org-tags-exclude-from-inheritance '("project"))
And I have this org file:
* Projects
** TODO Stuff :project:
*** TODO Item 1
*** TODO Item 2
In at least org-version "6.29trans", I find the behavior of
org-agenda-cycle-show to be different from its docstring,
and also different from what I would find most useful.
The docstring says:
Show the current entry in another window, with default settings.
Default settings are ta
Carsten Dominik wrote:
On Jun 19, 2009, at 5:29 PM, Michael Brand wrote:
2) One could like to have configurable left/right alignment, even
combinable with column width, e. g.
| ||
| 3.14 | 0x10 |
| 3.141592=> | 0x32 0x10 |
This is now implemented, thanks for the n
Hello.
I am Godo, and I am working with org-mode from one year ago. I would like to
congratulate developers on their great effort.
The question: I used to work with a black background on emacs, but now, I
would like to change to a white background... I have seen the capture screen
on the site: ht
Please apply, I don't *think* this can break anything. Thanks -- Eric
>From f73d4b67c027209905dd90868d57440ceacdea28 Mon Sep 17 00:00:00 2001
From: Eric Schulte
Date: Wed, 19 Aug 2009 15:17:09 -0600
Subject: [PATCH] now possible to search for text inside of folded blocks
---
lisp/org.el | 38
Here are two patches which fix org-version for windows.
This should handle cygwin and msysGit where git is installed for use
by the default Windows command shell. This does not currently support
msysGit where git is not installed in the user's PATH.
The series is available at git://git.norang.ca
This removes errors generated on a windows system where msysGit is
installed in git bash only and not available from cmd.exe in the
user's PATH.
---
lisp/org.el | 27 ++-
1 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 63ce
This fixes git version determination on windows for cygwin and for msysGit
where git is installed in the user's PATH for the windows command shell.
---
lisp/org.el | 38 --
1 files changed, 20 insertions(+), 18 deletions(-)
diff --git a/lisp/org.el b/lisp/org
hmm, works now, must have been a transient problem on my end -- sorry.
On Wed, Aug 19, 2009 at 2:29 PM, Greg Newman wrote:
> works for me
>
> On Wed, Aug 19, 2009 at 2:24 PM, Ilya Shlyakhter
> wrote:
>>
>> The link from orgmode.org to
>> http://sachachua.com/wp/2008/01/18/outlining-your-notes-wit
works for me
On Wed, Aug 19, 2009 at 2:24 PM, Ilya Shlyakhter wrote:
> The link from orgmode.org to
> http://sachachua.com/wp/2008/01/18/outlining-your-notes-with-org/ is
> broken.
>
>
> ___
> Emacs-orgmode mailing list
> Remember: use `Reply All' to se
The link from orgmode.org to
http://sachachua.com/wp/2008/01/18/outlining-your-notes-with-org/ is
broken.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/e
Hector Villafuerte writes:
> Hi,
> I've just discovered Org and are truly impressed with it; using it for
> more and more tasks.
>
> Here's what I want to do: I have 2 tables with the same number of rows
> (one row per subject). I would like to make just one big table by
> copying the second tabl
Hi,
I've just discovered Org and are truly impressed with it; using it for
more and more tasks.
Here's what I want to do: I have 2 tables with the same number of rows
(one row per subject). I would like to make just one big table by
copying the second table to the right of the first one. This is a
Manish writes:
> On Wed, Aug 19, 2009 at 8:46 PM, Bernt Hansen wrote:
>> Nick Dokos writes:
>>
> [...]
>>>
>>> Bernt's code checks for the existence of the .git subdirectory
>>> in the parent directory of wherever emacs get the org.el[c] library:
>>> if it's present, then the assumption is that g
On Wed, Aug 19, 2009 at 8:46 PM, Bernt Hansen wrote:
> Nick Dokos writes:
>
[...]
>>
>> Bernt's code checks for the existence of the .git subdirectory
>> in the parent directory of wherever emacs get the org.el[c] library:
>> if it's present, then the assumption is that git is installed.
>
> Well m
Nick Dokos writes:
> Manish wrote:
>
>
>> ...
>> Do we test if git is installed if we are on a non-Windows system or
>> show whatever error shell returns in case git is not installed?
>>
>> I tried calling cygwin git from CMD shell and it seems to work okay.
>> So I am guessing we need to figu
On Wed, Aug 19, 2009 at 8:34 PM, Nick Dokos wrote:
> Manish wrote:
>
>
>> ...
>> Do we test if git is installed if we are on a non-Windows system or
>> show whatever error shell returns in case git is not installed?
>>
>> I tried calling cygwin git from CMD shell and it seems to work okay.
>> So I
Friedrich Delgado Friedrichs writes:
> I had a missing :END: line in a long file due to some editing screwups
> and the (error ":END: line missing")) wasn't too helpful.
>
> I propose the following patch:
Applied, thanks.
--
Bastien
___
Emacs-
Manish wrote:
> ...
> Do we test if git is installed if we are on a non-Windows system or
> show whatever error shell returns in case git is not installed?
>
> I tried calling cygwin git from CMD shell and it seems to work okay.
> So I am guessing we need to figure out how to correctly pass gi
Hi Leo,
Leo writes:
> I want to use a special org file to collect quotes. The file is special
> in that it contains only a plain list. I want to use remember to quickly
> file a quote to it but it seems this is not yet possible to do in
> orgmode. I wonder if this feature is useful to have?
For
On Wed, Aug 19, 2009 at 8:12 PM, Bernt Hansen wrote:
> Nick Dokos writes:
>
>> Thanks! IIUC, there are then multiple forks in the decision tree:
>>
>> o running on Windows or on something else?
>>
>> o if on Windows, running native or under cygwin?
>>
>> o what shell am I using? cmd.exe
Manish writes:
> On Wed, Aug 19, 2009 at 7:47 PM, Bernt Hansen wrote:
> [snip: attempting to make git reporting functionality in org-version (29
> lines)]
>>
>> Maybe I should just disable the git version for now on ms-dos,
>> windows-nt, and cygwin since I don't know how to make it work reliabl
Nick Dokos writes:
> Thanks! IIUC, there are then multiple forks in the decision tree:
>
> o running on Windows or on something else?
>
> o if on Windows, running native or under cygwin?
>
> o what shell am I using? cmd.exe and bash under cygwin accept
> different
On Wed, Aug 19, 2009 at 7:47 PM, Bernt Hansen wrote:
[snip: attempting to make git reporting functionality in org-version (29 lines)]
>
> Maybe I should just disable the git version for now on ms-dos,
> windows-nt, and cygwin since I don't know how to make it work reliably
> on windows.
>
> Opinion
Hi!
I had a missing :END: line in a long file due to some editing screwups
and the (error ":END: line missing")) wasn't too helpful.
I propose the following patch:
diff --git a/lisp/org.el b/lisp/org.el
index ab7f243..aaefc72 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5005,7 +5005,7 @@
Manish wrote:
> On Wed, Aug 19, 2009 at 7:32 PM, Nick Dokos wrote:
> > Bernt Hansen wrote:
> >
> > ...
> >>(shell-command (concat "GITDIR=" dir " && git describe --abbrev=4
> >> HEAD"))
> > ...
> >
> > Disclaimer: I touch Windows once a day to check a mail account and
> > possibly surf the
Nick Dokos writes:
> Bernt Hansen wrote:
>
> ...
>> (shell-command (concat "GITDIR=" dir " && git describe --abbrev=4
>> HEAD"))
> ...
>
> Disclaimer: I touch Windows once a day to check a mail account and
> possibly surf the web - other than that, I'm pretty much at sea in it
> (and I've
On Wed, Aug 19, 2009 at 7:32 PM, Nick Dokos wrote:
> Bernt Hansen wrote:
>
> ...
>>(shell-command (concat "GITDIR=" dir " && git describe --abbrev=4 HEAD"))
> ...
>
> Disclaimer: I touch Windows once a day to check a mail account and
> possibly surf the web - other than that, I'm pretty much a
Bernt Hansen wrote:
...
>(shell-command (concat "GITDIR=" dir " && git describe --abbrev=4
> HEAD"))
...
Disclaimer: I touch Windows once a day to check a mail account and
possibly surf the web - other than that, I'm pretty much at sea in it
(and I've never used emacs on Windows, let al
On Wed, Aug 19, 2009 at 7:02 PM, Bernt Hansen wrote:
> Manish writes:
>
>> On Wed, Aug 19, 2009 at 6:00 PM, Bernt Hansen wrote:
>>> Manish,
>>>
>>> Could you try this patch - does it work?
>>
>> Patch application fails. I tried with patch -p1 as well.
>>
>> ,
>> | [Wed 19 18:47] (2118) ~/elisp
Bernt Hansen wrote:
> Manish writes:
>
> > On Wed, Aug 19, 2009 at 5:38 PM, Bernt Hansen wrote:
> >> Manish writes:
> >>
> > When I tried to run the function under debug the *Shell Command
> > Output* buffer displays this message "The system cannot find the path
> > specified." Perhaps this i
Manish writes:
> On Wed, Aug 19, 2009 at 5:38 PM, Bernt Hansen wrote:
>> Manish writes:
>>
> When I tried to run the function under debug the *Shell Command
> Output* buffer displays this message "The system cannot find the path
> specified." Perhaps this is because of the slashes since Windows
Bernt Hansen writes:
> Can you try evaluating this? and then M-x org-version and report the
> results?
Nevermind - that version is broken.
-Bernt
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu
Manish writes:
> On Wed, Aug 19, 2009 at 6:00 PM, Bernt Hansen wrote:
>> Manish,
>>
>> Could you try this patch - does it work?
>
> Patch application fails. I tried with patch -p1 as well.
>
> ,
> | [Wed 19 18:47] (2118) ~/elisp/org-mode.git $ git apply
> org-version-patch-by-bernt.patch
> |
On Wed, Aug 19, 2009 at 5:50 PM, Godofredo Fdez. Requena wrote:
> Hello.
>
> I am Godo, and I am working with org-mode from one year ago. I would like to
> congratulate developers on their great effort.
>
> The question: I used to work with a black background on emacs, but now, I
> would like to ch
On Wed, Aug 19, 2009 at 5:38 PM, Bernt Hansen wrote:
> Manish writes:
>
>> On Wed, Aug 19, 2009 at 4:54 PM, Bernt Hansen wrote:
>>> Does it crash and cause an error or report the old org version as before?
>>
>> It just reports the version as before; no crashing or error of any sort.
>
> Okay that
On Wed, Aug 19, 2009 at 6:00 PM, Bernt Hansen wrote:
> Manish,
>
> Could you try this patch - does it work?
Patch application fails. I tried with patch -p1 as well.
,
| [Wed 19 18:47] (2118) ~/elisp/org-mode.git $ git apply
org-version-patch-by-bernt.patch
| error: patch failed: lisp/org.el:
On Wed, Aug 19, 2009 at 5:51 PM, Nick Dokos wrote:
> Manish wrote:
>
>> On Wed, Aug 19, 2009 at 12:45 AM, Carsten Dominik wrote:
>> >
>> > On Aug 18, 2009, at 8:10 PM, Bernt Hansen wrote:
>> >
>> >> I don't know if that will work on Windows (with git). I've only tested
>> >> it on Linux here. You m
Manish,
Could you try this patch - does it work?
-Bernt
>From 1b26a9ef0a9105d3e855c242fce3a44d1b8cd9c7 Mon Sep 17 00:00:00 2001
From: Bernt Hansen
Date: Wed, 19 Aug 2009 08:26:43 -0400
Subject: [PATCH] Fix org-version so
Manish wrote:
> On Wed, Aug 19, 2009 at 12:45 AM, Carsten Dominik wrote:
> >
> > On Aug 18, 2009, at 8:10 PM, Bernt Hansen wrote:
> >
> >> I don't know if that will work on Windows (with git). I've only tested
> >> it on Linux here. You may want to test drive it before including it.
> >
> > I hav
Hello.
I am Godo, and I am working with org-mode from one year ago. I would like to
congratulate developers on their great effort.
The question: I used to work with a black background on emacs, but now, I
would like to change to a white background... I have seen the capture screen
on the site: ht
On Wed, Aug 19, 2009 at 5:38 PM, Bernt Hansen wrote:
> Manish writes:
>
>> On Wed, Aug 19, 2009 at 4:54 PM, Bernt Hansen wrote:
>>> Does it crash and cause an error or report the old org version as before?
>>
>> It just reports the version as before; no crashing or error of any sort.
>
> Okay that
Manish writes:
> On Wed, Aug 19, 2009 at 4:54 PM, Bernt Hansen wrote:
>> Does it crash and cause an error or report the old org version as before?
>
> It just reports the version as before; no crashing or error of any sort.
Okay that's good. I don't have Emacs on windows here. If you have time
On Wed, Aug 19, 2009 at 4:54 PM, Bernt Hansen wrote:
> Manish writes:
>
>> On Wed, Aug 19, 2009 at 12:45 AM, Carsten Dominik wrote:
>>>
>>> On Aug 18, 2009, at 8:10 PM, Bernt Hansen wrote:
>>>
I don't know if that will work on Windows (with git). I've only tested
it on Linux here. You may
Manish writes:
> On Wed, Aug 19, 2009 at 12:45 AM, Carsten Dominik wrote:
>>
>> On Aug 18, 2009, at 8:10 PM, Bernt Hansen wrote:
>>
>>> I don't know if that will work on Windows (with git). I've only tested
>>> it on Linux here. You may want to test drive it before including it.
>>
>> I have alre
Dan Davison writes:
> Carsten Dominik writes:
>
>> Hi Dan,
>>
>> thank you for studying and describing these issues, and for proposing
>> a patch.
I have noticed a bug in the patch I proposed: the configuration of the
edit buffer for saving must be done only after C-c ', and not for
example whe
Hi there,
I haven't used org to store links from Gnus for almost two years and
today I tried it again and found at least one annoying bug.
In the summary buffer, calling org-store-link will display the article
buffer which is uncalled for. It also causes visual disturbance as well
as asks Gnus to
Hi there,
I want to use a special org file to collect quotes. The file is special
in that it contains only a plain list. I want to use remember to quickly
file a quote to it but it seems this is not yet possible to do in
orgmode. I wonder if this feature is useful to have?
Thanks.
Leo
--
Emacs
On Wed, Aug 19, 2009 at 12:45 AM, Carsten Dominik wrote:
>
> On Aug 18, 2009, at 8:10 PM, Bernt Hansen wrote:
>
>> I don't know if that will work on Windows (with git). I've only tested
>> it on Linux here. You may want to test drive it before including it.
>
> I have already included it, please te
On 2009-08-19 10:31 +0100, Carsten Dominik wrote:
>> The bug I am reporting is that when there is a blank line preceding
>> the FIRST heading or list item, the second one will have a blank
>> line. The FAQ seems to address when there is a blank line preceding
>> the second heading or list item, the
On Wed, Aug 19, 2009 at 3:04 PM, Carsten Dominik wrote:
>
> On Aug 19, 2009, at 3:44 AM, Anthony Fairchild wrote:
>
>> Hi,
>>
>> Is there a way to get the text underneath a todo heading to show up in the
>> agenda screen?
>
> No this is not possible.
It would be real nice to be able to toggle the
El dc, ago 19 2009 a les 11:10, Carsten Dominik va escriure:
> Ooops, looks like this patch was incomplete. Fixed now.
Thanks, it works now.
>
>>
>> 2. Other functions were renamed, like org-completing-read-no-ido →
>> org-completing-read-no-i. I don't know how that's better.
>
> Because his no
On Aug 19, 2009, at 3:44 AM, Anthony Fairchild wrote:
Hi,
Is there a way to get the text underneath a todo heading to show up
in the agenda screen?
No this is not possible.
I like to put extra info there, like driving directions, and it
would be nice to have that info when I print out t
On Aug 18, 2009, at 11:02 PM, Leo wrote:
On 2009-08-18 19:59 +0100, Carsten Dominik wrote:
Hi Leo,
this is actually in the FAQ:
http://orgmode.org/worg/org-faq.php#blank-line-after-headlines-and-list-items
- Carsten
The bug I am reporting is that when there is a blank line preceding
the
On Aug 19, 2009, at 9:19 AM, Daniel Clemente wrote:
Hi.With latest org-mode (release_6.29c.47.gc7c1.dirty):
1. There are still many calls to org-ido-completing-read (ex: „e“
at column view) which won't work because commit
5acac25dc17916fb850c31a715e95ce50de216d0 (All completing-read
beh
Ian Barton writes:
> I am away on holiday next week, so it will probably be a couple of
> weeks until I can write anything.
Great - no hurry. Enjoy your holidays!
--
Bastien
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies
On Aug 19, 2009, at 6:40 AM, Samuel Wales wrote:
Another bug, probably unrelated, is that if the outline buffer is
nonexistent and you RET on an agenda line, you get wrong type argument
integer of marker p, nil.
goto-char(nil)
(let* ((marker ...) (buffer ...) (pos ...)) (switch-to-buffer
buf
Hi.With latest org-mode (release_6.29c.47.gc7c1.dirty):
1. There are still many calls to org-ido-completing-read (ex: „e“ at column
view) which won't work because commit 5acac25dc17916fb850c31a715e95ce50de216d0
(All completing-read behavior for iswitchb users) renamed that function.
2. Other f
On Tue, 18 Aug 2009 15:29:43 -0700, Samuel Wales wrote:
>
> I am thinking of trying org-mac-protocol, but I have questions, and
> perhaps Worg can be updated with the answers to my questions.
>
> First, is org-protocol.el required? Does org-mac-protocol build on it
> or replace it?
>
Yes, org-p
63 matches
Mail list logo