[Orgmode] [BUG] org splitting window weird layout

2010-12-09 Thread Leo
hed. Thu Dec 9 10:30:48 2010 HTH, Leo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Fast tag selection can split window wrongly

2010-12-09 Thread Leo
t taking that into account. Cheers, Leo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] checkbox bug

2010-12-10 Thread Leo
Hello Carsten, I can't seem to toggle (C-c C-c) a checkbox like this: - [ ]xyz but the following is fine: - [ ] xyz So the space is significant. Is this a bug? Thanks. -- Leo ___ Emacs-orgmode mailing list Please use `Reply All' to se

Re: [Orgmode] Fast tag selection can split window wrongly

2010-12-10 Thread Leo
On 2010-12-10 10:11 +, Carsten Dominik wrote: > Hi Leo, > > I am not sure I have your suggestion at hand. Can you please repeat it? > > Thanks. > > - Carsten I posted here: http://article.gmane.org/gmane.emacs.orgmode/34802. It should have been on this thread but at the

[Orgmode] Re: Error in pre-command-hook

2010-12-12 Thread Leo
Have you checked whether your own .emacs screws up? It would be much more helpful if you provide a step by step recipe to reproduce the bug starting with 'emacs -Q'. Cheers. Leo -- Oracle is the new evil ___ Emacs-orgmode mailing list

[Orgmode] Re: Bug: Bad doc [7.4]

