Re: [O] Org-edit-special and C-x C-s strange behavior

2012-01-12 Thread Leo Alekseyev
On Thu, Jan 12, 2012 at 4:14 AM, Andreas Leha wrote: > Eric S Fraga writes: > >> Leo Alekseyev writes: >> >>>> Eric S Fraga writes: >>>>> >>>>> What version of org are you using?  I ask because I used to experience >>> &

Re: [O] Org-edit-special and C-x C-s strange behavior

2012-01-11 Thread Leo Alekseyev
On Wed, Jan 11, 2012 at 7:40 PM, Leo Alekseyev wrote: >> Eric S Fraga writes: >>> >>> What version of org are you using?  I ask because I used to experience >>> the annoyance you describe a while back; more recently (since at least a >>> few mont

Re: [O] Minor org mode for achieve code folding effects

2012-01-11 Thread Leo Alekseyev
> For instance, when I was doing a lot of Java programming, I used > hideshow.el all the time to hide block and function bodies.  Works very > well (although the default key bindings are annoying to me).  Have a > look!  It's a standard package in emacs, at least in Emacs 24 but much > earlier than

Re: [O] Org-edit-special and C-x C-s strange behavior

2012-01-11 Thread Leo Alekseyev
> Eric S Fraga writes: >> >> What version of org are you using?  I ask because I used to experience >> the annoyance you describe a while back; more recently (since at least a >> few months ago), hitting C-x C-s no longer has any negative impact: it >> saves the file, or at least appears to. >> >>

[O] Org-edit-special and C-x C-s strange behavior

2012-01-10 Thread Leo Alekseyev
ource code block. If there's a particular reason for the current behavior, I'd be very curious to know it. --Leo

Re: [O] Minor org mode for achieve code folding effects

2012-01-10 Thread Leo Alekseyev
On Tue, Jan 10, 2012 at 7:21 PM, David Rogoff wrote: > > > David Rogoff > January 10, 2012 4:34 PM > Carlos Russo gmail.com> writes: > I have used both Carsten's and Eric's solution, as well as > hideshow-org (https://github.com/secelis/hideshow-org), which works > rather well and deserves

Re: [O] Minor org mode for achieve code folding effects

2012-01-10 Thread Leo Alekseyev
On Tue, Jan 10, 2012 at 3:08 PM, Eric S Fraga wrote: > Giovanni Giorgi writes: > >> >> >> Hi all, >>  I'd like to edit some ruby/python/shell script using >> functions folding. >> >> I'd like to get a way to fold functions or method. > > Carsten has already given you one possible solution; anothe

Re: [O] fast navigation

2011-12-22 Thread Leo Alekseyev
default-buffer. I would expect this to suppress the showing of the default prompt. On Wed, Dec 21, 2011 at 8:31 AM, Yagnesh Raghava Yakkala wrote: > Hi, > > Leo Alekseyev writes: > >> I recorded the bug in a short screencast.  emacs was started with -Q; >> in the second par

Re: [O] fast navigation

2011-12-20 Thread Leo Alekseyev
I recorded the bug in a short screencast. emacs was started with -Q; in the second part of the screencast it was restarted with a config file that only included ido mode http://www.youtube.com/watch?v=z6nDUh0RH_c&feature=youtu.be On Tue, Dec 20, 2011 at 5:27 PM, Bastien wrote: > Hi Sergio, > >

Re: [O] fast navigation

2011-12-20 Thread Leo Alekseyev
ht be useful to take the conversation there. --Leo On Tue, Dec 20, 2011 at 7:24 AM, sergio wrote: > On 12/20/2011 11:54 AM, Eric Abrahamsen wrote: > > I just removed org-mode package. With org-mode from emacs (6.33x) all > works fine. After this I've downloaded and installed o

[O] org-goto outline-path-completion bugs

2011-12-20 Thread Leo Alekseyev
I recently upgraded to the latest version of org (from 7.4) and found that org-goto started exhibiting the following bugs when used in outline-path-completion mode: 1. If the point is before the first heading, org-goto will fail with "Before first headline at position 1 in buffer " 2. If the poi

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

[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] [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] [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-

[O] [babel] org-babel HTML export and image links within #+example blocks

2011-09-29 Thread Leo Alekseyev
However, the [[file:images/conv1.png]] doesn't show up as a link or inline image when doing HTML export. Is there a way to automate the invocation/generation of results from foo() AND at the same time have the image appear upon HTML export? That would be rather useful. --Leo

Re: [O] [babel] Error when exporting a trivial org file to HTML: Wrong type argument: stringp, (results . "")

2011-09-29 Thread Leo Alekseyev
going to fail on export: #+source: test_code #+BEGIN_SRC R :results output silent :exports none :var foo bar <- foo #+END_SRC Why does this fail? #+call: test_code(foo=200) #+results: test_code(foo=200) 8< On Thu, Sep 29, 2011 at 4:33 PM, Eric Schulte wrote: &g

Re: [O] Org buffers scroll to the very bottom on their own

2011-09-29 Thread Leo Alekseyev
Please ignore my last post; turns out I've merged some custom changes with the trunk, and my merge appears to be buggy On Thu, Sep 29, 2011 at 5:23 PM, Leo Alekseyev wrote: > I just pulled the latest org from trunk and byte-compiled under > Windows; I am seeing bizarre behavior, wher

[O] Org buffers scroll to the very bottom on their own

2011-09-29 Thread Leo Alekseyev
I just pulled the latest org from trunk and byte-compiled under Windows; I am seeing bizarre behavior, where the point in an org-mode buffer scrolls to the very bottom of the buffer. It's as if someone keeps pressing the down arrow key, or even S-M-[period]. Org is now unusable. Has anyone seen

Re: [O] [babel] Error when exporting a trivial org file to HTML: Wrong type argument: stringp, (results . "")

2011-09-29 Thread Leo Alekseyev
I changed the line to #+BEGIN_SRC R :results output silent :exports none :var foo=0, but it gives me the same error as before. Running on the old-ish version of org (from January, commit 8be17c8c62a8fb402a2ebf1c963a4e9f8f5dec53). On 9/29/11, Eric Schulte wrote: > Hi Leo, > > On my sy

[O] [babel] Error when exporting a trivial org file to HTML: Wrong type argument: stringp, (results . "")

2011-09-29 Thread Leo Alekseyev
Here is what's in my org file: 8< #+title: My org file #+babel: :session *R-babel* :tangle yes * The problem ** The code This is going to fail on export: #+source: test_code #+BEGIN_SRC R :results output silent :exports none :var foo bar <- foo #+END_SRC Why

[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

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] 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] 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] 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] 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] 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] 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

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? > >

