[PATCH] lisp/lisp/ob-core.el (org-babel-merge-params): Rename plists to alists

2024-06-22 Thread Matthias Hetzenberger
: Matthias Hetzenberger Date: Sat, 22 Jun 2024 16:06:41 +0200 Subject: [PATCH] org-babel-merge-params: Rename plists to alists --- lisp/ob-core.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/ob-core.el b/lisp/ob-core.el index db75f1f0a..5b32f503b 100644

Bug: clocktable latex attributes

2020-10-01 Thread matthias
Hi the Orgmode team, I have a problem with the clocktable which seems to be a bug because it does not accept latex attributes before the BEGIN line:#+latex_header: \usepackage{tabularx}#+ATTR_LATEX: :align Xll :width \textwidth#+BEGIN: clocktable :scope file :maxlevel 2 the only solution I foun

Bug: clocktable

2020-09-28 Thread matthias
Salut l’équipe d’Orgmode, J’ai un soucis avec le clocktable qui semble être un bug car il n’accepte pas les attributs latex avant la ligne BEGIN: #+latex_header: \usepackage{tabularx} #+ATTR_LATEX: :align Xll :width \textwidth #+BEGIN: clocktable :scope file :maxlevel 2 la seul solution que j'a

[O] Agenda display count of monthly anniversary

2019-06-21 Thread Matthias Hetzenberger
y easy possibility to achieve this? Regards, Matthias

Re: [O] HTML Export - Footnotes inconcistency

2018-10-01 Thread Matthias Paulmier
em is the inconsistency it creates for the viewer. Does it really matter for them if I wrote my footnote inline or not? Thanks for your answer. -- Matthias Paulmier

[O] HTML Export - Footnotes inconcistency

2018-09-29 Thread Matthias Paulmier
If not, which is the intended one? Reagards. -- Matthias Paulmier

[O] Default emphasis regexp problems

2012-06-07 Thread Andreas Matthias
Hi, the following cases fail to display italics correctly in org-mode 7.4: - snip - 1. The user would also certainly think that “it’s all actually happening,” simply because it /would be happening,/ albeit in an environment that is differen

[Orgmode] Re: A few questions about how you write e-mails

2010-10-22 Thread Matthias Danzl
On 10/21/2010 10:10 AM, suvayu ali wrote: > On 20 October 2010 20:40, Nick Dokos wrote: >> Given the mangling that mailers do to replies (e.g. the idiotic default >> top posting of Thunderbird and its ilk), how they handle signatures, and >> the non-standard nature of signatures themselves, I'd sa

Re: [Orgmode] Wanted: org-publish-org-to-ascii

2010-10-14 Thread Matthias Danzl
Am 13.10.2010 21:12, schrieb Juan Pechiar: On Wed, Oct 13, 2010 at 07:59:23PM +0200, Manuel Danzl wrote: I'm a happy org-mode user since a few month's and I'm using org-publish to write on some work related documentation. Now my collegues asked me to export the docs not only to html but also to

[Orgmode] skip entry with inherited tags

2010-05-18 Thread Matthias Teege
rom a parent. How do I get all tags for an entry? Many thanks Matthias ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Passing a table to org-babel shell script

2010-02-07 Thread Matthias Teege
mething like IMHO it is not necessary under Unix. Reading from stdin is usual. But it maybe different under Windows. Many thanks Matthias ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Passing a table to org-babel shell script

2010-01-24 Thread Matthias Teege
Hello, I try to use a org-mode table as input to an shell script. It works, if I use a Table with one column. #+tblname: sec | Hello World | #+begin_src sh :var table=sec cat