2010-12-19 Thread Leo
manual's suggested `C-c c' binding for org-capture, the `C' above just > does a self-insert in the capture buffer. No problem here, running 7.4 on 23.2.91. You should see something like: http://imgur.com/Bfwlh.png Cheers, Leo -- Oracle is the new evil _

[Orgmode] Re: text-mode-abbrev-table default?

2009-10-28 Thread Leo
mode-abbrev-table being its parent ;) Leo -- Emacs uptime: 36 days, 1 hour, 45 minutes, 0 seconds ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: text-mode-abbrev-table default?

2009-10-28 Thread Leo
arsten I tested it in GNU Emacs 23.1.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2009-09-22 and it seems abbrevs in text-mode is not inherited. Leo ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to

[Orgmode] Re: text-mode-abbrev-table default?

2009-10-29 Thread Leo
verify) (defun org-current-time () Diff finished. Thu Oct 29 08:20:52 2009 > Thanks. > > - Carsten Best wishes, Leo -- Emacs uptime: 36 days, 23 hours, 32 minutes, 4 seconds ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: text-mode-abbrev-table default?

2009-10-29 Thread Leo
eval-after-load "abbrev" necessary? abbrev is preloaded on Emacs both 22 and 23, and xemacs 21.4.21. Best, Leo ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Proposed key binding changes: archiving and attachments

2009-10-30 Thread Leo
Hide others But in org, it seems the Shift key is taking this role: M-RET M-S-RET .. And usually Shift is not a modifier on terminals so another set of keys are provided. Another problem is the C-c C-x prefix. It makes the keys look long. And I always fear I might type C-x C-c instead

[Orgmode] Re: [OT] Emacs for email?

2009-12-02 Thread Leo
ike going back to my previous >> e-mail client (evolution). >> >> - Darlan Cavalcante >> > > Thanks for all the responses! Looks like I have a bit of investigating > to do. Second try posting this from gnus... > > Keith I would also recommend Gnus.

[Orgmode] Re: How to combine the analogue (Moleskine) world with digital (org-mode) world ?

2010-01-24 Thread Leo
e gtd websites etc.), ie I will go for an all-digital solution. I used to have a 1st gen iphone and I used the voice recording and camera to collect items. I have found these two features valuable ;) Best wishes, Leo ___ Emacs-orgmode mailing list Plea

[Orgmode] Any idea why the git repo is so huge

2010-02-02 Thread Leo
Hello, The git repo I just checked out a minute ago is 54M, 20 times bigger than the org lisp files. Any idea why it is so large? Thanks. Leo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gn

[Orgmode] Re: Any idea why the git repo is so huge

2010-02-02 Thread Leo
On 2010-02-02 12:29 +, Ian Barton wrote: >> >> The git repo I just checked out a minute ago is 54M, 20 times bigger >> than the org lisp files. Any idea why it is so large? Thanks. >> >> Leo >> > Don't forget it has a complete history of all org d

[Orgmode] C-RET errs

2010-03-01 Thread Leo
s part of Emacs 23.1.93. Best wishes, Leo -- H A P P Y H O L I D A Y S! ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: C-RET errs

2010-03-03 Thread Leo
On 2010-03-01 21:10 +, David Maus wrote: > Worked fine with > > Org-mode version 6.33x > > shipped with > > GNU Emacs 23.1.92.1 (i486-pc-linux-gnu, GTK+ Version 2.18.7) of > 2010-02-24 on elegiac, modified by Debian Only if debian fixed this bug. I can reproduce this bug on Gnu/Linux with th

[Orgmode] patch from master branch attached (was: C-RET errs)

2010-03-03 Thread Leo
and then 'C-RET' The following patch from the master branch should fix this bug. Carsten, would you be able to fix it in Emacs upstream? Many thanks. Leo. --- a/org.el2010-03-03 16:36:22.0 + +++ b/org.el2010-03-03 16:37:09.0 + @@ -5965,21 +5965,26 @@

[Orgmode] Re: C-RET errs

2010-03-03 Thread Leo
On 2010-03-03 16:24 +, Leo wrote: > I can reproduce this bug on Gnu/Linux with these steps. > > 1. git clone --depth 1 git://repo.or.cz/org-mode.git BTW, I wrote too hastily. you should also switch to tag release_6.33f in order to actually see the bug. Master branch fixed this bug.

[Orgmode] A bug in org-fix-bullet-type

2010-03-17 Thread Leo
depending on the list item type (ie - or 1. or 1)). Cheers, Leo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: A bug in org-fix-bullet-type

2010-03-17 Thread Leo
On 2010-03-17 14:37 +, Carsten Dominik wrote: > Hi Leo, > > am not able to reproduce this problem. > > - Carsten Odd. I can reproduce it with org 6.34 trans from git repo. I attach two screen shots to show the difference. <><> Best, Leo __

[Orgmode] Re: A bug in org-fix-bullet-type

2010-03-17 Thread Leo
On 2010-03-17 15:11 +, Carsten Dominik wrote: > Yes, I now see it as well. > > Fixed, thanks. > > - Carsten Many thanks, Carsten. Leo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-

[Orgmode] AI for orgmode

2010-03-18 Thread Leo
in an afternoon, so he had to abandon it. And he is experienced in lisp programming since that is his job. Thinking about my own experience, I didn't feel the pain since I gradually changing my org mode configuration over a few years. but I could understand the frustra

[Orgmode] Re: AI for orgmode

2010-03-20 Thread Leo
LISA or OPS5. Anybody on the list know how expert system can help orgmode? Leo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Fail to compile a file's LaTeX export

2010-03-20 Thread Leo
66 4. terpri and fresh-line 5. "~n&" print a new line if not at the beginning of a line and then n-1 new lines. Leo ___ Emacs-orgmode mailing list Please use `Reply All' to send repl

[Orgmode] Re: Fail to compile a file's LaTeX export

2010-03-20 Thread Leo
On 2010-03-20 20:29 +, Leo wrote: > Hello, > > While taking some common lisp notes, I found compiling the following org > file's LaTeX output fails. > > > #+title: test file > > * one > 1. (char "string" 2) =>

[Orgmode] Re: Org mode and emacs email

2010-03-30 Thread Leo
y because it is like org, it can do so many things related to email/news but you don't need to do them all at the beginning. Give it a news server such as news.gmane.org then you can start using it on browsing mailing lists of projects of your interest including this one. Leo -- H A P

[Orgmode] MobileOrg has a nice website

2010-04-28 Thread Leo
Hello, I just look at the mobileorg website and find the web design rather pleasing. Well done! Leo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/

[Orgmode] Is the "No comment syntax is defined" problem fixed?

2010-04-29 Thread Leo
). Thanks. Leo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Is the "No comment syntax is defined" problem fixed?

2010-05-01 Thread Leo
t; will be asked. To see it, in an org buffer, eval (comment-indent). > > I have not fixed it - so it probably still is a problem. I will keep an eye on it. I haven't seen this issue for a long time. If this happens again I will see if setting comment-start to "# " helps. Leo

