"Eric Schulte" writes:
Hi Eric,
> I've applied your patch. I agree that a catchall cleanup function at
> the end of the export process is not solution. Especially when it
> makes some perfectly valid constructs (e.g. nested blocks) impossible
> to export.
I can confirm that it works for me, n
On Jun 30, 2010, at 7:32 AM, David Maus wrote:
Anthony Lander wrote:
[1 ]
This patch fixes an issue with opening AddressBook.app and
Together.app links.
This is just a reply with the patch attached in a way the
patchtracker[1] will catch it.
Applied, thanks.
- Carsten
__
Hi Bernt,
Bernt Hansen writes:
>
> I am working in a deeply nested org file and have narrowed to subtree
> for the part of the file I'm working on which happens to start at
> heading level 5.
>
> I want to export this narrowed subtree to HTML but the first HTML
> heading level matches the file in
Hi,
many thanks for the nice thoughts and posts.
To sum up, I think it might not be easy to remove parts of org-babel
since it is difficult to determine and a highly personal decision to
define what is important and what is unimportant.
Nevertheless Carten and Eric pointed out that the overhelmin
Daniel Brunner writes:
> I know, org-mode is a growing project and I really really like the
> org-babel features. But for me it is now not advisable any more to keep
> on the master branch. Today I spent several hours for finding the
> reasons why something is not working any more. And that is to
Dan Davison writes:
> "Eric Schulte" writes:
>
>> Carsten Dominik writes:
>>
>>> You main proposal was to make Org Babel an optional module.
>>> This will not solve the problem fully, I think, because we also
>>> don't want that people who turn it on automatically commit
>>> to potentially dang
Hi,
just to throw yet another idea into the discussion:
Execute source blocks only after the user confirmed it ("Do you know
what you are doing (Type y, n, !, or SPC)?"). ! and SPC will add the
current org file to the variables org-babel-trusted-files and
org-babel-trusted-permanently-files (al
"Eric Schulte" writes:
[...]
>
> I'll add a function for clearing out tblname and tblfm lines, and insert
> it at the appropriate place in the export process.
>
done -- Eric
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the
Hi Nicolas,
Nicolas Goaziou writes:
> I don't know about #+BEGIN_changemargin (but as far as I understand,
> it's coming from org-exp-blocks and should be handled during
> preprocess-hook, so it is beyond the scope of this patch).
>
> There is some design choice involved here. Until recently, th
Hello,
attached is a rudimentary patch for org-icalendar.el to add the
definition of alarm triggers for timed events that are exported to
icalendar format. The default is to behave as it does at the moment
however.
I hope it proves passable (given my less than brilliant elisp
expertise...).
eri
I don't know about #+BEGIN_changemargin (but as far as I understand,
it's coming from org-exp-blocks and should be handled during
preprocess-hook, so it is beyond the scope of this patch).
There is some design choice involved here. Until recently, there was a
catch-all function called org-export-h
__
Jonathan Arkell
Tech Lead
Inspired By Drum & Bass, Scheme, Kawaii
p. 403.206.4377
402 -- 11th Ave SE
Calgary, AB, Canada T2G 0Y4
jonath...@criticalmass.com
criticalmass.com
Hi Daniel
I would say, that if you absolutely need a productive environment, th
Hi Nicolas,
Nicolas Goaziou writes:
> Hi Eric,
>
> I do not think this is the right fix. You are only allowing lines
> like :
>
> ---
> # a line of text
> ---
>
> to be treated as comments, when they are not! The first regex is the
> one matching comments definition (# on column 0 and '#+ '
Hi Nathan,
Nathan Neff writes:
> Is there a way to run new code without restarting Emacs?
I wouldn't use make and make install at all.
Switch to your testing branch and do M-x org-reload RET should do it.
HTH,
--
Bastien
___
Emacs-orgmode mailin
Hi Nathan,
Nathan Neff wrote:
> I'm using git to track org-mode, and would like to know if there's a way
> to switch branches / mess with code in org-mode without having to
> run make and make install when I want to test the new code.
>
> Currently, I have org-mode code in my ~/.emacs.d/src/org
>
Hi Eric,
I do not think this is the right fix. You are only allowing lines
like :
---
# a line of text
---
to be treated as comments, when they are not! The first regex is the
one matching comments definition (# on column 0 and '#+ ' everywhere).
Handling of lines like #+ATTR_LaTeX should b
Hi Nathan,
There are a couple of options here.
If you are only playing around with a couple of functions, or in a
single file, you can interactively evaluate single functions by pressing
C-M-x `eval-defun' with your cursor over the function, similarly you can
interactively evaluate entire files w
Hi Eric,
> The attached patch fixes this issue (and I believe the issue Sébastien
> mentioned earlier) on my system.
>
> Subject: [PATCH] org-exp: comment regexp now matches indented comments
>
> * lisp/org-exp.el (org-export-handle-comments): comment regexp no
> longer requires comments to star
Is there a way to have emacs read the org-mode source code "on the
fly" without having to run make, make install, etc?
Is there a way to run new code without restarting Emacs?
I think
M-x org-reload
is what you're after.
___
Emacs-orgmode mailin
I'm using git to track org-mode, and would like to know if there's a way
to switch branches / mess with code in org-mode without having to
run make and make install when I want to test the new code.
Currently, I have org-mode code in my ~/.emacs.d/src/org
directory, and I add this directory to my
Hi,
The attached patch fixes this issue (and I believe the issue Sébastien
mentioned earlier) on my system.
Best -- Eric
>From 9a80e142eb9d39d70dbaa4a574653bea76abb31b Mon Sep 17 00:00:00 2001
From: Eric Schulte
Date: Wed, 30 Jun 2010 13:41:13 -0700
Subject: [PATCH] org-exp: comment regexp now
"Eric Schulte" writes:
> Matt Lundin writes:
>
> [...]
>>
>> When I run make clean && make && make install I find that the language
>> directory is not installed. Does the langs directory require a manual
>> installation?
>>
>> Also, with make install, the ob-* files are installed on the same le
On Thu, Jul 01, 2010 at 06:19:02AM +1200, Michael Gauland wrote:
> I send the from to ass...@gnu.org just before I sent the patch, but I
> haven't received a reply. Should I expect one, or is that all I need to do?
It goes like this:
- submit form online
- wait some days
- receive a contract to
Hello everyone,
thanks for bringing this topic up. I do not want to be misunderstood:
org-mode is one of the greatest things developed the last years. I use
it every day and it is a great help. I also appreciate the work of all
those developers contributing to org-mode / babel.
My setup is: I use
Carsten,
I send the from to ass...@gnu.org just before I sent the patch, but I
haven't received a reply. Should I expect one, or is that all I need to do?
Thanks,
Mike
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
E
Hello,
Finally reporting the following bug. Has been there for as long as I can
remember, but never did report it when seeing it. And kept forgetting.
So, now...
--8<---cut here---start->8---
* 2010
** 2010-06 June
*** Admin
Organization
:LOGBOOK:
Hi Tassilo,
Tassilo Horn wrote:
> * Implementieren
>
> ** Composite Pattern
>
>#+ATTR_LaTeX: width=\textwidth
>[[./composite-pattern.png]]
>
> Unfortunately, the image doesn't show up, but the #+ATTR_LaTeX is
> displayed literally. Here's the LaTeX code produced by the LaTeX
> export.
Ju
Hi,
To add some concreteness to my suggestions I'm attaching to possible
patches.
The first introduces a global `org-confirm-babel-evaluate' variable
which defaults to t, meaning all code block evaluations will require
explicit confirmation from the user.
The second patch adds an `org-babel-disa
On 6/30/2010 12:05 PM, Tassilo Horn wrote:
Markus Heller writes:
Hi Markus,
No, adding a space between "\n" and ":PROPERTIES:", ":Created", and
":END:" does just that, it adds a space, but does NOT yield the proper
indent. This becomes more obvious when you refile a capture note to a
second-
Matt Lundin writes:
[...]
>
> When I run make clean && make && make install I find that the language
> directory is not installed. Does the langs directory require a manual
> installation?
>
> Also, with make install, the ob-* files are installed on the same level
> as the org-files, yet lines 10
Markus Heller writes:
Hi Markus,
> No, adding a space between "\n" and ":PROPERTIES:", ":Created", and
> ":END:" does just that, it adds a space, but does NOT yield the proper
> indent. This becomes more obvious when you refile a capture note to a
> second-level headline.
>
> Any other ideas/su
Nathan Neff writes:
> ...
> Below is the code where org-publish-initialize-files-alist is called
> in org-jekyll.
> It looks like in both cases, the code is trying to figure out what
> project the current
> file belongs to. Can anyone suggest a fix? I don't mean to push this
> on anyone, but I r
This booktabs function has now been added to the library of babel.
Cheers -- Eric
"Eric Schulte" writes:
> Hi Tom,
>
> How about the following proposed library of babel function which
> constructs a booktabs environment using a toprule, (conditionally) a
> midrule, and a bottomrule.
>
> *** boo
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
On 6/30/2010 11:29 AM, Markus Heller wrote:
Hello all,
the following 2 templates yield identical results, although the second
should give date + time according to my understanding.
Of course, I need to correct myself: the *first* template (using %^T)
should give date + time, not the second.
Hello all,
the following 2 templates yield identical results, although the second
should give date + time according to my understanding.
(setq org-capture-templates
'(("m" "Meeting" entry (file "h:/org/refile.org")
"* Subject: %^{Subject} \t\t\t:MEETING:\n :PROPERTIES:\n :Created:
%U\
How is this used? My lisp-fu is week, or I would read the source and
figure it out
I've tried several variants, and gotten nowhere.
Dave
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
h
On 6/29/2010 8:19 PM, Puneeth wrote:
Hi
On Wed, Jun 30, 2010 at 5:08 AM, Markus Heller wrote:
Just adding a space before the :PROPERTIES: drawer will work, right?
(setq org-capture-templates
'(("t" "Task" entry (file "h:/org/refile.org")
"* TODO %^{Todo} \n:PROPERTIES:\n:Created
On 6/29/2010 10:24 PM, David Maus wrote:
Puneeth wrote:
Hi
On Wed, Jun 30, 2010 at 5:08 AM, Markus Heller wrote:
Just adding a space before the :PROPERTIES: drawer will work, right?
(setq org-capture-templates
'(("t" "Task" entry (file "h:/org/refile.org")
"* TODO %^{Todo} \n
Dan Davison writes:
> "Eric Schulte" writes:
>
>> Hi Carsten, Matt, Scott,
>>
>> Carsten Dominik writes:
>>
[...]
>>> 1. A new variable org-turn-on-babel. We can discuss the default.
>>>If it is nil, org-babel should not be loaded.
>>>A default of t would be fine with me if we implemen
"Eric Schulte" writes:
> Hi Carsten, Matt, Scott,
>
> Carsten Dominik writes:
>
>> Hi Matt, hi Eric,
>>
>> Matt, thanks a lot for bringing this up. This is indeed a very
>> important and serious issue. We need to address it. We need to
>> step back and reconsider this carefully.
>>
>> Don't g
Nick Dokos writes:
Hi Nick,
>> 1. How do I supress the contents frame? I only have 1-star headlines,
>>each representing a frame. So there are no sections at all, and the
>>contents frame is empty. :-(
>>
>
> I think
>
> #+OPTIONS: toc:nil
>
> should do it.
It does.
Thanks a lot,
Ta
No luck. I'll keep searching around, and I'll post if I find a solution.
Really appreciate your help, however.
On Wed, Jun 30, 2010 at 9:21 AM, Nick Dokos wrote:
> Buck Brody wrote:
>
> > Nick, thanks for your help. Unfortunately, when I try to save my
> customization (~/other/sha1sum.exe),
Russell Adams writes:
[...]
>
> OTOH this may not make it easier to debug, the babel error window
> doesn't list line numbers or blocks where the error occurred. Perhaps
> that should be a feature request to log what src block or org file
> line number the errors occurred in.
>
I think most of t
Hi Carsten, Matt, Scott,
Carsten Dominik writes:
> Hi Matt, hi Eric,
>
> Matt, thanks a lot for bringing this up. This is indeed a very
> important and serious issue. We need to address it. We need to
> step back and reconsider this carefully.
>
> Don't get me wrong, I absolutely think that O
Buck Brody wrote:
> Nick, thanks for your help. Unfortunately, when I try to save my
> customization (~/other/sha1sum.exe), I get the following message:
>
> Symbol's value as variable is void: ~/other/sha1sum\.exe
>
I have no idea why that would be: the type of the variable is string, so
wh
Hi Carsten,
Below is a patch for file+function matching (nth 1 instead of nth 2
when calling the match function).
Question:
I'm having trouble with both file+function and file+regexp capture
targets.
My actual capture text ends up at the end of the file (or top of file
if :prepend is set), ins
Nick, thanks for your help. Unfortunately, when I try to save my
customization (~/other/sha1sum.exe), I get the following message:
Symbol's value as variable is void: ~/other/sha1sum\.exe
On Tue, Jun 29, 2010 at 7:45 PM, Nick Dokos wrote:
> Buck Brody wrote:
>
> > Could you give me an example
Hello,
On Wed, Jun 30, 2010 at 01:35:04PM +0200, Rainer M Krug wrote:
> Hi
>
> I use Org-babel for literate programming in R, but the tangling
takes quite
> long. Therefore my question: as it is possible to evaluate a
single code
> block, is it possible to ev
On Wed, Jun 30, 2010 at 6:45 AM, Sebastian Rose wrote:
> Nathan Neff writes:
>> Some time ago, I set up a blog using org-jekyll. I recently tried
>> to publish my blog, but when I run:
>>
>> org-jekyll-export-blog
>>
>> I get the message: Symbol's function definition is void:
>> org-publish-ini
How is this used. My lisp-fu is week, or I would read the source and
figure it out
I've tried several variants, and gotten nowhere.
Dave
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
h
Hi Russel
On Wed, Jun 30, 2010 at 3:33 PM, Russell Adams wrote:
> On Wed, Jun 30, 2010 at 01:35:04PM +0200, Rainer M Krug wrote:
> > Hi
> >
> > I use Org-babel for literate programming in R, but the tangling takes
> quite
> > long. Therefore my question: as it is possible to evaluate a single cod
Nicolas Goaziou writes:
>> Sebastian Rose writes:
>> Ahhh - it nearly does!
>
>> But look at this:
>
>> --8<---cut here---start->8--
>> *Tempolauf*
>> #+ATTR_HTML:
>> style="margin-left:auto;margin-right:auto;text-align:center;"
>> | Z |
Hi Michael,
I was about to apply the patch, but I don't think I got a reply from
you regarding copyright issues.
Did I miss that, or did you not say anything about it?
Unfortunately the patch is larger than the maximum that I can take
without copyright assignment.
- Carsten
On Jun 22,
On Wed, Jun 30, 2010 at 01:35:04PM +0200, Rainer M Krug wrote:
> Hi
>
> I use Org-babel for literate programming in R, but the tangling takes quite
> long. Therefore my question: as it is possible to evaluate a single code
> block, is it possible to evaluate ALL code blocks i a document? that woul
On Jun 30, 2010, at 2:53 PM, Matthew Lundin wrote:
Hi Carsten,
Thanks so much both for thinking this through. And thanks again, Eric,
for your work in integrating org-babel into org-mode---including
taking
into account a humble user's concerns! :)
Carsten Dominik writes:
Here is what I p
Seems the byte code can not be sent.
Here's what follows the byte-code line:
* org-replace-escapes("Email from %f: %.30s" (("%c") ("%F" . "Istvan
ADAM ") ("%f" . "Istvan ADAM") ("%T") ("%t"
. "?") ("%s" . "Erroneous display when working on remote Unix
machine") ("%m" . "20060509074313.51846.
> Sebastian Rose writes:
> Ahhh - it nearly does!
> But look at this:
> --8<---cut here---start->8--
> *Tempolauf*
> #+ATTR_HTML:
> style="margin-left:auto;margin-right:auto;text-align:center;"
> | Z | Station | Meter | Etappe
Bernt Hansen writes:
> Kane Dou writes:
>
>> The error is:
>> org-replace-escapes: Wrong type argument: stringp, nil
>>
>> And org-remember works fine on a parent post.
>> It seems that gnus doesn't print the title of a reply post, so
>> org-remember can't catch it and this leads to the error.
>
Hi Carsten,
Thanks so much both for thinking this through. And thanks again, Eric,
for your work in integrating org-babel into org-mode---including taking
into account a humble user's concerns! :)
Carsten Dominik writes:
> Here is what I propose (several items are similar to what Eric proposes)
Nicolas Goaziou writes:
> Hello,
>> Sebastian Rose writes:
>> What's the status of this?
>
> What about the following patch ? I think it should fix it.
>
> -- Nicolas
>
>
>>From 115a7e9d04fd5463913e1086ad3ff807ae579e16 Mon Sep 17 00:00:00 2001
> From: Nicolas Goaziou
> Date: Wed, 30 Jun 2010
Hi Eric,
Thanks so much for taking these observations into account.
"Eric Schulte" writes:
> Thanks for raising the point about potentially dangerous code blocks.
>
> Matt Lundin writes:
>
>> Hi Eric,
>>
>> Thanks again for all the work that you, Dan, and Tom have put into
>> org-babel. I'm gl
Nathan Neff writes:
> Some time ago, I set up a blog using org-jekyll. I recently tried
> to publish my blog, but when I run:
>
> org-jekyll-export-blog
>
> I get the message: Symbol's function definition is void:
> org-publish-initialize-files-alist
>
> I grepped for this function, and noticed
This patch removes an obsolete declaration and call of the function
`org-publish-initialize-files-alist' from org-protocol.el.
This function does not exist anymore. It was removed when we
implemented the new publishing cache.
diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el
index a02a1
Hi
I use Org-babel for literate programming in R, but the tangling takes quite
long. Therefore my question: as it is possible to evaluate a single code
block, is it possible to evaluate ALL code blocks i a document? that would
make debugging much easier.
Also: is it possible, to get some kind of
Nathan Neff writes:
> Some time ago, I set up a blog using org-jekyll. I recently tried
> to publish my blog, but when I run:
>
> org-jekyll-export-blog
>
> I get the message: Symbol's function definition is void:
> org-publish-initialize-files-alist
>
> I grepped for this function, and noticed
Kane Dou writes:
> The error is:
> org-replace-escapes: Wrong type argument: stringp, nil
>
> And org-remember works fine on a parent post.
> It seems that gnus doesn't print the title of a reply post, so
> org-remember can't catch it and this leads to the error.
> Any workaround?
This works fin
Hello,
> David Maus writes:
> Thanks for the patch. Merely it wasn't catched by Org modes patch
> tracker[1] so I include it in the reply. Problem was, that you've
> sent it as attachment of MIME media type application/binary, not
> text/plain.
Speaking of this, what is the status of this p
Jonathan Arkell writes:
>
> Bernt's Doc has been invaluable to my own implementation process.
> http://doc.norang.ca/org-mode.html
>
Indeed invaluable.
Thanks and Regards
Noorul
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to
Hello,
> Sebastian Rose writes:
> What's the status of this?
What about the following patch ? I think it should fix it.
-- Nicolas
>From 115a7e9d04fd5463913e1086ad3ff807ae579e16 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou
Date: Wed, 30 Jun 2010 12:28:32 +0200
Subject: [PATCH] Remove unwa
Hi Carsten,
Carsten Dominik wrote:
> On Jun 28, 2010, at 4:30 PM, Sébastien Vauban wrote:
>> Carsten Dominik wrote:
>>> On Jun 23, 2010, at 11:30 PM, Sébastien Vauban wrote:
>>>
Since one of the last updates -- I guess --, I now have a problem
exporting the tables: I see the meta-tags in
Carsten Dominik writes:
> On Jun 28, 2010, at 1:36 PM, Leo wrote:
>
>> On 2010-06-28 11:19 +0100, Tassilo Horn wrote:
>>> (setq org-link-frame-setup '((vm . vm-visit-folder)
>>> (gnus . org-gnus-no-new-news)
>>> (file . find-file-other-win
On Tue, Jun 29, 2010 at 11:03 PM, Eric Schulte wrote:
> > - Org-babel adds rather specific and complex functionality to org-mode
> > that those who use it as a simple outliner and todo manager do not
> > require. (In other words, an option to turn it off might be nice for
> > those w
Hi Matt, hi Eric,
Matt, thanks a lot for bringing this up. This is indeed a very
important and serious issue. We need to address it. We need to
step back and reconsider this carefully.
Don't get me wrong, I absolutely think that Org Babel should give
you enough rope to hang yourself. But we
Hi Julien,
that patch does look good, if it is in the queue on
the patchwork server (is it?), then it will be applied
when someone finds the time.
Cheers
- Carsten
On Jun 30, 2010, at 7:37 AM, Julien Danjou wrote:
On Tue, Jun 22 2010, Julien Danjou wrote:
I've RSS feeds with which does not
On Wed, 30 Jun 2010 06:43:38 +0100, Stephen Eglen
wrote:
>
> >
> > does not get exported as a timed event. Obviously, the easy solution
> > is to put the time in the date stamp. However, I like using the
> > "insert diary" function in the agenda view for defining appointments
> > and this does
Hi
I am using the newest git version of org-mode, and have problems exporting
to html. The attached org file produces, when exporting to html, the
following error messages and no html file:
Select command:
Exporting...
org-babel-exp processing...
Fontifying *temp*... (regexps.)
org-b
This patch for org-wl.el adds a customization variable
`org-wl-disable-folder-check' which disables checking folders for new
messages when a WL link is opened. Default value is t.
This will change current behavior of `org-wl-open', but I think it is
reasonable to assume, that if a user opens a lin
* org-wl.el (org-wl-disable-folder-check): New customization
variable.
(org-wl-open): Disable folder check depending on
`orrg-wl-disable-folder-check'.
---
lisp/org-wl.el | 63
1 files changed, 36 insertions(+), 27 deletions(-)
diff
79 matches
Mail list logo