[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] 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? > >

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

[O] Org-indent mode - is it possible to change auto-fill column based on indentation level?

2011-05-19 Thread Leo Alekseyev
arrower default fill" are valid, but less desirable :) ) --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-08 Thread Leo
ically. I don't know enough whether that is predictable. Leo

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-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-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

[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

[O] org-capture in message-mode buffer

2011-05-04 Thread Leo
nil nil) --8<---cut here-------end--->8--- 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] 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] 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

Re: [Orgmode] org-git-link does not support locational information within file

2011-02-13 Thread Leo Alekseyev
ctively 'org-store-link arg) )) In addition, I'm not crazy about using the "branch@{date}" format for storing links by default, so I hacked something that uses SHA1 instead... I could post a patch if anyone is curious. --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: [Orgmode] managing a shared project using org-mobile ?

2011-02-05 Thread Leo Noordhuizen
Maybe you can make use of Dropbox to share the file(s) ? On Fri, Feb 4, 2011 at 9:49 PM, Rémi Letot wrote: > Hello, > > I have been using org-mode for quite some times, and mobile-org (the > android version) for a much shorter time. So first of all I want to > thank all involved contributors: TH

[Orgmode] Re: Make text below heading not part of the heading

2011-01-27 Thread Leo Alekseyev
siblity requirements, :DETAILS: drawers and #+begin/#+end blocks, the current level of control over folding is not entirely satisfactory. It doesn't look hard to fix, but unfortunately it seems that everyone is content with the status quo... --Leo > > On 1/26/11 10:05 PM, Je

[Orgmode] Make file:... directory links open dired by default

2011-01-23 Thread Leo Alekseyev
begin with?.. Alternatively, is there a way to make file: links behave like file+emacs? (I'm not sure if this is a good idea since it might impact things other than directories). --Leo ___ Emacs-orgmode mailing list Please use `Reply All' to se

[Orgmode] Re: evaluating all R code blocks (newbie question)

2011-01-20 Thread Leo Alekseyev
Julian Burgos uw.edu> writes: > > Dear list, > > Hopefully this is not too basic, nor has been answered before. > > I would like to know if there is away to have alll R code blocks in a > document evaluated automatically (i.e. without query) when exporting > to Latex. Now I have to answer "ye

Re: [Orgmode] Handling file links under Windows

2011-01-16 Thread Leo Alekseyev
be replaced with w32-short-file-name. So, question 2: Is there a way to make these modifications without patching org?.. --Leo On Sat, Jan 15, 2011 at 10:27 PM, Matthew Fidler wrote: > Leo, > > I am not at my computer, so I can't try this out.  However I believe > it may be th

[Orgmode] Handling file links under Windows

2011-01-15 Thread Leo Alekseyev
exe foo.jnt" from Windows command line and it works fine). Can anyone help with getting this to work right?.. Links are rather fundamental to org-mode and it's annoying not to have them working right. --Leo ___ Emacs-orgmode mailing list Plea

[Orgmode] Tab/S-Tab cycling behavior: how to include #+begin_src and #+results blocks

2011-01-13 Thread Leo Alekseyev
uot; or "all open", could potentially be included as another step before "show all". (b) Same when I'm cycling with Tab; I would like to have an option of showing the subtree with all #+begin_src and #+results blocks folded before showing the completely unfolde

[Orgmode] Re: org-babel, R, and org-babel-open-src-block-result

2011-01-11 Thread Leo Alekseyev
Erik Iverson ccbr.umn.edu> writes: > > On 01/11/2011 04:22 AM, Leo Alekseyev wrote: > > I recently started using org-babel with R, and so far I think it's > > pretty great! I'm still getting accustomed to org-babel workflow and > > am playing with a

[Orgmode] org-babel, R, and org-babel-open-src-block-result

2011-01-11 Thread Leo Alekseyev
nferior process and examine the results there using :results output :session, or perhaps I'm running the code just for the side effects. It would be nice if I could say e.g. :results none. Thanks and keep up the good work with org-babel! --Leo _

[Orgmode] Help with org-link-translation-function

2011-01-04 Thread Leo Alekseyev
OpenSSH and can't handle SSH links. The only workaround I've found is to use the plink protocol instead of SSH. I think what I'm trying to achieve is possible with org-link-translation-function, but my naive attempts haven't been successful... Any help would be greatly

[Orgmode] Improving org-goto isearch

2010-12-25 Thread Leo Alekseyev
it. If not, please consider implementing it :) --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] Windmove keybindings pass-through

