Eric Schulte writes:
Greetings Eric.
> There are two paces to specify header arguments in a call line, the
> arguments in the [] are applied to the input-table function, *not* to
> the call line, so they change the inputs. The trailing header
> arguments are applied to the call line.
So there
Hi Tod,
Tod Middlebrook writes:
> * stuff for bug report
> #+BEGIN_SRC emacs-lisp
>
> (setq org-capture-templates
> (quote
> (
> ("c" "Contacts" entry (file+headline "~/my-stuff/file.org"
> "Contacts")
>"* %^{Name: }
> :PROPERTIES:
>
Hi Jay,
Jay Dixit writes:
> Thanks. I disabled smex, and now when I m-x org-publish, I get:
>
> Publishing file /Users/jay/blog-test/my-blog.org using
> `org-html-publish-to-html'
> org-html-publish-to-html: Wrong number of arguments: #[(format plist
> filename pub-dir) "ÆÇ!ˆÈ !„
That's weird.
Hi Bastien,
Thanks. I disabled smex, and now when I m-x org-publish, I get:
Publishing file /Users/jay/blog-test/my-blog.org using
`org-html-publish-to-html'
org-html-publish-to-html: Wrong number of arguments: #[(format plist
filename pub-dir) "ÆÇ!ˆÈ !„
Thanks,
Jay
Jay Dixit
jaydixit.co
I agree with the "less stuff" part. The first pass in my slides is for
content, second pass is for formatting :-). For now, I did manual division
of the sides. I am using both org-beamer and org-reveal (
https://github.com/yjwen/org-reveal) and ideally they would have optimized
(and possibly differ
Hi Stephen,
"Stephen J. Barr" writes:
> I am trying to get allowframebreaks to work in an org-mode
> presentation. I have the following header + slide.
>
> In the slide that is produced, it seems to drop off the slide after the
> 8th item, and there is no slide with anything about 9. Is there an
Rasmus writes:
> If anyone can figure out what is wrong on the Org side or what "broke"
> in Emacs-Core it would be great! "Luckily" it's an all-C commit so I
> don't know how to proceed from here. . .
This really stupid patch allows me to export the document I was unable
to export yesterday wi
Hi all,
This is a follow-up to Eric F's previous bug-report about getting
"Marker points into wrong buffer" when having Babel #+CALL statements
in Emacs Org-mode. Here's (one of) the previous messages about the
issue:
http://permalink.gmane.org/gmane.emacs.orgmode/77515
I bisected emacs-bz
Greetings,
I am trying to get allowframebreaks to work in an org-mode
presentation. I have the following header + slide.
In the slide that is produced, it seems to drop off the slide after the
8th item, and there is no slide with anything about 9. Is there anything
else that I need to add?
Than
Michael Brand writes:
> Hi all
>
> release_8.2.1-108-gaf80144
>
> commit af80144976cef9e5630a33f85f05a8dfc07f55d4
> Author: Eric Schulte
> Date: Sat Oct 19 15:52:31 2013 -0600
>
> tangle checks for COMMENT in parent headlines
>
> introduced a regression of org-babel-load-fi
Hi all
release_8.2.1-108-gaf80144
commit af80144976cef9e5630a33f85f05a8dfc07f55d4
Author: Eric Schulte
Date: Sat Oct 19 15:52:31 2013 -0600
tangle checks for COMMENT in parent headlines
introduced a regression of org-babel-load-file ((wrong-type-argument stringp
nil) stri
>
> In fact, a ":hlines no" keeps hlines in raw output; see a summarizing
> example below.
>
> From the documentation I got the impression that if hlines are pruned,
> they are pruned from the _input_:
>
There are two paces to specify header arguments in a call line, the
arguments in the [] are ap
Eric Schulte writes:
> The ":hlines yes" header argument must be set on the call line itself.
Thanks, that works!
Since this works differently for org results and raw results, can you
explain whether I understand this correctly: a ":hlines yes" at the end
of the line is needed to keep hlines i
Sometimes it's useful to cancel a repeater: for example, when you
want to mark a task as definitely DONE.
The attached patch does this by allowing the user to use -1 as the
numeric prefix argument for `org-todo'.
(It does not delete the repeater, instead it sets it to 0 so that
planning informati
Hi Michael,
Michael Brand writes:
> release_8.2.1-162-gb392750
>
> commit b3927501081b1dab15540591d55f016ed4f9f948
> Author: Nicolas Goaziou
> Date: Sat Nov 2 15:48:36 2013 +0100
>
> Prevent flagging drawers in example blocks
>
> is slow. Today's release_8.2.2-192-ge3033d3
Hi Rainer,
Rainer Stengele writes:
> That might be a bug.
Did you re-compile Emacs recently? This looks like a bug in the
display engine that I've noticed too a while ago.
--
Bastien
Hi Tod,
Tod Middlebrook writes:
> The bug below prevents me from easily using dependencies in org-dotemacs.
>
> To reproduce,
> start with this entry:
>
> *** stuff for bug report
> #+BEGIN_SRC emacs-lisp
> (setq org-capture-templates
> (quote
> (
> ("c" "Contacts" e
Eric Schulte writes:
> Thanks for this patch, I've applied it and then tweaked the wording of
> the message.
Thanks!
--
Bastien
Hi all
I noticed that to open an Org file with a minimal example generated
like this slowed down:
#+BEGIN_SRC sh
#!/bin/sh
echo '* a'
for ((i = 0; i < 400; i++)); do
echo ' - b'
echo ':PROPERTIES:'
echo ':END:'
done
#+END_SRC
Bisecting shows that release_8.2.1-
Hi Seb,
Thanks for this patch, I've applied it and then tweaked the wording of
the message.
Best,
"Sebastien Vauban" writes:
> Hello,
>
> Here is a small patch to improve the messages displayed by Org Babel when
> processing code blocks: now, you get the line number added to the output, so
> t
Thorsten Jolitz writes:
> Jarmo Hurri writes:
>
While taking my first long tour in the land of Babel, I bumped into a
minor hline issue. Can someone tell me why the hline has disappeared
from the second table?
>>>
>>> Because you use CALL without arguments and argument :hlines def
Hi,
these days I suddenly have the problem that after inserting a new list item
with M-return the item is added correctly but the buffer scrolls down 1 line.
I am not sure if this is related to the latest org update done a few days ago.
Any idea how to stop this?
Ok, just before sending out I f
Jarmo Hurri writes:
>>> While taking my first long tour in the land of Babel, I bumped into a
>>> minor hline issue. Can someone tell me why the hline has disappeared
>>> from the second table?
>>
>> Because you use CALL without arguments and argument :hlines defaults
>> to 'no'?
>
> Ok, but why
>> While taking my first long tour in the land of Babel, I bumped into a
>> minor hline issue. Can someone tell me why the hline has disappeared
>> from the second table?
>
> Because you use CALL without arguments and argument :hlines defaults
> to 'no'?
Ok, but why is there then a hline in the r
Jarmo Hurri writes:
> Greetings.
>
> While taking my first long tour in the land of Babel, I bumped into a
> minor hline issue. Can someone tell me why the hline has disappeared
> from the second table?
Because you use CALL without arguments and argument :hlines defaults to
'no'?
> # --
Greetings.
While taking my first long tour in the land of Babel, I bumped into a
minor hline issue. Can someone tell me why the hline has disappeared
from the second table?
# --
* test
#+NAME: table-one
#+BEGIN_SRC emacs-lisp
On Nov 11, 2013 4:11 PM, "Nicolas Goaziou" wrote:
> According to Beamer's user guide, "columns" environment follows the
> template:
>
> \begin{columns}[]
> ...
> \end{columns}
>
> IOW, it is not possible to define an action specification on it.
Well, that would explain it.
What I should
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.
-
Hello Rasmus,
On Mon, Nov 11, 2013 at 09:32:06AM +, Rasmus Rempling wrote:
> Suvayu Ali gmail.com> writes:
>
> >
> > I believe this comes from the Org shipped with your version of Emacs.
> > What is your Emacs version? What does org-version tell you *before* you
> > load Org or open an .or
Hi Suvayu,
Suvayu Ali gmail.com> writes:
>
> I believe this comes from the Org shipped with your version of Emacs.
> What is your Emacs version? What does org-version tell you *before* you
> load Org or open an .org file? I bet it is 7.xx or older.
Before loading an org-file the versions are
Hello,
Suvayu Ali writes:
> For the Texinfo exporter, I noticed that the @documentencoding macro is
> derived from the buffer-file-coding-system. At the moment it is
> translated like this: us-ascii-unix to US-ASCII-UNIX. This makes
> makeinfo complain like so:
>
> org-syntax.texi:5: warning:
Tamil is one of the oldest classical languages of the world with
peculiarities that sets it apart from many other contemporary languages. We
have organized our content such that, at your own pace, you can gain a
decent understanding of Tamil language. It is quite natural to face few
difficulties du
Hi James,
On Mon, Nov 11, 2013 at 11:14:20AM +0800, James Harkins wrote:
>
> I'm not especially familiar with emacs-lisp and I haven't looked at the
> functions for node properties at all. Unfortunately, I'm under a time crunch
> today and I don't have the few hours it would take to get up to spe
Hello,
James Harkins writes:
> It seems that everything in org-beamer-environments-default supports
> overlay specifications, except beamercolorbox. OK... what about
> org-beamer-environments-special? I found today that B_columns ignores
> any overlay specification given in the heading's propert
34 matches
Mail list logo