-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 16/09/11 02:22, Michael Hannon wrote:
>> From: suvayu ali
>>
>> Hey Mike,
>>
>> On Fri, Sep 16, 2011 at 1:18 AM, Michael Hannon
>>
> wrote:
>>> but Emacs complains about an "org-mode fontification error"
>>> and
> doesn't give
>>> me an executab
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
when evaluating
#+begin_src emacs-lisp
(org-babel-lob-ingest
"~/.emacs.d/org-mode/contrib/babel/library-of-babel.org")
#+end_src
I get the following error:
executing Emacs-Lisp code block...
variable "nil" must be assigned a default value
thi
Hi Rainer,
Rainer M Krug wrote:
> when evaluating
>
> #+begin_src emacs-lisp
> (org-babel-lob-ingest
> "~/.emacs.d/org-mode/contrib/babel/library-of-babel.org")
> #+end_src
>
> I get the following error:
>
> executing Emacs-Lisp code block...
> variable "nil" must be assigned a default value
>
>
Hi Eric,
Eric Schulte wrote:
> "Sebastien Vauban" writes:
>> Weirdly enough, in the following code block, I must add a default value for
>> vars `table', `column' and `type' but not for the var `nullability'.
>>
>> I've even been able to add fake vars `something' and `else' with no error
>> being
Hi Eric,
Eric Schulte wrote:
>> Question: Would it be possible to add the src-name in the error
>> message?
>
> Unfortunately the code block name is not known to the function (namely
> `org-babel-merge-params') which throws errors when variables are not
> assigned default values. In fact this fun
Hi Eric,
Eric Schulte wrote:
> Thanks for working on this test, I look forward to adding it once it is
> completed.
As promised, a patch for checking that vars with no default value will
generate an error with a full explanation.
I edited 2 files:
- lisp/test-ob.el
- examples/babel.org
Tell me
* org-mode/lisp/org-exp.el (org-export-number-lines):
Check whether number parameter (this is a numbered block!) is
non-nil as well as whether cont is nil (this numbered block should
*not* continue numbering where we left off before!) before resetting
the count to zero.
From the docs:
"Sebastien Vauban" writes:
> Hi Rainer,
>
> Rainer M Krug wrote:
>> when evaluating
>>
>> #+begin_src emacs-lisp
>> (org-babel-lob-ingest
>> "~/.emacs.d/org-mode/contrib/babel/library-of-babel.org")
>> #+end_src
>>
>> I get the following error:
>>
>> executing Emacs-Lisp code block...
>> variab
Hi,
"Sebastien Vauban" writes:
> Hi Eric,
>
> Eric Schulte wrote:
>> "Sebastien Vauban" writes:
>>> Weirdly enough, in the following code block, I must add a default value for
>>> vars `table', `column' and `type' but not for the var `nullability'.
>>>
>>> I've even been able to add fake vars `
Christopher Genovese writes:
>> I'll write up this change as it may end up being longer than 10 lines,
>> and if I write it we don't have to wait for your FSF assignment to clear
>> (which can sometimes take months) before applying the patch.
>
> That sounds good, thanks.
>
>> In fact... if this
Hi
"Sebastien Vauban" writes:
> Hi Eric,
>
> Eric Schulte wrote:
>> Thanks for working on this test, I look forward to adding it once it is
>> completed.
>
> As promised, a patch for checking that vars with no default value will
> generate an error with a full explanation.
>
> I edited 2 files:
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.
I would like to be able to export a buffer as HTML, LaTex, what-have-you
without having to re-evaluate any source blocks, and without having to modify
the :eval tag in any source header blocks.
Is there any way to accomplish this via hooks, flags, appropriate function
calls?
I think my concern
[forgot to cc: the list]
Cook, Malcolm wrote:
> I would like to be able to export a buffer as HTML, LaTex,
> what-have-you without having to re-evaluate any source blocks, and
> without having to modify the :eval tag in any source header blocks.
>
> Is there any way to accomplish this via hooks
Nick,
Exactly what I needed, thanks, somehow missed that
And this advice is what I needed to do next:
http://lists.gnu.org/archive/html/emacs-orgmode/2011-06/msg00034.html
~Malcolm
-Original Message-
From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com]
Sent: Friday, Septem
Greetings. I've been having problems lately in exporting Org-Mode source-code
documents to HTML and/or PDF.
I'm running Org-Mode 7.7 with Emacs 23 on 64-bit linux (Fedora 15).
I've appended a document that exhibits at least some of the problem. The
problems are similar to the problem described
At Fri, 16 Sep 2011 12:03:51 -0400,
Dave Abrahams wrote:
>
>
>
> 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
on Fri Sep 16 2011, David Maus wrote:
> How did you enter the link into the Org file?
>
> The original link
>
> [[message://m2k4n46n5p.wl%d...@boostpro.com]]
>
> Is unescaped, but Org treats links as always percent-escaped. What
> happens is that "%da" is treated as a percent escaped character a
Hi. Can anyone tell me how, while working in org-mode on a remote host (accessed
with tramp), I could tell emacs that the pdf file I want to export (C-c C-e d)
should be created with my local machine? The hosts I'm concerned with don't have
any pdf generating capability, and I'd prefer to avoid mak
Hi Eric,
Eric Schulte wrote:
> "Sebastien Vauban" writes:
>> Eric Schulte wrote:
>>> "Sebastien Vauban" writes:
Weirdly enough, in the following code block, I must add a default value for
vars `table', `column' and `type' but not for the var `nullability'.
I've even been able
For one particular long running TODO, I have to scroll over several
(well... more than one) screen pages of time stamps until I get to the
payload.
Is it possible to let the time stamps be collapsed/hidden by default,
and only toggle them visible if I need to adjust a time stamp or two?
Thanks!
FYI: the problem described below is worse with:
Org-mode version 7.7 (release_7.7.298.gbf3e9)
-- Mike
>
>From: Michael Hannon
>To: Org-Mode List
>Sent: Friday, September 16, 2011 10:50 AM
>Subject: [O] Problems with Org-Mode export
>
>
>Greetings. I've b
Take a look at the org-clock-into-drawer and org-log-into-drawer
variables:
http://orgmode.org/manual/Clocking-commands.html
http://orgmode.org/manual/Tracking-TODO-state-changes.html
Does this do what you want?
Stuart
On 09/16/2011 09:01 PM, Steinar Bang wrote:
> For one particular long runn
I'm seeing an example where Org-mode fails to escape < and > signs on HTML
exporting. This is also breaking the claim of XHTML Strict.
--
- Pavel Panchekha
I have been studying extensively and have not found a quick way to hide the
nearest heading (which contains point) as well as the entire sparse tree. I
often have two or more sparse trees open as I go look for information
elsewhere and then want to return to the place I was at. So, can I be lazy
an
When I isearch for `foo' and find it in `[[foo][bar]]', I would like org
buffers to show me the whole link, verbatim, rather than merely showing
"bar". It's not very useful to see only the description in these cases.
TIA,
--
Dave Abrahams
BoostPro Computing
http://www.boostpro.com
Will mplayer play those videos? If yes, what kind of .mailcap entry will
be needed to enable the lynx browser to have mplayer used to play those
videos when I hit enter on a link? I heard a little bit of one of these
videos on a windows system and would like to arrange that capability on
debi
At Fri, 16 Sep 2011 10:50:01 -0700 (PDT),
Michael Hannon wrote:
> Greetings. I've been having problems lately in exporting Org-Mode source-code
> documents to HTML and/or PDF.
>
> I'm running Org-Mode 7.7 with Emacs 23 on 64-bit linux (Fedora 15).
>
> I've appended a document that exhibits at le
At Fri, 16 Sep 2011 23:34:44 -0400 (EDT),
Jude DaShiell wrote:
>
> Will mplayer play those videos?
mplayer-mt from debian-multimedia.org on Debian GNU/Linux 6.0.2
(current stable) has no problems to play videos I downloaded with
youtube-dl (from Wheezy). IIRC the mplayer shipped with Debian 6.0.2
29 matches
Mail list logo