[Orgmode] Re: Is the "No comment syntax is defined" problem fixed?

2010-05-01 Thread Leo
and see if it works for you too? I guess if it works then we have both issue fixed ;) Best wishes, Leo diff --git a/lisp/org/org.el b/lisp/org/org.el index f55cacc..25d5ea9 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -4209,6 +4209,7 @@ The following commands are available: ;;

[Orgmode] Re: Orgmode 6.35 with emacs on Windows xp

2010-05-03 Thread Leo
to get you started. (23.1.96 is very close to the soon-to-be-released Emacs 23.2) After using org and Emacs for a while you will realise compiling org (in fact almost every elisp package) is very easy on any platform. Don't worry about this for now ;) Best wishes, Leo ___

[Orgmode] Re: add priority

2010-05-06 Thread Leo
ain text). You can set the range of chars you want to use by org-highest-priority and org-lowest-priority. > > > henry Leo -- CCL-USER> _ ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-

[Orgmode] C-v and M-v in inserting dates

2010-05-08 Thread Leo
Hello Carsten, I think the key C-v and M-v during inserting date (ie. C-c !) should do something similar as those in the calendar window. Best, Leo -- CCL-USER> _ ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to

[Orgmode] Re: Poll: Who is using these commands

2010-05-09 Thread Leo
and C-M-e to move the the beginning/end of a subtree. I don't use these org movement bindings much because isearch does the job perfectly and it can be used everywhere. Leo -- CCL-USER> _ ___ Emacs-orgmode mailing list Please use `Reply All

[Orgmode] Re: Poll: Who is using these commands

2010-05-09 Thread Leo
fun abstraction is not as universal as sexp so redefine them is fine. C-M-f and C-M-b are keys that I use extensively. I haven't used C-M-n and C-M-p much. > I think it is entirely appropriate to use these bindings to navigate > structure in org-mode as well. I am not against binding suita

[Orgmode] Re: Poll: Who is using these commands

2010-05-09 Thread Leo
g can be learnt from nxml-mode. I have heard good things about it though I haven't used it myself. Leo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Poll: Who is using these commands

2010-05-09 Thread Leo
d it makes sense to re-bind C-M-a and C-M-e. 'defun' usually also means top-level that suits well with the structure in org mode. Leo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode

[Orgmode] Re: C-v and M-v in inserting dates

2010-05-10 Thread Leo
On 2010-05-10 07:56 +0100, Carsten Dominik wrote: >> Hello Carsten, >> I think the key C-v and M-v during inserting date (ie. C-c !) should >> do something similar as those in the calendar window. > > Yes, this works now like this. Thank you. Tested it

[Orgmode] Re: Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)]

2010-05-10 Thread Leo
n ">") > >;; Align options lines >(org-set-local This problem doesn't arise in emacs 23. I have tested it with current stable release 23.2 and an old build from 2008 23.0.60 and they behave as expected with org mode pulled from git today. Here's a screensho

[Orgmode] Re: Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)]

2010-05-10 Thread Leo
On 2010-05-10 19:50 +0100, Bernt Hansen wrote: > Actually I got this to occur both in emacs 22 and on an older version of > Emacs 23 on windows today. > > GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-11-03 on > LENNART-69DE564 (patched) > > GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2

[Orgmode] Re: Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)]

2010-05-10 Thread Leo
On 2010-05-10 22:42 +0100, Carsten Dominik wrote: > Hi Leo, I did not realize that this change will make \S- match \n. I was surprised too so I checked other modes and they have the same behaviour. > think I have to take this change back then. I do not oversee in any > way how many rege

[Orgmode] Re: Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)]

2010-05-10 Thread Leo
On 2010-05-10 23:12 +0100, Carsten Dominik wrote: >> OK. Feel free to revert the change. > > Sorry about that, and thank you very much for the attempt! No worries, Carsten. We did find out the cause of the mysterious auto-fill problem except the time to fix it has

[Orgmode] Re: Xemacs incompatibilities

2010-05-15 Thread Leo
ritten by different people. They have significant differences. Leo -- CCL-USER> (if you fail to plan (plan to fail)) ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org

