On Thu, Jul 1, 2010 at 5:41 PM, Eric Schulte wrote:
> Hi Rainer,
>
Hi Eric
>
> There is one more requirement for tangling with comments, that is the
> presence of a :comments header argument. If this argument is not set
> for a code block then that code block *will not* be tangled with
> comm
Hi
is it possible to open (if not open yet) or re-load the new tangled source
code after tangling?
I usually have the tangled source code open and submit the file to R for
debugging and if it would be automatically reloaded, my life would be a
little bit easier.
Cheers,
Rainer
--
NEW GERMAN F
On Thu, Jul 1, 2010 at 5:55 PM, Eric Schulte wrote:
> Hi Rainer,
>
Hi Eric,
>
> Rainer M Krug writes:
>
> > Hi
> >
> > I am trying to export the attached test.org file to HTML, but I can only
> > export it, when I change the source block language to anything different
> > from R.
> >
> > I al
Fixed, thanks.
- Carsten
On Jul 1, 2010, at 8:02 PM, Maciek Starzyk wrote:
Hi,
In the current org-mode git there is a bug in the "distfile" target:
$ make distfile -e TAG=xxx
gives:
cp: target `org-xxx/lisp/babel' is not a directory
make: *** [distfile] Error 1
--
Maciek
Hi Eric,
On Jul 1, 2010, at 12:44 AM, Eric S Fraga wrote:
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 p
On Jun 29, 2010, at 11:44 AM, Richard Riley wrote:
Carsten Dominik writes:
On Jun 29, 2010, at 10:14 AM, Stephen Eglen wrote:
THe doc string now reads:
"Use `org-icompleting-read' to prompt for an Org buffer to switch
to.
With a prefix argument, restrict available to files.
With two prefi
Fixed, thanks.
- Carsten
On Jun 30, 2010, at 8:29 PM, Markus Heller wrote:
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.
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 `Reply All' to send r
Carsten Dominik writes:
> do we have an agreement that the default frame setup for gnus should be
> org-gnus-no-new-news?
+1 (FWIW)
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
Hi,
I have the following table
#+TBLNAME: table_three
|+|
| 1 | 2 |
|+|
| 2.00 | *4.00* |
| *4.00* | #ERROR |
|+|
#+TBLFM: @2$1...@1$1;%.2f::@2$2...@1$2;*%.2f*::@3$1...@2$1;*%.2f*::@3$2...@2
$2;*%.2f*
in which I would like to have some
Nope! I solved my issues thanks to Bernt's approach.
On Friday, July 2, 2010, Carsten Dominik wrote:
> Hi Eric,
>
> is there still an action item left here?
>
> Thanks.
>
> - Carsten
>
> On Jun 28, 2010, at 2:44 PM, Bernt Hansen wrote:
>
>
> eric johnson writes:
>
>
> org-mode is fantastic. Pa
Hi Eric,
thanks, I think we have a good solution, at least for the time being.
I have started the security section in the manual, please feel free to
add to it.
- Carsten
On Jul 1, 2010, at 4:55 PM, Eric Schulte wrote:
Hi,
Thanks for finding such a good compromises solution. This new pl
Memnon Anon wrote:
> Stephen Eglen writes:
>
> > I'd like to try out org-capture.
> >
> > I've never used org-remember before so I have no templates to convert.
> > Do I make the new ones in pretty much the same way as the manual
> > describes for org-remember?
> >
> > Or should I be patient,
Hi Stephen,
On Jul 2, 2010, at 10:43 AM, Stephen Eglen wrote:
Memnon Anon wrote:
Stephen Eglen writes:
I'd like to try out org-capture.
I've never used org-remember before so I have no templates to
convert.
Do I make the new ones in pretty much the same way as the manual
describes for
Hello everybody,
I'm migrating from remember to capture.
The template conversion went smoothly. Thanks.
Great work!
But. I have this capture-template:
(setq org-capture-templates
'(
("s" "Task" entry (file+headline "c:/Documents and
Settings/My-user/Documenti/aaa.txt" "lab-book") "*** %^
Hello,
I'd like to announce an attempt to change the internals of lists in
org-mode. Now a list is still started by `org-item-re' but is now
ended by `org-list-end-re', which defaults to one or two blank lines,
depending on the value of `org-empty-line-terminates-plain-lists'.
Obviously, headings
This patch fixes a typo in the capture documentation.
cheers,
Giovanni
--- org.texi2010-07-01 23:00:14.0 +0200
+++ org-gio.texi2010-07-02 11:45:44.035569700 +0200
@@ -6135,5 +6135,5 @@
@item :clock-resume
-If Starting the capture interrupted a clock, restart that clock when
Hi Nicolas,
this sounds interesting! Take you time in cleaning it up and testing
it - we
will not include this before release 7, to big a change for this
moment in time.
Thanks!
- Carsten
On Jul 2, 2010, at 11:48 AM, Nicolas Goaziou wrote:
Hello,
I'd like to announce an attempt to cha
Carsten Dominik writes:
> do we have an agreement that the default frame setup for gnus should
> be org-gnus-no-new-news?
Yes.
-Bernt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://list
writes:
>
> Julien Danjou danjou.info> writes:
>
> >
> > Hi there,
> >
> > I've recently wrote a Google Maps extension for Emacs[1].
> >
> > Therefore, I've extended org-mode to display a Google Maps' map for an
> > event location. The extension, which is very simple, is available
> > here
Rainer M Krug writes:
> is it possible to open (if not open yet) or re-load the new tangled
> source code after tangling?
>
> I usually have the tangled source code open and submit the file to R
> for debugging and if it would be automatically reloaded, my life would
> be a little bit easier.
Wo
Hi Eric
I traced the problem to the following section in my emacs.org file:
* Syntax highlighting for functions in R
based on https://mail.google.com/mail/#label/Lists%2FESS/125131ed24688970
The following code needs to be run in R:
obj <- do.call("c", sapply(c("package:base", "package:stat
Hello orgmoders. We on freenode#lispgames are having the month-long 2010
International Lisp Games Expo, and I'd like to apply literate programming
principles, using org-babel, to Lisp game development.
I have several reasons for doing this. The resources for a given game object
or entity may be sc
Hi
I would like to include the -n code block switch (number lines) into all my
code blocks in a buffer. Is there a way to define a kind of buffer-wide
switches, like it is with the #+BABEL keyword for header arguments?
Thanks,
Rainer
--
NEW GERMAN FAX NUMBER!!!
Rainer M. Krug, PhD (Conservat
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 Fri, Jul 2, 2010 at 2:09 PM, Bernt Hansen wrote:
> Rainer M Krug writes:
>
> > is it possible to open (if not open yet) or re-load the new tangled
> > source code after tangling?
> >
> > I usually have the tangled source code open and submit the file to R
> > for debugging and if it would be
On Fri, 2 Jul 2010 08:53:06 +0200, Carsten Dominik
wrote:
>
> Hi Eric,
>
>
> On Jul 1, 2010, at 12:44 AM, Eric S Fraga wrote:
>
> > Hello,
> >
> > attached is a rudimentary patch for org-icalendar.el to add the
> > definition of alarm triggers for timed events that are exported to
> > icalend
Rainer M Krug writes:
> On Fri, Jul 2, 2010 at 2:09 PM, Bernt Hansen wrote:
>
> Rainer M Krug writes:
>
> > is it possible to open (if not open yet) or re-load the new tangled
> > source code after tangling?
>
> Would global-auto-revert or auto-revert-mode do what you wa
On Fri, Jul 2, 2010 at 3:11 PM, Bernt Hansen wrote:
> Rainer M Krug writes:
>
> > On Fri, Jul 2, 2010 at 2:09 PM, Bernt Hansen wrote:
> >
> > Rainer M Krug writes:
> >
> > > is it possible to open (if not open yet) or re-load the new tangled
> > > source code after tangling?
> >
>
David Maus writes:
> Carsten Dominik wrote:
>>Hmm, the catcher did not see this. Why?
>
> He did: http://patchwork.newartisans.com/patch/105/ -- patch is
> already applied.
Where can I see that?
I read "Accepted" which is not "Applied", is it?
And there are "accepted" patches, that are not
On Jul 2, 2010, at 9:21 AM, Sebastian Rose wrote:
> I read "Accepted" which is not "Applied", is it?
Accepted = Applied.
> Is it possible to link to the commit a patch was applied?
After today, patches which are merged in using "pw" will note the resulting
commit.
John
___
Rainer M Krug writes:
> On Fri, Jul 2, 2010 at 3:11 PM, Bernt Hansen wrote:
>
> Rainer M Krug writes:
>
> > On Fri, Jul 2, 2010 at 2:09 PM, Bernt Hansen wrote:
> >
> > Rainer M Krug writes:
> >
> > > is it possible to open (if not open yet) or re-load the n
John Wiegley writes:
> On Jul 2, 2010, at 9:21 AM, Sebastian Rose wrote:
>
>> I read "Accepted" which is not "Applied", is it?
>
> Accepted = Applied.
http://patchwork.newartisans.com/patch/73/
was never aplied. I just diffed my branch against the current head.
Sebastian
On Jul 2, 2010, at 9:49 AM, Sebastian Rose wrote:
> John Wiegley writes:
>
>> On Jul 2, 2010, at 9:21 AM, Sebastian Rose wrote:
>>
>>> I read "Accepted" which is not "Applied", is it?
>>
>> Accepted = Applied.
>
>
> http://patchwork.newartisans.com/patch/73/
>
> was never aplied. I just di
John Wiegley writes:
> On Jul 2, 2010, at 9:49 AM, Sebastian Rose wrote:
>
>> John Wiegley writes:
>>
>>> On Jul 2, 2010, at 9:21 AM, Sebastian Rose wrote:
>>>
I read "Accepted" which is not "Applied", is it?
>>>
>>> Accepted = Applied.
>>
>>
>> http://patchwork.newartisans.com/patch/73
Nathan,
I've just pushed a version of org-jekyll that should solve the
problem, following Sebastian's suggestions, and it's available at
http://github.com/juanre/org-jekyll. Sorry it's taken me so long to
respond; I am pretty much off-line lately for personal reasons. And
thanks for bringing it
Dear all,
I would like to ask for a feature freeze for the Org-mode master branch
until about July 18.
During the period I would like to ask the committers to only
process bug fixes (and only reasonably simple ones) and
release-related stuff like Makefile issues, doc fixes, typos etc.
Please
- Thanks for the table link, though I only see how to change frames and
borders on the provided link. Do I just need to pass some html/css option
through #+ATTR_HTML?
- Also... stupid me. I meant to specify that I'm looking to do this in
LaTeX, not necessarily html, though I'm glad to have knowled
Nicolas Goaziou wrote:
>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
Eric,
Thanks, it all appears to be working now.
Cheers,
Chris.
On 28 June 2010 18:59, Eric Schulte wrote:
> Hi Christopher,
>
> Christopher Witte writes:
>
>> I'm having trouble getting the new version of babel to work with
>> haskell and R under Ubuntu 10.04 using emacs-snapshot. It works fi
Hi Carsten,
Carsten Dominik writes:
> Hi Eric, thanks for this.
>
> I would actually like to have a variable that will exclude evaluation
> from being added to the C-c C-c hook. I think users will understand
> better how to use this, and customizing it will work for sure.
> Explicitly removing
Carsten Dominik writes:
[...]
>
> P.S. Eric and Dan, please decide yourself how to get to
> a good and stable state in this time frame, babel integration
> is by far the biggest thing in this release.
Hi Carsten,
I'm looking forward to a feature-quiet period of stabilization. There
is one mo
As an org-mode and wanderlust user I can say that this is indeed much
better now.
Thanks
--
Darlan
At Thu, 1 Jul 2010 15:50:23 +0200,
Carsten Dominik wrote:
>
> Applied, thanks.
>
> - Carsten
>
> On Jun 30, 2010, at 9:54 AM, David Maus wrote:
>
> > * org-wl.el (org-wl-disable-folder-check)
Revoking org-latex's license to kill.
Hi,
I've noticed a sneaky bug when exporting to LaTeX.
Org-babel uses top-level #+BABEL: or #+PARAMETERS: lines to set global
values for header arguments. When exporting to latex, the latex
exporter removes *all* meta-information header lines when exporting
Hi Rainer,
Rainer M Krug writes:
[...]
>>
>> I think that moving forward it might make sense to remove the
>> org-babel-tangle-w-comments variable, as it's confusing to have two
>> points of control for comments during tangling. Also, it looks like I
>> need to add the :comments header argument
Hello,
On Thu, Jul 1, 2010 at 7:51 PM, Juan wrote:
>
> How are you 'rendering'? To HTML, PDF, ASCII?
>
To ASCII
--
Francis
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/
<...>
Hi David,
That sounds fun, and I look forward to looking at it, when I have more
time for fun.
> 1. the html output fontification of source blocks is nice. the pop-out
> editing of the blocks is nice too. However, can I get the syntax
> highlighting to show up INLINE in the begin-src bloc
Hi David,
"David O'Toole" writes:
[...]
>
> I have gotten some very basic support working, where you can execute Common
> Lisp blocks via slime, and basic tangling works as well.
>
> See http://github.com/dto/org-babel-lisp/ for my very basic code. Feel
> free to use this, I already have FSF p
Hi Rainer,
My guess would be that the `htmlize-buffer' command which is used to
fontify code in html export is choking because the elisp below is
defining new fonts for R code. If htmlize-buffer can't find the
definitions for these fonts then it will throw an error.
I'm not sure what the solutio
I create a program documentation in org mode. When I export to html names with
underscore, the second part is a subscript (like in LaTeX):
manufacturer_id -> id is a subscript.
How can I avoid this?
___
Emacs-orgmode mailing list
Please use `Reply Al
Hi Ivanov,
add something like the following to the top of your file
#+OPTIONS: ^:nil
see http://orgmode.org/manual/Export-options.html#Export-options for
more information
-- Eric
Ivanov Dmitry writes:
> I create a program documentation in org mode. When I export to html names
> with undersc
Hi Eric,
no, you cannot remove this, unfortunately. This is necessary code
in the case when the document title is taken from the document.
Try (with you patch) to export
---
#+OPTIONS: skip:nil
text before first
* Test
\begin{equation}
E=mc^2
\end{equation}
-
52 matches
Mail list logo