t...@tsdye.com (Thomas S. Dye) writes:
> Aloha Eric,
>
> Eric Abrahamsen writes:
>
>> PS the (card=card-table[0,]) syntax is new to me, is that a
>> Babel-specific construct?
>
> Do you mean the indexing into the table? That's described here:
>
> http://orgmode.org/manual/var.html#var
>
> in the
Aloha Eric,
Eric Abrahamsen writes:
> PS the (card=card-table[0,]) syntax is new to me, is that a
> Babel-specific construct?
Do you mean the indexing into the table? That's described here:
http://orgmode.org/manual/var.html#var
in the section `Indexable variable values' near the bottom.
ht
"Sebastien Vauban"
writes:
> Hi Thomas,
>
> Thomas S. Dye wrote:
>> In this situation I often put the arguments in a named Org table and
>> then write the Babel source code block to take a single argument--the
>> table name--and parse the information passed in that way.
>>
>> #+name: card-table
Currently, there is no way to include an hline in an imported or
converted table. The `org-babel-import-elisp-from-file converts lines
starting with '-' (or '|-') to an integer 0, because, even though
`org-table-to-lisp' will correctly convert lines starting with "|-",
because `org-table-convert-re
Aloha Seb,
"Sebastien Vauban"
writes:
> Hi Thomas,
>
> Thomas S. Dye wrote:
>> In this situation I often put the arguments in a named Org table and
>> then write the Babel source code block to take a single argument--the
>> table name--and parse the information passed in that way.
>>
>> #+na
Hi Will,
wgreenhouse-sgozh3hwpm2stnjn9+b...@public.gmane.org (W. Greenhouse)
writes:
> When upgrading from one GNU ELPA package to the next (in my case, from
> ELPA version org-20130318 to org-20130325), `load-path' is not refreshed
> by installing the new package, which means that `org-reload'
On Thu, Mar 28, 2013 at 10:29:06PM +0100, Bastien wrote:
> Hi Toby,
>
> Toby Cubitt writes:
>
> > I'm experiencing two unrelated new bugs in the latest git:
> >
> > 1. In agenda view, the list of fast-tag-selection keys in the
> >`org-agenda-filter-by-tag' prompt is always empty, and fast ta
Ouch, I messed those illustrations up, and I suppose my message wasn't
easy to understand to begin with. Sorry.
> One thing to consider is whether this markup should support author and
> timestamp info in a way that the parser should understand and pass on to
> relevant backends. The annotation
On Fri, Mar 22, 2013 at 1:54 PM, Nick Dokos wrote:
>
>
> My guess is that you have a seriously mixed-up installation.
It was a load-path problem. I use an init.el file to load my ~/.emacs.d/
emacs.org initialization file, and I totally forgot to update the path to
the org directory in init.el
Started restructuring a bit. Here's what I have:
|-- beamer
| |-- index.org
| |-- ox-beamer.org
| |-- presentation.org
| `-- tutorial.org
|-- filter-markup.org
|-- freemind.org
|-- index.org
|-- ox-overview.org
|-- ox-template.org
|-- taskjuggler.org
`-- xoxo.org
Prior to seeing index.org
Hi,
as running python from org-source has been reported broken,
herewith a patch, which allows basic usage.
Requires python-mode.el-6.1
https://launchpad.net/python-mode/trunk/6.1.1/+download/python-mode.el-6.1.1.tar.gz
Just a draft, not thought as implementation,
Andreas
diff --git a/lisp/ob
Hi,
When upgrading from one GNU ELPA package to the next (in my case, from
ELPA version org-20130318 to org-20130325), `load-path' is not refreshed
by installing the new package, which means that `org-reload' does not
work without manually fixing `load-path' and evaluating (load "org"). I
would e
Hi Toby,
Toby Cubitt writes:
> I'm experiencing two unrelated new bugs in the latest git:
>
> 1. In agenda view, the list of fast-tag-selection keys in the
>`org-agenda-filter-by-tag' prompt is always empty, and fast tag
>selection no longer works. (I have fast-tag-selection keys configu
Hi Thomas,
Thomas S. Dye wrote:
> In this situation I often put the arguments in a named Org table and
> then write the Babel source code block to take a single argument--the
> table name--and parse the information passed in that way.
>
> #+name: card-table
> | cname | gname
Aloha Stefan,
In this situation I often put the arguments in a named Org table and
then write the Babel source code block to take a single argument--the
table name--and parse the information passed in that way.
#+name: card-table
| cname | gname | photo |
> Speaking of inlined elements, I repeat that [note:label] within the
> paragraph should offer a good markup for annotations.
I agree, and favor a move from annotation blocks to a solution like
that.[note:1]
[note:1] That is, like this?
One thing to consider is whether this markup should suppor
Hallo,
I am a new Org-Babel convert (thanks, Nicolas!) and our first project replaces
a MACRO (raw HTML template) with 12+ arguments and is a major improvement as we
can now use named arguments.
This short example works:
#+call: mhead-hcard(cname="Dr. Stefan
Vollmar",gname="Stefan",prefix="Dr
John Hendy writes:
[...]
>
> Haven't really been following along, but this works for me (after execution):
>
> #+begin_src emacs-lisp
> (setq org-babel-default-header-args:R
> '((:session . "org-R")))
> #+end_src
>
>
> These aren't:
>
> -*- org-babel-default-header-args:R: ((:s
Am 28.03.2013 15:41, schrieb Nicolas Goaziou:
Then you're contradicting yourself, since you also said:
I suggest to follow the lead of (La)TeX and determine begin and end of
such blocks by blank lines.
In your example, the end of the "P-block" isn't at the blank line. My
comment was on th
> -Original Message-
> From: Nicolas Goaziou [mailto:n.goaz...@gmail.com]
> Sent: Thursday, March 28, 2013 10:49 AM
> To: Ken Williams
>
> Ken Williams writes:
>
> > Something apparently even ate part of the attachment - there are some
> > Null bytes in there I guess. Here's a paste of
Dnia 2013-03-28, o godz. 10:54:07
Karl Voit napisał(a):
> * Marcin Borkowski wrote:
> > Dnia 2013-03-27, o godz. 19:34:45
> > Jude DaShiell napisał(a):
> >
> >> Maybe something like:
> >> Feng Shui for your computer,
> >> ORG-MODE!
> >> would work.
> >
> > Well, I have strong negative a
I'm experiencing two unrelated new bugs in the latest git:
1. In agenda view, the list of fast-tag-selection keys in the
`org-agenda-filter-by-tag' prompt is always empty, and fast tag
selection no longer works. (I have fast-tag-selection keys configured
in `org-tag-alist', and my `org-us
Am 28.03.2013 17:22, schrieb Nicolas Goaziou:
My point is that macro templates have to fit in a single line, no
newline character allowed. As a consequence, macro arguments are
implicitly expected to fit in a single line. So a newline character in
an argument is probably wrong.
My point is that
Jude DaShiell writes:
> Now, how to get from what's in info newsticker to actually adding a
> real feed and have newsticker work is another matter entirely.
I gave it a quick try, and found frustrating that it looks attractive in
its display and specs, that it seems to be nicely done at first gl
Bastien writes:
> Hi Matt,
>
> I pushed a fix for this yesterday. Storing links from every line in
> the active region is now achieved when the user hits three C-u before
> the command.
>
> Let me know if it works for you! And thanks for reporting bugs in
> this important area.
It works great!
Hello,
Achim Gratz writes:
> Am 27.03.2013 17:26, schrieb Nicolas Goaziou:
>> I think all newline characters should be replaced with a whitespace
>> character in macro arguments. Indeed, macro templates are only one line
>> long but unwanted "\n" could be inserted by paragraph filling in
>> argu
Hello,
Ken Williams writes:
> Something apparently even ate part of the attachment - there are some
> Null bytes in there I guess. Here's a paste of the rest of the
> attachment, as viewed in `less` to zap the non-ASCIIs.
FWIW, I cannot reproduce the problem on Org-mode version 8.0-pre
(releas
Something apparently even ate part of the attachment - there are some Null
bytes in there I guess. Here's a paste of the rest of the attachment, as
viewed in `less` to zap the non-ASCIIs.
-Ken
Debugger entered--Lisp error: (error "Invalid search bound (wrong side of
point)")
re-search-for
Hello,
Achim Gratz writes:
>> It wouldn't allow paragraphs within the annotation.
>
> ???
>
> 8<
> There is an annotation by the original author here
> #+BEGIN_ANNOTATION
>I never meant to break this paragraph.
>
>But here's a second one in the annotation,
>
My email client seems to be eating the formatting in the bug report, so I'm
attaching it as a text file. Hope that's okay.
-Ken
CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the intended
recipient(s) and may contain confidential and priv
I'd like to be able to put a result from SQL inline into my exported
document. Something like this:
Latest database record is from src_sql[:colnames no :results scalar]{select
DATE(CreatedAt) from Event order by CreatedAt desc limit 1;}.
In that case, the SQL result almost works (it surrounds th
On Wed, Mar 27, 2013 at 3:35 PM, Eric Schulte wrote:
> Andreas Leha writes:
>
> [...]
>>
>> Is that just not working for me? And any ideas, what I could do about
>> it?
>>
>
> I have no good ideas. Is the `org-babel-default-header-args:R' variable
> defined on your system before you load this f
On Thu, Mar 28, 2013 at 5:25 AM, Andreas Leha
wrote:
> Hi Eric,
>
> Eric Schulte writes:
>
>> Andreas Leha writes:
>>
>> [...]
>>>
>>> Is that just not working for me? And any ideas, what I could do about
>>> it?
>>>
>>
>> I have no good ideas. Is the `org-babel-default-header-args:R' variable
On Mar 28, 2013 5:37 AM, "Carsten Dominik"
wrote:
>
>
> On 28 mrt. 2013, at 06:31, Thomas S. Dye wrote:
>
> > Aloha John,
> >
> > Nice work. I look forward to contributing.
>
> > Another part is either getting rid of, or clearly labeling, all the Worg
> > pages that deal with the old exporters.
Hi,
The new ODT exporter sometimes, but not always fails to put footnotes in
Footnote style as expected. They are left in Text Body, which is wrong
(and surprisingly difficult to fix in LibreOffice).
After a bit of trial and failure, it seems the error depends on the
scope of export:
Exporting
On 28 mrt. 2013, at 06:31, Thomas S. Dye wrote:
> Aloha John,
>
> Nice work. I look forward to contributing.
>
> Another part is either getting rid of, or clearly labeling, all the Worg
> pages that deal with the old exporters. I can see them being a source
> of real confusion when 8.0 is ad
Hi John,
these are all excellent ideas, thank you for making the start to a systematic
way to put this kind of information onto Worg. If you have time to make a
template, I am sure this would be appreciated.
- Carsten
On 28 mrt. 2013, at 05:51, John Hendy wrote:
> Greetings,
>
>
> I just
Hi Eric,
Eric Schulte writes:
> Andreas Leha writes:
>
> [...]
>>
>> Is that just not working for me? And any ideas, what I could do about
>> it?
>>
>
> I have no good ideas. Is the `org-babel-default-header-args:R' variable
> defined on your system before you load this file? If not, maybe y
I did also try rss2email r2e and that needs its config.py file put in
the ~/.rss2email/ directory and users will need to edit that config.py
file to set things correct for local installations. It does work once
this gets done.
On Wed, 27 Mar 2013, Carmine Casciato wrote:
>
> Jude DaShiell w
* Marcin Borkowski wrote:
> Dnia 2013-03-27, o godz. 19:34:45
> Jude DaShiell napisał(a):
>
>> Maybe something like:
>> Feng Shui for your computer,
>> ORG-MODE!
>> would work.
>
> Well, I have strong negative associations with feng shui, so I guess
> not.
... and you have positive assoc
Hi again,
While we're at it, there's trouble with custom author and date info in
annotations. I hadn't really noticed, since my name was inserted anyway
and dates didn't matter much to my work.
1. Author and date attributes of the annotation are ignored, unless I'm
writing them wrong (I've tried
Hallo,
we currently use MACROs for adding http://microformats.org/wiki/hcard
information to web pages we create from org sources. As these MACROs have 12+
arguments, this is an error prone and inelegant way of getting the desired
result. Nicolas Goaziou suggested using a babel approach so we co
Dear Nicolas,
On 27.03.2013, at 17:26, Nicolas Goaziou wrote:
>> ...
>>
>> but now the white space around the arguments is no longer stripped and/or
>> other effects cause "<" and ">" in the macro to be exported as "<" etc.
>>
>> This version seems to work fine:
>>
>> {{{mhead-hcard(Dr. Stefa
Nicolas Goaziou writes:
>> Minor cosmetic annoyance: An extra space is inserted
>> before the annotation.
>>
>> Pending the introduction of a dedicated syntax, could we have this fix
>> in master please?
>
> Sure, but, if it's not too much work, I'd like the extra space removed
> first. Do you hav
44 matches
Mail list logo