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:
>
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
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
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.
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
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
__
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
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
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
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
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
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
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)
>
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
>
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"
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
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
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
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
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:
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'
>
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
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
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
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
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
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
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
>> 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
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
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
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...
> >
>
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
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
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
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
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
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
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
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
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
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",
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
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
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
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
>
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
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
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
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
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
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
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
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
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
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
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
-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
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=
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
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
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.
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.
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
64 matches
Mail list logo