hi everybody,
I have a patch to contribute to the website. I have an account in the
git repo, but I cannot push.
I am attaching the patch.
thank you,
--
--dmg
---
D M German
http://turingmachine.org
From f265fe36a1633dc9b43c98a93eabcb31607939e5 Mon Sep 17 00:00:00 2001
From: D German
Date
> From: Vincent Belaïche
> CC: "emacs-orgmode@gnu.org" , "brandel...@gmail.com"
> , "emacs-de...@gnu.org"
> Date: Wed, 27 Jun 2018 17:39:33 +
>
> Concerning the patch, I understood that you agree with it provided that
> it is upgraded to mention the change in the etc/NEWS file. So I di
> On Jun 27, 2018, at 2:28 AM, Diego Zamboni wrote:
>
> Hi Nicolas,
>
> (sorry for repeat- resending reply to list)
>
> Thanks for the clarification. Do you think there could be a way to achieve
> what I need (basically what was shown in my question). I would to build a
> summary file with
Hello,
Grant Rettke writes:
> From b12a9f806cfc218bee2cfff1e550341f5999c70d Mon Sep 17 00:00:00 2001
> From: Grant Rettke
> Date: Sat, 23 Jun 2018 20:08:09 -0500
> Subject: [PATCH] ox-koma-letter.el: Adds FROM_LOGO example
>
> FROM_LOGO uses LaTeX markup probably unfamiliar to the user.
>
> Thi
Hi Nicolas,
(sorry for repeat- resending reply to list)
Thanks for the clarification. Do you think there could be a way to achieve
what I need (basically what was shown in my question). I would to build a
summary file with links and selected paragraphs from multiple other files
in the same direct
Hello,
Diego Zamboni writes:
> Is it possible to use "#+include" from within a macro?
No, it isn't. Include keywords are expanded before macros.
Regards,
--
Nicolas Goaziou
Hi,
Is it possible to use "#+include" from within a macro?
I have the following two files:
t1.org:
-
#+MACRO: newline(eval "\n")
#+MACRO: module-summary ** $1 {{{newline}}}{{{newline}}}#+include:
"./$1.org::file-summary"
{{{module-summary(t2)}}}
-
t2.org:
-
* t2 file
#+name: f