On Dec 14, 2013, at 22:06 PM, Nick Dokos wrote:
> Nick Dokos writes:
>
>> Dror Atariah writes:
>>
>>> 2. What's next? I believe this is a bug... How can I report it?
>>
>> Consider it reported - thanks for checking it. I'll push the proposed fix
>> later
>> on today. If it is wrong, we can
On Fri, 13 Dec 2013 10:06:03 +0100, Achim Gratz wrote:
James Harkins writes:
> $ git status
> # On branch hjh8.2
You are on your own branch, with unknown modifications.
The current ox-texinfo doesn't have any backquotes, let alone old-style
ones anywhere near those lines. How about you'd co
Nick Dokos writes:
> Not sure why it says 8.2.3c - I'm running:
That looks like the Org version that comes with the trunk Emacs you seem
to be using.
> Org-mode version 8.2.4 (release_8.2.4-340-g059dc0 @
> /home/nick/elisp/org-mode/lisp/)
Most likely org-html-creator-string is pulled in via cus-
On 15/12/13 06:40, Nick Dokos wrote:
Catonano writes:
2013/12/11 Nicolas Goaziou
Scott Randby writes:
> I already have the following in my file:
>
> #+HTML_DOCTYPE: html5
You need to upgrade Org then.
I have Org 8.2.4 and it doesn't work anyway
What O
Nick Dokos writes:
> Dror Atariah writes:
>
>> 2. What's next? I believe this is a bug... How can I report it?
>
> Consider it reported - thanks for checking it. I'll push the proposed fix
> later
> on today. If it is wrong, we can revert it later, but at least for now
> it seems to fix the bug
Dror Atariah writes:
> Bingo! Adding this line allowed me to complete org-mobile-push successfully!
> Amazing. I have three closing questions:
>
> 1. What made you look into lines #460-464? Now when you pointed, it is
> somehow straightforward to check line #470, but there seems to be no
> indic
Catonano writes:
> 2013/12/11 Nicolas Goaziou
>
> Scott Randby writes:
>
> > I already have the following in my file:
> >
> > #+HTML_DOCTYPE: html5
>
> You need to upgrade Org then.
>
> I have Org 8.2.4 and it doesn't work anyway
>
What OS? What version of emacs? Ar
Is there a command to generate a pdf output of a single beamer frame?
The command would generate the latex file with the correct header, and a
single frame, and process it into a pdf file.
Thanks,
Mirko
Eric Schulte gmail.com> writes:
>
> I think this incorporation into ob-C.el would be the next logical step.
> You'd want to use the `org-babel-c-variant' in the same manner as C++
> does currently. But there's no rush, and any changes there couldn't be
> merged until after your FSF copyright as
2013/12/11 Nicolas Goaziou
> Scott Randby writes:
>
> > I already have the following in my file:
> >
> > #+HTML_DOCTYPE: html5
>
> You need to upgrade Org then.
>
>
I have Org 8.2.4 and it doesn't work anyway
You can set global todo keywords with:
(setq org-todo-keywords
'((sequence "TODO(t@/!)" "|" "DONE(d@/!)")))
Here @ will add timestamp, and ! will prompt for input.
John Kitchin writes:
> you need to put this in your init.el (or other configuration file) I think:
>
> (setq org-log-done 'ti
On Dec 13, 2013, at 23:08 PM, Nick Dokos wrote:
> Dror Atariah writes:
>
>> Managed to get [backtrace] output...
>>
>> You can find it here: https://gist.github.com/drorata/7950857
>>
>> I could not find my way in this output... :(
>>
>
> If you look at the top of the backtrace it shows thi
Nicolas,
Special blocks seem to work very well, actually. Thank you.
This is what you had proposed:
#+begin_threeparttable
...
tabular with Org syntax
...
#+begin_tablenotes
... probably some raw LaTeX...
#+end_tablenotes
#+end_threeparttable
It seem to work beautifully even when
On Sat, Dec 14, 2013 at 12:04 PM, Nicolas Goaziou wrote:
> Vikas Rawal writes:
>
> > I do not know if I am expressing myself clearly. The table is being
> > generated by an R source code. We need a way of adding notes to such a
> > table.
>
> There are two different problems:
>
> 1. How to gene
Hi,
Eric Schulte writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Andreas Leha writes:
>>
>>> inline source -- when on its own line -- breaks the paragraph, which is
>>> unexpected.
>>>
>>> Here is a test file:
>>>
>>> * Test
>>>
>>> This is a broken
>>> src_R[:exports results :results raw]
Hello,
Eric Schulte writes:
> Invariably someone would then ask why the newline is being stripped from
> their inline code block.
True.
> I think this is only necessary because the R code block is returning
> "10\n" instead of 10. Ideally this should be fixed in ob-R.el.
Ok, I'll let special
Hello,
Eric Schulte writes:
> Nicolas Goaziou writes:
>> Just to be clear, I thought about making parens mandatory in inline
>> Babel call syntax. Underscore is overloaded already: underline,
>> subscript...
>>
>
> I'm open to this change.
In fact, they are already mandatory. The problem is d
Vikas Rawal writes:
> I do not know if I am expressing myself clearly. The table is being
> generated by an R source code. We need a way of adding notes to such a
> table.
There are two different problems:
1. How to generate "threeparttable" environment using Org syntax and
`latex' expor
In a number of recent discussions it transpired that some people expect
to automatically be switched to a specific Git branch when updating.
I've added this as an option to the standard Makefile. Simply define
GIT_BRANCH (either on the command line or in local.mk) to determine
which branch you w
Eric Schulte writes:
> I just applied these patches. The worst case is that users may have to
> change "ob-sh" to "ob-shell" in their config (although some initial
> testing seems to indicate that even this change won't be required), and
> possibly replace "sh" with "shell" in their local.mk file
>> \begin/end{threeparttable}, but then I caught that threeparttable is
> >> actually a wrapper around tabular. Not sure how you can currently use
> >> Org to specify two layered wrappers like that? Or you might need
> >> someone to write an equivalent of #+begin/end_center for
> >> threeparttable
Hello,
Vikas Rawal writes:
> It *sort of* works in that I get LaTeX table syntax wrapped with
>> \begin/end{threeparttable}, but then I caught that threeparttable is
>> actually a wrapper around tabular. Not sure how you can currently use
>> Org to specify two layered wrappers like that? Or you
Hello Eric,
Eric Schulte wrote:
> "Sebastien Vauban" writes:
>> Eric Schulte wrote:
When results caching is enabled, and when the hash must be updated, the
"meta-lines" in front of the results block are _deleted_.
>>>
>>> You should use a named code block if you want to decorate the res
It *sort of* works in that I get LaTeX table syntax wrapped with
> \begin/end{threeparttable}, but then I caught that threeparttable is
> actually a wrapper around tabular. Not sure how you can currently use
> Org to specify two layered wrappers like that? Or you might need
> someone to write an eq
24 matches
Mail list logo