Re: [Rejected] Patchwork: [Rejected] [Orgmode] Testpatch, please ignore

2010-07-20 Thread Sebastian Rose
Carsten Dominik writes: > Patch 162 (http://patchwork.newartisans.com/patch/162/) is now Rejected. > > This relates to the following submission: > > http://mid.gmane.org/%3C20100720103733.CFF221A867D9%40carsten-dominiks-macbook-pro.local%3E > > Here is the original message containing the patch: >

Re: [Orgmode] Development setup (was: Org-mode release 7.01)

2010-07-20 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian, > > I would like to fix this as well but have not yet had the time to > do so and I am being hampered by my limited knowledge of python > and of the patchwork server. > > This will change, but I don't know how fast. > > - Carsten Ok. Good to hear! Tanks

Re: [Orgmode] [BABEL] Seemless editing of Babel Blocks

2010-07-20 Thread Eric Schulte
Hi Jambunathan, I like the idea of displaying the begin/end_src lines as commented sections in the org-edit-special code buffer, and then potentially using them to change the values of the begin/end_src lines in the original org-mode buffer after exiting the src-edit buffer. It would be very cool

Re: [Orgmode] [babel] feature request - tangle-and-evaluate-tangled-file

2010-07-20 Thread Eric Schulte
Hi Rainer, I see the problem. When ess-load-file is called an even number of times, it results in flip-flopped buffers. I'm not sure of a good solution here, aside from possibly tangling to a 3rd file, e.g. #+begin_src R :tangle /tmp/nothing.R y <- 9 #+end_src to ensure a good final balance.

Re: [Orgmode] imenu support for babel blocks

2010-07-20 Thread Eric Schulte
Hi David, I've never used imenu myself, but that sounds useful. I'd recommend using the following rather than building your own regexp --8<---cut here---start->8--- (push (list "Source code chunks" org-babel-src-name-w-name-regexp 2) imenu-ge

[Orgmode] org-timeline and diary/calendar

2010-07-20 Thread Martin Steffen
Hi, is there a way to include diary entries (i.e., entries in an emacs-calendar file) into the org timeline? I have set (setq org-agenda-include-diary t) which incluse the diary to the agenda-day view; but it seems that in the timeline it is not included. Thanks, Martin __

Re: [Orgmode] "Invalid capture target specification"

2010-07-20 Thread Nick Dokos
Dave Mason wrote: > On Tue, Jul 20, 2010 at 2:30 PM, Dave Mason wrote: > > On Tue, Jul 20, 2010 at 2:13 PM, Nick Dokos wrote: > >> Dave Mason wrote: > >> > >>> I'm trying to get the new org-capture set up. I did as the docs suggest > >>> and imported my remember templates - then I removed the

Re: [Orgmode] "Invalid capture target specification"

2010-07-20 Thread Dave Mason
On Tue, Jul 20, 2010 at 2:30 PM, Dave Mason wrote: > On Tue, Jul 20, 2010 at 2:13 PM, Nick Dokos wrote: >> Dave Mason wrote: >> >>> I'm trying to get the new org-capture set up. I did as the docs suggest >>> and imported my remember templates - then I removed the remember >>> elements from my .e

Re: [Orgmode] "Invalid capture target specification"

2010-07-20 Thread Dave Mason
On Tue, Jul 20, 2010 at 2:13 PM, Nick Dokos wrote: > Dave Mason wrote: > >> I'm trying to get the new org-capture set up. I did as the docs suggest >> and imported my remember templates - then I removed the remember >> elements from my .emacs except for making the C-cr keystroke point to >> captu

Re: [Orgmode] "Invalid capture target specification"

2010-07-20 Thread Nick Dokos
Dave Mason wrote: > I'm trying to get the new org-capture set up. I did as the docs suggest > and imported my remember templates - then I removed the remember > elements from my .emacs except for making the C-cr keystroke point to > capture. > > However, now when I M-x org-capture - I get "Inval

Re: [Orgmode] LaTeX export error with images (was: Bug: Export error with images with no caption [6.36trans (release_6.36.509.g9e9b)])

2010-07-20 Thread Carsten Dominik
On Jul 20, 2010, at 7:53 PM, Tassilo Horn wrote: On Tuesday 20 July 2010 18:00:34 Carsten Dominik wrote: Hi Carsten, I have lost track here, could you please resubmit the report with any details you can give? No need to track this further. I just checked with the latest version, and t

[Orgmode] inline image with link to other than images in html export?

2010-07-20 Thread Xiao-Yong Jin
Hi, So the following can be used to show a thumbnail which links to another image when exporting to html. [[file:highres.jpg][file:thumb.jpg]] Is it possible for the link not to be restricted to image files only? Such that the following [[OTHER LINK][file:image.jpg]] would produce a link

Re: [Orgmode] OT: Python help

2010-07-20 Thread Xiao-Yong Jin
On Tue, 20 Jul 2010 14:08:32 +0100, Peter Westlake wrote: > On Tue, 20 Jul 2010 16:58 +0530, "Puneeth" wrote: > Here's a Pythonic way to do it, tested: > import re > my_string = "Hello\nWorld" > pattern = re.compile('^',re.MULTILINE) > my_new_string = re.sub(pattern, '> ', my_string) >

Re: [Orgmode] LaTeX export error with images (was: Bug: Export error with images with no caption [6.36trans (release_6.36.509.g9e9b)])

2010-07-20 Thread Tassilo Horn
On Tuesday 20 July 2010 18:00:34 Carsten Dominik wrote: Hi Carsten, > I have lost track here, > > could you please resubmit the report with any details you can give? No need to track this further. I just checked with the latest version, and the LaTeX beamer export works again. Bye, Tassilo >

[Orgmode] "Invalid capture target specification"

2010-07-20 Thread Dave Mason
I'm trying to get the new org-capture set up. I did as the docs suggest and imported my remember templates - then I removed the remember elements from my .emacs except for making the C-cr keystroke point to capture. However, now when I M-x org-capture - I get "Invalid capture target specification"

Re: [Orgmode] Bug: Org-publish needs to catch error [6.36trans]

2010-07-20 Thread Carsten Dominik
Hi Aidan, we are still waiting for the backtrace. - Carsten On Jul 8, 2010, at 11:32 AM, Aidan Gauland wrote: I am trying to use Org-mode and publish to create a website and forgot to specify the publishing directory for a project (in org-publish-project-alist). I thought I had encountered a

[Orgmode] web site bug

2010-07-20 Thread Robert Klein
Hi, on the web site, the link to the HTML version of the compact guide actually links to the full manual. (http://orgmode.org/index.html#sec-4_1 first link) Best regards Robert ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to

Re: [Orgmode] LaTeX export error with images (was: Bug: Export error with images with no caption [6.36trans (release_6.36.509.g9e9b)])

2010-07-20 Thread Carsten Dominik
Hi Tassilo, I have lost track here, could you please resubmit the report with any details you can give? Thanks - Carsten On Jul 5, 2010, at 2:08 PM, Tassilo Horn wrote: Tassilo Horn writes: Hi! I did some git bisection, and the last working version is commit 3b5351c7da59da3685f8233c252b

Re: [Orgmode] italics regexp

2010-07-20 Thread Carsten Dominik
On Jul 7, 2010, at 9:56 PM, Samuel Wales wrote: I need an re to match italics the way org does. I did not find it in the code as it is mixed in with other emphasis. Anybody have an re or code to highlight italics (and perhaps the others) in non-org buffers? Here it is: italic-re.el Des

Re: [Orgmode] Re: Tables and environment with parameters

2010-07-20 Thread Carsten Dominik
Hi Sebastian, This is now fixed, thank you for your report. - Carsten On Jul 12, 2010, at 9:49 PM, Sébastien Vauban wrote: Hi Carsten Dominik, Carsten Dominik wrote: Carsten Dominik wrote: On Jun 28, 2010, at 4:30 PM, Sébastien Vauban wrote: Carsten Dominik wrote: On Jun 23, 2010, at 11:

Re: [Orgmode] export to latex book ?

2010-07-20 Thread Nick Dokos
John Hendy wrote: > On Tue, Jul 20, 2010 at 9:55 AM, Piter_ wrote: > > Hi all > I try to export my org file into Latex book by adding: > #+LaTeX_CLASS: book > bu I get: > org-export-latex-set-initial-vars: No definition for class `book ' in > `org-export-latex-classes' >

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

2010-07-20 Thread Tassilo Horn
Bernt Hansen writes: Hi Bernt, > I have an IMAP server on my local 100MB/sec network and one of my > (spam) folders has 148200 messages in it. If I link to one of those > messages in Gnus, close Gnus, and access the link from org-mode it > finds the email in 13 seconds (8 seconds if Gnus is alr

Re: [Orgmode] question about date-tree

2010-07-20 Thread Carsten Dominik
On Jul 19, 2010, at 11:46 PM, Eric S Fraga wrote: On Mon, 19 Jul 2010 08:10:49 -0400, "Emin.shopper Martinian.shopper" wrote: Dear Experts, I really like the date-tree feature of org-remember and use it to plan my daily agenda. Often I want to plan things in the future and fill out an e

[Orgmode] export to latex book ?

2010-07-20 Thread Piter_
Hi all I try to export my org file into Latex book by adding: #+LaTeX_CLASS: book bu I get: org-export-latex-set-initial-vars: No definition for class `book ' in `org-export-latex-classes' But if I go into Org->Customize I can see it there. What can be wrong? Thanks. Petro. P.S. It actually does n

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

2010-07-20 Thread Bernt Hansen
Sébastien Vauban writes: > Hi David, Tassilo and Nick, > > David Maus wrote: >> Tassilo Horn wrote: > [...@mundaneum] />nc -vv mail imap > Did twice the same request. Did take twice 5 mins... > In my case, the culprit seems well to be our mail server, then. > >> Couldn't find this information

Re: [Orgmode] org-refile-targets: excluding archived

2010-07-20 Thread Carsten Dominik
On Jul 20, 2010, at 9:43 AM, Paul Mead wrote: Hi is there any way of excluding archived items from org-refile-targets? I've looked at the docstring and can't figure out how to exclude specific tags. Please take a look at the variable org-refile-target-verify-function. Greetings - Carsten

Re: [Orgmode] [PATCH] Copying marked agenda entries to new buffer

2010-07-20 Thread Carsten Dominik
On Jul 20, 2010, at 10:21 AM, i...@s-hahn.de wrote: Hello, this is a repost of a patch vom may, which has not been recognized in any way. I'm using org-mode (with gtd) since a year for work an private task management. It's great. For work I'm missing one function. I have all my notes on com

[Orgmode] Re: highlight confusion in agenda

2010-07-20 Thread Tassilo Horn
Michael Gilbert writes: Hi Michael, >>> But although I am not very mouse-oriented, as an Aquamacs user I >>> find that the line where the mouse happens to be hovering (not >>> having selected anything) is mostly highlighted in exactly the same >>> was as the selected line. This is a cause of fre

Re: [Orgmode] highlight confusion in agenda

2010-07-20 Thread Michael Gilbert
>> I have a frequent navigation issue in the agenda and I'm curious if anyone >> else deals with this or has a solution. Like many users I have the currently >> selected line in the agenda set to be highlighted (an absolute lifesaver). >> But although I am not very mouse-oriented, as an Aquamacs

Re: [Orgmode] Org-mode release 7.01

2010-07-20 Thread Peter Westlake
On Mon, 19 Jul 2010 08:43 +0200, "Carsten Dominik" wrote: > Hi everyone, > > I have just released version 7.01 of Org mode. Splendid! The upgrade from org-remember to org-capture was painless too. I took out org-remember-insinuate as well as the other remember and org-remember bits, and it works

Re: [Orgmode] Org-Mode button

2010-07-20 Thread Bastien
Ulf Stegemann writes: > Advocating Org-Mode is always a noble cause. In order to do so, I've put > together a "created with Org-Mode" button which is displayed on my > website. Although I'm far from being a designer type of guy, you may > want to have a look at http://ulf.zeitform.de/images/org-m

Re: [Orgmode] OT: Python help

2010-07-20 Thread Peter Westlake
On Tue, 20 Jul 2010 16:58 +0530, "Puneeth" wrote: > On Tue, Jul 20, 2010 at 4:50 PM, Puneeth wrote: > > On Tue, Jul 20, 2010 at 4:43 PM, Carsten Dominik wrote: > >> Please show me the full line of code, I am currently editing a python > >> script > >> without any knowledge of python... > > >

Re: [Orgmode] OT: Python help

2010-07-20 Thread Carsten Dominik
On Jul 20, 2010, at 3:08 PM, Peter Westlake wrote: On Tue, 20 Jul 2010 16:58 +0530, "Puneeth" wrote: On Tue, Jul 20, 2010 at 4:50 PM, Puneeth wrote: On Tue, Jul 20, 2010 at 4:43 PM, Carsten Dominik wrote: Please show me the full line of code, I am currently editing a python script

Re: [Orgmode] highlight confusion in agenda

2010-07-20 Thread Carsten Dominik
On Jul 20, 2010, at 2:52 PM, Michael Gilbert wrote: Hi — I have a frequent navigation issue in the agenda and I'm curious if anyone else deals with this or has a solution. Like many users I have the currently selected line in the agenda set to be highlighted (an absolute lifesaver). But

[Orgmode] highlight confusion in agenda

2010-07-20 Thread Michael Gilbert
Hi — I have a frequent navigation issue in the agenda and I'm curious if anyone else deals with this or has a solution. Like many users I have the currently selected line in the agenda set to be highlighted (an absolute lifesaver). But although I am not very mouse-oriented, as an Aquamacs user

[Orgmode] [BABEL] Seemless editing of Babel Blocks

2010-07-20 Thread Jambunathan K
I am presenting a code snippet that would make editing of babel blocks quite seemless. The editor parallels (inline!) editing of table blocks. A suitable variation thereof could be considered for inclusion in the core distribution. Few other suggestions: 1. While invoking babel editor, offer babe

[rejected] [Orgmode] Testpatch 2, please ignore

2010-07-20 Thread Carsten Dominik
Patch 163 (http://patchwork.newartisans.com/patch/163/) is now "rejected". Maintaner comment: I did not like this patch This relates to the following submission: http://mid.gmane.org/%3CCA4869E9-8D39-4C37-8DBE-391724484E9D%40gmail.com%3E Here is the original message containing the patch: > Co

[rejected] [Orgmode] Testpatch 2, please ignore

2010-07-20 Thread Carsten Dominik
Patch 163 (http://patchwork.newartisans.com/patch/163/) is now "rejected". This relates to the following submission: http://mid.gmane.org/%3CCA4869E9-8D39-4C37-8DBE-391724484E9D%40gmail.com%3E Maintaner comment: I did not like this patch Here is the original message containing the patch: > Con

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

2010-07-20 Thread Tassilo Horn
Sébastien Vauban writes: Hi Sébastien, >> My main account uses Courier on Debian, too and search for a >> particular message id within ~7000 messages is quite fast. > > In my case, the culprit seems well to be our mail server, then. Yes, but not you've learned much about profiling and debugging

[Orgmode] Re: Org-mode release 7.01

2010-07-20 Thread Bernt Hansen
David Maus writes: > Markus Heller wrote: >>Erik Iverson writes: > I assumed I had to switch to the maint branch in order to get the 7.01 release. How could I have done this while staying on the master branch? >>> >>> Basically, as long as you're on master, you'll always have the

[rejected] [Orgmode] Testpatch 2, please ignore

2010-07-20 Thread Carsten Dominik
Patch 163 (http://patchwork.newartisans.com/patch/163/) is now rejected. This relates to the following submission: http://mid.gmane.org/%3CCA4869E9-8D39-4C37-8DBE-391724484E9D%40gmail.com%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Ve

Re: [Orgmode] OT: Python help

2010-07-20 Thread Puneeth
On Tue, Jul 20, 2010 at 4:50 PM, Puneeth wrote: > On Tue, Jul 20, 2010 at 4:43 PM, Carsten Dominik wrote: >> Please show me the full line of code, I am currently editing a python script >> without any knowledge of python... > > my_string = "Hello\nWorld" > my_new_string = my_string.replace("\n",

Re: [Orgmode] OT: Python help

2010-07-20 Thread Carsten Dominik
On Jul 20, 2010, at 1:20 PM, Puneeth wrote: On Tue, Jul 20, 2010 at 4:43 PM, Carsten Dominik wrote: On Jul 20, 2010, at 1:03 PM, Giovanni Ridolfi wrote: Carsten Dominik writes: a python question: How do I prefix every line in a multiline string with a string. For example, I would l

Re: [Orgmode] OT: Python help

2010-07-20 Thread Giovanni Ridolfi
Carsten Dominik writes: > On Jul 20, 2010, at 1:03 PM, Giovanni Ridolfi wrote: > >> Carsten Dominik writes: >> >> >>> a python question: How do I prefix every line in a multiline string >>> with a string. For example, I would like to add "> " before all >>> lines >>> in a string >> >> how

[Rejected] [Orgmode] Testpatch 2, please ignore

2010-07-20 Thread Carsten Dominik
Patch 163 (http://patchwork.newartisans.com/patch/163/) is now Rejected. This relates to the following submission: http://mid.gmane.org/%3CCA4869E9-8D39-4C37-8DBE-391724484E9D%40gmail.com%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Ve

Re: [Orgmode] OT: Python help

2010-07-20 Thread Puneeth
On Tue, Jul 20, 2010 at 4:43 PM, Carsten Dominik wrote: > > On Jul 20, 2010, at 1:03 PM, Giovanni Ridolfi wrote: > >> Carsten Dominik writes: >> >> >>> a python question:  How do I prefix every line in a multiline string >>> with a string.  For example, I would like to add "> " before all lines >

Re: [Orgmode] OT: Python help

2010-07-20 Thread Carsten Dominik
On Jul 20, 2010, at 1:03 PM, Giovanni Ridolfi wrote: Carsten Dominik writes: a python question: How do I prefix every line in a multiline string with a string. For example, I would like to add "> " before all lines in a string how about replacing "\n" with "\n > " ? Please show

Re: [Orgmode] OT: Python help

2010-07-20 Thread Giovanni Ridolfi
Carsten Dominik writes: > a python question: How do I prefix every line in a multiline string > with a string. For example, I would like to add "> " before all lines > in a string how about replacing "\n" with "\n > " ? Giovanni ___ Emacs-orgm

[Orgmode] OT: Python help

2010-07-20 Thread Carsten Dominik
Hi there, a python question: How do I prefix every line in a multiline string with a string. For example, I would like to add "> " before all lines in a string Thanks - Carsten ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Rejected] Patchwork: [Rejected] [Orgmode] Testpatch, please ignore

2010-07-20 Thread Carsten Dominik
Patch 162 (http://patchwork.newartisans.com/patch/162/) is now Rejected. This relates to the following submission: http://mid.gmane.org/%3C20100720103733.CFF221A867D9%40carsten-dominiks-macbook-pro.local%3E Here is the original message containing the patch: Content-Type: text/plain; charset="ut

[Orgmode] Testpatch 2, please ignore

2010-07-20 Thread Carsten Dominik
patch to test pw messages diff --git a/lisp/org.el b/lisp/org.el index 2ad7ce1..684f380 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1,4 +1,5 @@ ;;; org.el --- Outline-based notes management and organizer + ;; Carstens outline-mode for keeping track of everything. ;; Copyright (C) 2004, 2005, 2

Patchwork: [Rejected] [Orgmode] Testpatch, please ignore

2010-07-20 Thread Carsten Dominik
Patch 161 (http://patchwork.newartisans.com/patch/161/) is now Rejected. This relates to the following submission: http://mid.gmane.org/%3C43BDD4E9-1517-422B-9DB1-651E75FF2FE1%40gmail.com%3E Here is the original message containing the patch: Content-Type: text/plain; charset="utf-8" MIME-Versio

[Orgmode] Testpatch, please ignore

2010-07-20 Thread Carsten Dominik
patch to test pw messages diff --git a/lisp/org.el b/lisp/org.el index 2ad7ce1..684f380 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1,4 +1,5 @@ ;;; org.el --- Outline-based notes management and organizer + ;; Carstens outline-mode for keeping track of everything. ;; Copyright (C) 2004, 2005

Re: [Orgmode] Estimate ranges in column view

2010-07-20 Thread Michael Gauland
Great news, Carsten--still works correctly. Thanks for the chance to contribute! --Mike ___ 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] [PATCH] Added command in org-agenda-bulk-action to copy marked entries to a new buffer.

2010-07-20 Thread info
To print all org items which are shown in agenda buffer, a new command has been added to org-agenda-bulk-action which copies all marked enntries to an new buffer. Signed-off-by: Stefan-W. Hahn --- doc/org.texi |2 ++ lisp/org-agenda.el | 30 +- 2 files ch

[Orgmode] [PATCH] Copying marked agenda entries to new buffer

2010-07-20 Thread info
Hello, this is a repost of a patch vom may, which has not been recognized in any way. I'm using org-mode (with gtd) since a year for work an private task management. It's great. For work I'm missing one function. I have all my notes on computer, but in most of my meetings I'm without my compute

Re: [Orgmode] [babel] html export of R data frame

2010-07-20 Thread Thomas S. Dye
On Jul 19, 2010, at 5:13 PM, Vikas Rawal wrote: Is this what you want? #+BEGIN_SRC R :results value :exports both Indeed. Except that, in the functional mode, org-babel shows me output of only the last command, and not the intermediate commands. I am not too happy with that. When I do my d

Re: [Orgmode] [babel] feature request - tangle-and-evaluate-tangled-file

2010-07-20 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Eric I just discovered a "switching of buffers" when tangling the following org file with the new org-babel-post-tangle-hook. Otherwise it is working perfectly now. # ** tangle R and load :PROPERTIES

RE: [Orgmode] Re: Org-mode release 7.01

2010-07-20 Thread Colin Fraizer
Love the new capture! Thank you, Carsten and other contributors for continuing to making my working life better. Best regards, --Colin Fraizer Indianapolis, IN, USA(, Earth) -Original Message- From: emacs-orgmode-bounces+orgmode=cfraizer@gnu.org [mailto:emacs-orgmode-bounces+orgmode=

[Orgmode] org-refile-targets: excluding archived

2010-07-20 Thread Paul Mead
Hi is there any way of excluding archived items from org-refile-targets? I've looked at the docstring and can't figure out how to exclude specific tags. Thanks Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Ema

Re: [Orgmode] org capture: use org-default-notes-file

2010-07-20 Thread Carsten Dominik
On Jul 20, 2010, at 3:09 AM, StephenL wrote: Using the latest and greatest 7.01... Is it possible to use the variable org-default-notes-file in the org capture settings? I have a lot of org capture templates and I would rather set the file in one location then have to set it for each tem

[Orgmode] Patchwork: Patch 159 Accepted

2010-07-20 Thread Carsten Dominik
Patch 159 (http://patchwork.newartisans.com/patch/159/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3C87r5izxkfp.fsf%40gmail.com%3E ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

Re: [Orgmode] Development setup (was: Org-mode release 7.01)

2010-07-20 Thread Carsten Dominik
On Jul 20, 2010, at 4:32 AM, Erik Iverson wrote: Suggestions: 1.) Could the original mail (the one including the actual patch, even if modified) be attached to the autogenerated email, please? This should be at the very bottom of the mail, because of length and priority.

Re: [Orgmode] Development setup (was: Org-mode release 7.01)

2010-07-20 Thread Carsten Dominik
Hi Sebastian, I would like to fix this as well but have not yet had the time to do so and I am being hampered by my limited knowledge of python and of the patchwork server. This will change, but I don't know how fast. - Carsten On Jul 20, 2010, at 2:01 AM, Sebastian Rose wrote: Hi Carsten an