[Orgmode] Removing (modify-syntax-entry ?# "<")

2010-06-07 Thread Leo
d patch may (though I think it is quite safe) cause some bugs but those will be fixable unlike the one mentioned above. Best wishes, Leo diff --git a/lisp/org/org.el b/lisp/org/org.el index aae49fa..bb36ed8 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -4208,7 +4208,6 @@ The following comm

[Orgmode] Re: [ANN] Exporter for taskjuggler

2010-06-08 Thread Leo
eginning of the body of those functions like this: (declare (special dynvar1 dynvar2 ...)) I usually use the latter approach. Cheers. Leo -- CCL-USER> (if you fail to plan (plan to fail)) ___ Emacs-orgmode mailing list Please use `Reply All'

[Orgmode] Re: org-mode and auto-fill-mode

2010-06-16 Thread Leo
ashes come back! > > Paul Drummond I have been annoyed by the same thing. Check out the patch I proposed here: http://permalink.gmane.org/gmane.emacs.orgmode/26035. Post to the list if you find any bugs ;) Cheers, Leo -- CCL-USER> (if you fa

[Orgmode] Re: Removing (modify-syntax-entry ?# "<")

2010-06-18 Thread Leo
On 2010-06-18 08:11 +0100, Carsten Dominik wrote: > Hi Leo, > > I have now applied this patch - hopefully it will do the right thing. > Thank you for your persistence in trying to fix this old and super- > annoying bug. > > - Carsten Thank you Carsten. I hope people who

[Orgmode] Re: Displaying inline remote images

2010-06-23 Thread Leo
le in the image spec it won't work. Leo -- Any Emacs contains an ad hoc, informally-specified, bug-ridden, slow implementation of half of Common Lisp. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-org

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Leo
ying because I tend to have fullscreened emacs and really don't like a frame to pop into my face. Leo -- Any Emacs contains an ad hoc, informally-specified, bug-ridden, slow implementation of half of Common Lisp. ___ Emacs-orgmode mailing lis

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-02 Thread Leo
On 2010-07-02 05:44 +0100, Carsten Dominik wrote: > Hi, > > do we have an agreement that the default frame setup for gnus should > be org-gnus-no-new-news? > > - Carsten I vote for it. Leo ___ Emacs-orgmode mailing list Please use `

Re: [O] org-capture does not fully clean up after C-c C-k

2011-07-11 Thread Leo
On 2011-06-16 15:51 +0800, Carsten Dominik wrote: > Hi Leo, > > I am unable to reproduce this. I do get an empty line the first time, > but when the empty line is already there, then there is no problem. > > Do you find the insertion of this one empty line a problem? > >

Re: [O] org-capture does not fully clean up after C-c C-k

2011-07-11 Thread Leo
On 2011-07-12 07:00 +0800, Bastien wrote: [snipped 14 lines] >> Sorry for the long delay. I can reproduce this in Emacs -q with >> >> (setq org-blank-before-new-entry '((heading))) > > Please let me know if the attached patch fixes this issue. > > Thanks, Yes, it fixes this issue. Leo

[O] Fix commit 9ff7f80f51a15c4a3dd2b654f0b08e9e290f5375

2011-08-01 Thread Leo
(concat ;; (1) replacement target (2) lang Diff finished. Tue Aug 2 01:18:06 2011 Leo

Re: [O] Fix commit 9ff7f80f51a15c4a3dd2b654f0b08e9e290f5375

2011-08-01 Thread Leo
On 2011-08-02 01:59 +0800, Achim Gratz wrote: >> Please apply this patch to fix the bug: > > This gets rid of the error message, but does not fix the bug, IMHO. Which bug? There is no reference to any bug report in the commit so I am clueless. Leo

[O] C-x n s no longer works in outline mode

2011-08-02 Thread Leo
;Before first headline at position %d in buffer %s" 134230 #) byte-code("\300\301`p#\207" [error "Before first headline at position %d in buffer %s"] 4) org-back-to-heading(t) org-narrow-to-subtree() call-interactively(org-narrow-to-subtree nil nil) Leo

Re: [O] C-x n s no longer works in outline mode

2011-08-05 Thread Leo
Note: Broken by commit http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=1e59039f8cf93830f930f7dc99117c41586552e9

[O] org-mode fontification error [6 times]

2011-08-17 Thread Leo
Just a heads-up. I saw this in my *message* buffer. I don't know how it happened. I am using org-mode 7.7 on Emacs 23.3.50. Leo

Re: [O] org-mode fontification error [6 times]

2011-08-18 Thread Leo
cs session. I haven't found a reproduction recipe. But I have been using the same org-mode setup for years. Leo

[O] bug#9435: 23.3.50; infinite loop in org-submit-bug-report

2011-09-03 Thread Leo
I am running Org-mode version 7.7. 1. emacs -q 2. (setq org-modules (quote (org-bbdb org-bibtex org-gnus org-info org-habit org-inlinetask org-irc org-protocol org-w3m org-mouse))) 3. M-x org-mode 4. From the menubar Org => Send bug report You should observe the infinite loop. A backtrace is sho

[O] [PATCH] Check marker is valid before use

2011-10-20 Thread Leo
lisp/org-agenda.el | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index bf03b68c..f4b8bcbf 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -6784,13 +6784,13 @@ (defun org-agenda-previous-line () (defun org-

Re: [O] [Accepted] Check marker is valid before use

2011-10-31 Thread Leo
gt; > Here is the original message containing the patch: Sadly the version of org-mode in emacs 24 still has the bug. Leo

[O] Mouse clicking on headings

2011-11-12 Thread Leo
Hi there, I occasionally use mouse on org mode files; I have the module org-mouse loaded. However only recently I noticed mouse clicking on the heading stars no longer toggles the visibility of the heading. I am annoyed by this change. Could someone enlighten me on this? Leo

Re: [O] Mouse clicking on headings

2011-11-12 Thread Leo
On 2011-11-12 21:18 +0800, Nicolas Goaziou wrote: > I cannot reproduce this on the latest version. > > Could you upgrade Org and tell me if the bug is still there? Seems to be fine in the latest version. I thought my org-mode version was fairly recent. Leo

Re: [Orgmode] [BUG] org splitting window weird layout

2011-02-12 Thread Leo
On 2011-02-12 22:41 +0800, Bastien wrote: > Leo writes: > >> Function org-fast-tag-selection may create a three-window layout like >> this: http://imagebin.org/127056. > > Perhaps due to my delay in replying, the image disappeared. > > Do you still have this problem?

Re: [O] Release 7.5

2011-03-07 Thread Leo
On 2011-03-07 22:42 +0800, Bastien wrote: > here it is, release 7.5, my first release as Org's new maintainer. Congratulations, Bastien. Leo

[O] Why face org-link is now blue?

2011-03-10 Thread Leo
Hi there, I installed org-mode 7.5 with emacs-23 and found that links are no longer in purple but blue, like this: http://imgur.com/LEkZt.png It looks confusing to me. Any idea whether this is a bug? Thanks. Leo

Re: [O] Why face org-link is now blue?

2011-03-10 Thread Leo
On 2011-03-11 02:19 +0800, Bastien wrote: > It is not: in Org 7.5 (vs 7.4), org-link face is inherited from link > face. But you can still customize org-link face independantly. I see. Thanks for that. Leo

[O] org-capture in message-mode buffer

2011-05-04 Thread Leo
nil nil) --8<---cut here-------end--->8--- Leo

[O] org-capture does not fully clean up after C-c C-k

2011-05-04 Thread Leo
Hello, I have one template as follows ("n" "Notes" entry (file "Notes.org") "* %?\n %i" :prepend t) Every time I `C-c C-k' to abort the capture, a blank line is inserted at the front of file Notes.org. orgmode 2011-04-29 from git on Emacs 23.3.50. With best wishes, Leo

Re: [O] org-capture in message-mode buffer

2011-05-04 Thread Leo
untered means that > there hasn't been a Gcc header in your message when you've called > `org-capture'. I think org-gnus-store-link is too aggressive. I also dislike the fact that it inserts the Message-Id header. Also, the stored link may be useless unless it is referenced in the template chosen by the user. Leo

Re: [O] org-capture in message-mode buffer

2011-05-05 Thread Leo
pture as illustrated by the template I use: ("n" "Notes" entry (file "Notes.org") "* %?\n %i" :prepend t) BTW, the reason I have stopped using Gcc (long ago) is that I have gmail to do archiving for me. It is accessible anytime anywhere and not tied to a

Re: [O] org-capture in message-mode buffer

2011-05-05 Thread Leo
On 2011-05-05 15:59 +0800, Leo wrote: > I believe the following patch is due. Think about it some more, there is a reason to signal an error when calling org-store-link interactively but it should not when invoked by org-capture. Otherwise it will get in the way. Leo

Re: [O] org-capture in message-mode buffer

2011-05-08 Thread Leo
ically. I don't know enough whether that is predictable. Leo

Re: [O] org-bbdb-anniversaries gives error 'bad sexp'

2011-05-15 Thread Leo
t works well for the past few weeks. Leo ;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik , ;; Thomas Baumann ;; Keywords: outlines, hype

Re: [O] org-capture in message-mode buffer

2011-05-23 Thread Leo
the same behaviour before the patch to add link support for message mode and only when GCC header cannot be found. But I do use it in my org mode. Leo

Re: [O] org-capture does not fully clean up after C-c C-k

2011-06-17 Thread Leo
On 2011-06-16 15:51 +0800, Carsten Dominik wrote: > Hi Leo, > > I am unable to reproduce this. I do get an empty line the first time, > but when the empty line is already there, then there is no problem. > > Do you find the insertion of this one empty line a problem? > >

[O] A new org-mode release for Emacs 24.1

2011-06-22 Thread Leo
It seems it has been a long time since last release. Any plan to update the orgmode included in Emacs upstream? Thanks. Leo

Re: [O] Prompts for `C-c .' and `C-c !'

2012-01-23 Thread Leo
lways show , like this: > >Date+time [2012-01-23]: => <2012-01-23 lun> > > Could it be: > >Date+time [2012-01-23]: => [2012-01-23 lun] I think this is a good suggestion. <> is unconditionally set in org-time-stamp-custom-formats but it can be fixed by tweaking org-read-date-display. Leo

Re: [O] Killing list and subtree?

2012-02-16 Thread Leo
On 2012-02-16 23:08 +0800, François Pinard wrote: > Is there an easy command to kill a list and its subtree hierarchy? > Something like `C-c C-x C-w' but which would work at the list level > rather than at the item level? fold the tree using TAB and then C-k? Leo

[O] All regular files are installed with permission 0755

2012-05-29 Thread Leo
As the subject suggests.

Re: [O] All regular files are installed with permission 0755

2012-05-30 Thread Leo
On 2012-05-30 04:05 +0800, Achim Gratz wrote: > I've sent a patch to Bastien, but it hasn't been installed yet. Thanks. I hope it gets fixed soonish. Leo

[Orgmode] org-install.el in Emacs probably should be removed

2009-02-14 Thread Leo
on clean. Best, -- .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Release 6.23

2009-02-20 Thread Leo
On 2009-02-20 10:23 +, Carsten Dominik wrote: > I have released version 6.23 of org-mode. This is a release with some > important changes, and I recommend to read the release notes > carefully. Will this or its bug fix release get into 23.1? I do hope so tho. Best wishes, -

[Orgmode] Error exporting to temp buffer

2009-03-18 Thread Leo
t) | org-export-as-html(nil nil nil "*Org HTML Export*") | org-export-as-html-to-buffer(nil) | call-interactively(org-export-as-html-to-buffer) | org-export(nil) | call-interactively(org-export nil nil) ` Best, -- .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.

[Orgmode] Re: Error exporting to temp buffer

2009-03-19 Thread Leo
On 2009-03-19 16:40 +, Carsten Dominik wrote: [...] > Hi Leo, Hi Carsten, > I cannot reproduce this. I can repliably reproduce it. Actually I just tried it with a fresh Emacs session. Looking at (file-name-nondirectory org-current-export-file) in org-export-html-preprocess an

[Orgmode] Re: Error exporting to temp buffer

2009-03-19 Thread Leo
So my question is: Thank you for finding this. > What do I have to do to make > > (plist-get parameters :LaTeX-fragments) Maybe org-export-with-LaTeX-fragments is the culprit. I set it to t in my setup. > non-nil? -- .: Leo :. [ sdl.web

[Orgmode] Re: Error exporting to temp buffer

2009-03-20 Thread Leo
On 2009-03-20 08:25 +, Giovanni Ridolfi wrote: [...] > Leo, would you, please, try to upgrade to 6.24b [1] > and report if this bug still happens? ;-) These days I tend to use whatever comes with Emacs to save time and also to help with pretest ;) -- .: Leo :. [ sdl.web AT gmail.com

[Orgmode] Re: Release 6.25

2009-04-01 Thread Leo
r whether it may be possible to push this into Emacs 23.1. Regards, -- .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.g

[Orgmode] Re: Release 6.25

2009-04-02 Thread Leo
On 2009-04-01 15:43 +0100, Carsten Dominik wrote: > On Apr 1, 2009, at 4:35 PM, Leo wrote: > >> On 2009-04-01 15:12 +0100, Carsten Dominik wrote: >>> I am releasing version 6.25 of Emacs Org-mode. It has been almost a >>> month, and I feel that this release is really

[Orgmode] Re: Patch to fix two bugs in HTML/DocBook exporters

2009-04-09 Thread Leo
a way to terminate list is quite important, particularly when embedding list inside an article. I always found it difficult to start a new paragrah after a list because when you type TAB on the first line of the new paragraph it indents it to the level that shows it is part of the last list item. How

[Orgmode] Point trapped in link

2009-04-12 Thread Leo
e the link description. You can see the point sometimes trapped in the beginning of the description, or not able to move it. I am running: GNU Emacs 23.0.92.1 (i386-apple-darwin9.6.0, NS apple-appkit-949.43) of 2009-04-12 on 64-71-7-214.static.wiline.com and org 6.21b. Best, -- .: Leo :. [

[Orgmode] Re: Personal Finance in org-mode?

2009-04-13 Thread Leo
talled ledger on macosx yesterday. It looks very powerful. > Thanks. -- .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists

[Orgmode] Re: Point trapped in link

2009-04-15 Thread Leo
On 2009-04-15 15:52 +0100, Carsten Dominik wrote: > Hi Leo, > > could you or someone else file a bug report with Emacs about this? > > I just checked, Muse has the same problem. > > But strangely, evaluating the following form in fundamental mode > > (insert ">

[Orgmode] Re: Point trapped in link

2009-04-15 Thread Leo
On 2009-04-15 15:52 +0100, Carsten Dominik wrote: > Hi Leo, > > could you or someone else file a bug report with Emacs about this? http://permalink.gmane.org/gmane.emacs.bugs/27204 Best wishes, -- .: Leo :. [ sdl.web AT gmail.com ] .: I

[Orgmode] Re: Emacs 21

2009-04-21 Thread Leo
On 2009-04-21 13:25 +0100, Carsten Dominik wrote: > Still, official Emacs 21 support will stop. I think this is more than OK. There are tons of past releases still around that runs nicely on Emacs 21. > - Carsten -- .: Leo :. [ sdl.web AT gmail.com ] .: I use

[Orgmode] Re: org-mode on sloooow computer

2009-04-24 Thread Leo
ing while doing the optimization. > > We should to profiling more often, this can apparently make a big > difference. -- .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] Re: org-mode on sloooow computer

2009-04-24 Thread Leo
On 2009-04-24 16:57 +0100, Nick Dokos wrote: >> Any one got a fix? >> > > Does replacing 'byte-compile-file' with 'batch-byte-compile' > make any difference? > > Nick Thanks, Nick. It turned out that was a typo when I manually copied this from my

[Orgmode] Re: Fast tag selection: defining multiple-key shortcutst

2009-04-28 Thread Leo
the characters in the tag string. For example you can assign 0-9 for the most used ones. Another solution is to reimplement this using ido i.e. it requires users to type the whole string but uses ido to narrow down the selection quickly. > Thanks, > > Varnit -- .: Leo :. [ sdl.web AT g

[Orgmode] Re: How to set a entry with Chinese calender?

2009-05-04 Thread Leo
't accept 't'. > > > Best wishes, > Wei-Wei I ran into that question and have written a small package here: http://article.gmane.org/gmane.emacs.sources/3066/match=diary+chinese Best, -- .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :. __

  1   2   3   4   5   6   7   8   >