On Sa, 2015-09-26 at 23:39, Charles C. Berry wrote:
[...]
> The source is several years old and filed under the FIXME worg
> directory.
Both things are not visible on the page. In general there seems to be a
lot of outdated stuff on Worg. It would be helpful to have at least the
date of last m
Hi,
I’m using org-mode to write specifications.
Since the list grew quite long I want to add a subtree showing the changes as a
quick overview.
I tag the changes with the week of the modification:
* Subject one
* Subject two :KW38:
* Subject three :KW38:
* Subject four
** Subsubject four-one :KW
Hello,
The following patch implements a draft mode for export. When in draft
mode, invalid macros and links do not throw an error. It can be toggled
with `org-export-as-draft' variable, or using C-d in export dispatch.
It introduces a backward incompatible change since it modifies signature
from
Hello,
timor writes:
> I am wondering why there is no simple backslash-escaping of org-mode
> syntax?
I think a backslash escaping is needed. However, I don't think it is
going to be that simple. Do you have some specifications in mind?
Regards,
--
Nicolas Goaziou
Nicolas Goaziou writes:
> The following patch implements a draft mode for export. When in draft
> mode, invalid macros and links do not throw an error. It can be toggled
> with `org-export-as-draft' variable, or using C-d in export dispatch.
>
> It introduces a backward incompatible change since
Hi,
On 24 September 2015 at 12:04, Eric S Fraga wrote:
> I have done the following:
> […]
thanks for all the great suggestions! I haven't had the opportunity to
try out all proposed solutions yet, but Eric's snippet looks like a
great way to tackle my initial problem.
Best,
Sebastian
Hello,
Recently I tried to use org-babel for bash with its feature for
conversation of tables to arrays. I found that a one column table is
associated with an array in bash while one column of a table retrieved
by indexing throws the error '(wrong-type-argument listp "foo")'.
Here is an exam
I guess from a purely elisp perspective I'm baffled. How is
#+begin_src emacs-lisp
org-babel-default-header-args:Python
#+end_src
supposed to produce
#+RESULTS:
| (:session . foo) |
as it supposedly does in the doc? It doesn't for me. (Where, e.g., would
"foo" be coming from?) If it had worke
On Sun, 27 Sep 2015, Nicolas Goaziou wrote:
Nicolas Goaziou writes:
The following patch implements a draft mode for export. When in draft
mode, invalid macros and links do not throw an error. It can be toggled
with `org-export-as-draft' variable, or using C-d in export dispatch.
It introduce
Aloha Nick,
Nick Dokos writes:
> Thomas S. Dye writes:
>
>> Aloha Nick,
>>
>> Nick Dokos writes:
>>
>>> The implementation on the page you linked contains a typo (capital P
>>> instead of lower-case p in python) and is much more prolix than it needs
>>> to be. You can get the same effect with
Hi,
A guid XML element is not substituted in org-feed. Here is a patch to fix it.
--
Sincerely,
Hiroshi Saito
0001-org-feed.el-Substitute-a-guid-XML-element.patch
Description: Binary data
Nicolas Goaziou writes:
> The following patch implements a draft mode for export. When in draft
> mode, invalid macros and links do not throw an error. It can be toggled
> with `org-export-as-draft' variable, or using C-d in export dispatch.
Can this just be a variable set by BIND or publish? T
Lawrence Bottorff writes:
> I guess from a purely elisp perspective I'm baffled. How is
>
> #+begin_src emacs-lisp
> org-babel-default-header-args:Python
> #+end_src
>
> supposed to produce
>
> #+RESULTS:
> | (:session . foo) |
>
> as it supposedly does in the doc? It doesn't for me. (Where, e.
On 2015-09-27, at 20:39, Rasmus wrote:
> Nicolas Goaziou writes:
>
>> The following patch implements a draft mode for export. When in draft
>> mode, invalid macros and links do not throw an error. It can be toggled
>> with `org-export-as-draft' variable, or using C-d in export dispatch.
I woul
Pushed.
--
May contains speling mistake
On Fri, Sep 25, 2015 at 09:04:29AM +0200, Rainer M Krug wrote:
>
> Look at publishing instead of exporting to html which works with
> missing links.
That sounds a bit fishy. AFAIK, ox-publish just wraps around the usual
org-export-as functions from ox.el. I could be wrong of course.
--
Suvayu
Brian Beckman gmail.com> writes:
Found the appropriate docs here:
http://orgmode.org/manual/noweb.html#noweb
17 matches
Mail list logo