Hello,
Milan Zimmermann writes:
> Any of the strings in Ex 1) to Ex 4) below, even individually,
> including the extremely simple example 4, fails the export of the org
> file to latex and html. The failure appears to happen in the first
> step (converting to an intermediate format)
>
> *Steps t
Hello,
Sebastien Vauban
writes:
> After heavy testing (on all my Org files, I mean) of the above function,
> it works perfectly except for the following corner-case (when there are
> Org properties in "quote" blocks):
>
> * Reference
>
> Example of Custom ID:
>
> #+begin_verse
> ,* Some title
Michael Weylandt writes:
>> On Nov 13, 2014, at 10:54 AM, Michael Weylandt
>> wrote:
>>
>> Is it possible to have certain blocks tangled as part of export so
>> that they are available as input files to later source blocks?
>>
>> E.g.,
>>
>> #+BEGIN_SRC python :tangle hello.py
>> print "Hell
Nicolas Goaziou writes:
> IMO, it is worth pondering if we should drop the defective support for
> table.el tables in Org.
Fine with me. Last I checked I was not able to get the output of
tabel.el tables to be satisfying (e.g. I think I gave up on having them
follow booktabs when exporting to L
William Denton wrote:
> Is it possible to make tables recalculate automatically when exporting?
>
> In a file I'm working on now, I have a table with formulas that take two
> columns
> of numbers I enter and turn them into two columns of derived numbers. I had
> missed one line of data, so I ente
Rasmus writes:
> Nicolas Goaziou writes:
>
>> IMO, it is worth pondering if we should drop the defective support for
>> table.el tables in Org.
>
> Fine with me. Last I checked I was not able to get the output of
> tabel.el tables to be satisfying (e.g. I think I gave up on having them
> follow
Eric S Fraga writes:
> On Thursday, 13 Nov 2014 at 11:44, Samuel Loury wrote:
>
[...]
> and I use sticky agenda views to help avoid unnecessary regeneration.
Wow, sticky agenda views are cool!
>> I don't understand how the SD card speed is to be taken into account
>> since org mode by default
On Thursday, 13 Nov 2014 at 21:07, Nicolas Goaziou wrote:
[...]
> Odd. I'm not able to reproduce it.
Not surprising given the amount of customisation I have. Thanks for
checking!
> However, using `org-auto-fill-function' without Org major mode may be
> asking for trouble (variables not initial
Hi,
Nicolas Goaziou writes:
> Rasmus writes:
>
>> Nicolas Goaziou writes:
>>
>>> IMO, it is worth pondering if we should drop the defective support for
>>> table.el tables in Org.
>>
>> Fine with me. Last I checked I was not able to get the output of
>> tabel.el tables to be satisfying (e.g.
On Friday, 14 Nov 2014 at 10:42, Samuel Loury wrote:
> Eric S Fraga writes:
>
>> On Thursday, 13 Nov 2014 at 11:44, Samuel Loury wrote:
>>
>
> [...]
>
>> and I use sticky agenda views to help avoid unnecessary regeneration.
>
> Wow, sticky agenda views are cool!
Indeed! And essential for org on
Hello,
I want have a org table that contains symbole | in a table element. Org
parses | as a field separator and add a new column. Is there any escape
method from this.
example:
| 1 | 2 | 3 |
| a | b | | |
Cheers,
Alan
Hi,
etimecowboy writes:
> I want have a org table that contains symbole | in a table
> element. Org parses | as a field separator and add a new column. Is
> there any escape method from this.
>
> example:
>
> | 1 | 2 | 3 |
> | a | b | | |
Maybe:
|\vert|
I don't know if there's a better way...
Aaaand another try.
On Thu, Nov 13, 2014 at 12:39 AM, Michael Brand
wrote:
> Hi Nathaniel
>
> On Wed, Nov 12, 2014 at 12:51 PM, Nathaniel Flath
> wrote:
> > New patches attached!
>
> Now that they apply I found:
>
> > + "Re-applying formulas to full table...(line %d)")))
>
> Missi
Hello Nicolas,
Nicolas Goaziou wrote:
> Sebastien Vauban writes:
>
>> After heavy testing (on all my Org files, I mean) of the above function,
>> it works perfectly except for the following corner-case [...].
>
> Thanks for your feedback. Would the following updated function solve the
> problem?
Hello,
Clicking on such a link:
[[file:~/Projects/Type/Client/Folder/2014-11-12-PV.txt][2014-11-12-PV.txt]]
... opens the Org agenda for that day -- while it should open my file, right?
OTOH, a full link such as:
[[file:~/Projects/Type/Client/Folder/2014-11-12-PV.txt][file:~/Projects/Type/Clie
Hi all,
I found a nice comparison of python, R and matlab[1]. This type of
comparison is available for other domains as well[2]. Now the sources
for these are on github[3]. The markup looks, erhm, unpleasant, i.e.
hard to edit, unless you use wikidot[4] - which is what the author uses.
Now I w
Maybe use `org-babel-default-inline-header-args'.
On Thu, Nov 13, 2014 at 12:40 PM, Michael wrote:
>
>
> Ista Zahn gmail.com> writes:
>
>>
>> On Mon, Nov 10, 2014 at 3:04 PM, Grant Rettke
> wisdomandwonder.com> wrote:
>> > On Mon, Nov 10, 2014 at 11:03 AM, Ista Zahn gmail.com>
> wrote:
>> >> O
Hi Nicolas,
Thanks for your answers.
On the first example from Git - you are right this snippet exports
correctly. I had a big file and after removing all tables, the export
failed and I thought it pointed to the git section. But I cannot duplicate
this now, I apologize for including this example
Please ignore my note about converting table.el to table. There is a C-c ~
.
On Fri, Nov 14, 2014 at 10:51 AM, Milan Zimmermann <
milan.zimmerm...@gmail.com> wrote:
> Hi Nicolas,
>
> Thanks for your answers.
>
> On the first example from Git - you are right this snippet exports
> correctly. I had
Hello,
Sebastien Vauban
writes:
> Hello,
>
> Clicking on such a link:
>
> [[file:~/Projects/Type/Client/Folder/2014-11-12-PV.txt][2014-11-12-PV.txt]]
>
> ... opens the Org agenda for that day -- while it should open my file, right?
>
> OTOH, a full link such as:
>
> [[file:~/Projects/Type/Clie
Hi Nathaniel
On Fri, Nov 14, 2014 at 2:33 PM, Nathaniel Flath wrote:
> Aaaand another try.
I tested them and got an error because of a missing cnt:
> + (message "Re-applying formulas to %d lines...done"
Michael
Nicolas,
More patches (as you can see). Now ox.el, ob-core.el, and ob-exp.el are
patched.
A few examples of how they render various src_[headers]{code} setups
are also attached.
Discussion inline below.
On Thu, 13 Nov 2014, Nicolas Goaziou wrote:
Hello,
"Charles C. Berry" writes:
I
Bleh. Took out the wrong cnt, and that didn't show up in my testing for
some reason.
On Fri, Nov 14, 2014 at 11:10 PM, Michael Brand
wrote:
> Hi Nathaniel
>
> On Fri, Nov 14, 2014 at 2:33 PM, Nathaniel Flath
> wrote:
> > Aaaand another try.
>
> I tested them and got an error because of a missi
Aloha all,
With the following org file, exporting the subtree to html gives this:
,--
| org-html-footnote-reference: Format specifier doesn't match argument type
`--
Hi Nathaniel
On Fri, Nov 14, 2014 at 7:00 PM, Nathaniel Flath wrote:
> Bleh. Took out the wrong cnt, and that didn't show up in my testing for
> some reason.
In my opinion the newest patches can be applied, tests passed on my
side. Thank you.
Michael
Nicolas Goaziou writes:
> Hello,
>
> Sebastien Vauban
> writes:
>
>> Hello,
>>
>> Clicking on such a link:
>>
>> [[file:~/Projects/Type/Client/Folder/2014-11-12-PV.txt][2014-11-12-PV.txt]]
>>
>> ... opens the Org agenda for that day -- while it should open my file, right?
>>
>> OTOH, a full link
"Charles C. Berry" writes:
> More patches (as you can see). Now ox.el, ob-core.el, and ob-exp.el
> are patched.
Thanks.
> Also, the user can customize org-babel-inline-result-wrap to always
> get verbatim or otherwise wrap the contents of the macro.
I don't think this is a good idea.
If we re
Nick Dokos writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Sebastien Vauban
>> writes:
>>
>>> Hello,
>>>
>>> Clicking on such a link:
>>>
>>> [[file:~/Projects/Type/Client/Folder/2014-11-12-PV.txt][2014-11-12-PV.txt]]
>>>
>>> ... opens the Org agenda for that day -- while it should open my
Hi all,
I rather like that `org-read-date` takes over windmove keys during the
second or two that I'm using it. By reverting this, I guess I'll have
to copy and paste the whole `defvar` just to add
`(org-replace-disputed-keys nil)`.
May I make a compromise here? Can we make a new defcustom
(org-d
Hello,
Michael Brand writes:
> In my opinion the newest patches can be applied, tests passed on my
> side. Thank you.
Thanks.
However, I get compilation errors, probably due to the macro
`org-table-execute-once-per-second'. In particular, using multiple ",t1"
isn't a good idea.
BTW, Nathaniel
Hi Chuck, Hi Nicolas,
I had a response to Chuck’s earlier message that was sitting around
waiting to be finished...time marches on however. Apologies. I think
the following bit is the only part that’s potentially still relevant:
>
> I don't think the usual #+MACRO works here, as the definition
Thought this might interest the list:
- https://www.coursera.org/course/repdata
I've taken other Johns Hopkins classes on Data Analysis from Rober
Peng and Jeff Leek and found them to be pretty good. They'll be using
R, and I'm going to guess they'll be teaching this withing the context
of RStudio
Hi, I'm trying the project-explorer package. It uses a persistent window for a
browsing tree.
This causes a new frame when using any of org-export-dispatch, org-agenda-view
menu, ibuffer-other-window, and org-insert-link. (My C-c C-e, C-c C-a, C-x C-b,
C-c C-l.)
I've made a solution for the
33 matches
Mail list logo