2010-12-20 Thread Leo Alekseyev
([(control shift left)] . [(meta shift -)]))) (setq org-replace-disputed-keys t) On Mon, Dec 20, 2010 at 12:37 PM, Leo Alekseyev wrote: > Thanks for the suggestion, but this is a non-solution.  My preference > would be to (a) in org-mode, move outline manipulation to e.g.

Re: [Orgmode] Windmove keybindings pass-through

2010-12-20 Thread Leo Alekseyev
my org outlines. Surely there must be a way to customize org keybindings without having to source-dive?.. --Leo On Thu, Dec 16, 2010 at 3:20 PM, suvayu ali wrote: > On Thu, Dec 16, 2010 at 2:24 PM, Leo Alekseyev wrote: >> Optionally, it would be nice >> if I can map the shift-arro

[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] Windmove keybindings pass-through

2010-12-16 Thread Leo Alekseyev
ing rid of org-mode's stealing shift-arrows is a priority. Any help is appreciated :) --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: 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

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] 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-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] [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

[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 `

[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: 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: 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: 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: [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] 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: 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] 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: 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 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
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: 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: 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: 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
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
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] 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: 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] 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: 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: 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] 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] 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] minor mode for org-mode-like date chooser?

2010-04-06 Thread Leo Ferres
Hello, everybody; I was wondering if there is a way to use the org-mode date chooser (using C-c . and +1, e.g.) in a mode other than org. Thanks. Leo -- Leo Ferres, Ph.D. Assistant Professor Department of Computer Science University of Concepción, Concepción, Chile

[Orgmode] Table of contents in another language

2010-03-31 Thread Leo Ferres
and the usual "Table of Contents" in English. Thank you. 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: 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] Re: Publishing not working: troubleshooting

2010-03-25 Thread Leo Ferres
Hi, Bernt; My C-c C-e is indeed mapped to org-export... the project, however, does not get published. If I export the file to html, that does work. It's just org-publish-org-to-html that seems to be broken for me. Any ideas? Leo ___ Emacs-or

[Orgmode] Publishing not working: troubleshooting

2010-03-25 Thread Leo Ferres
Hello, I was wondering if anyone could help me with this. I guess this question has been asked before, but I couldn't find an answer. Apologies. The setting: I have a require entry in my .emacs that reads: (require 'dervin-org-projects) and a file dervin-org-projects.el that reads: (require '

Re: [Orgmode] Problems with hyperlinked files

2010-03-23 Thread Leo Alekseyev
> > I could reproduce this, but I don't know if this is really a bug. > (I never heard of protecting spaces with angle brackets.) Actually, it's right there in section 4.3 of the manual, last sentence: "if you need to remove ambiguities about the end of the link, enclose them in angular brackets.

[Orgmode] How to open pdf file links with evince under linux?..

2010-03-23 Thread Leo Alekseyev
When using org mode under windows, links to local PDF files bring up Acrobat. However, under linux, these links just spawn a new empty buffer in emacs in fundamental mode. How can I make PDF links bring up evince?... ___ Emacs-orgmode mailing list Ple

[Orgmode] Problems with hyperlinked files

2010-03-23 Thread Leo Alekseyev
Hi all, I am unable to open locally linked files if I use angle brackets to protect spaces, like so: [[][Hastie et al]] -- the echo area displays "no such file: E:\ebooks\math\Probability and statistics\The Elements of Statistical Learning (2nd ed).pdf>" < note the right angle bracket here

[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] 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

<    1   2   3   4   5   6   7   8   >