Yes, you are right !
With head there is no problem (probably forgot to adjust my load-path
before ...)
Thanx for the help !
Rgards
Marc
Am 08.06.2024 um 17:28 schrieb Ihor Radchenko:
Marc-Oliver Ihm writes:
Hi all,
If I have this simple buffer:
* foo
*** bar
voking org-goto-sibling in this case,
cursor is not moved and return value is nil.
I did not notice any negative effects with this patch in the past few weeks.
Thanx a lot
Marc Ihm
diff --git a/lisp/org.el b/lisp/org.el
index cf4c9a99e..c786f7719 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -21
Am Sa., 7. Jan. 2023 um 08:44 Uhr schrieb Ihor Radchenko :
>
> Marc Nieper-Wißkirchen writes:
>
> >> Thanks!
> >> Note that your patch does not apply onto main.
> >
> > Rebased against the latest main. Please see the appended patch.
>
> Hmm.
>
Am Fr., 6. Jan. 2023 um 17:34 Uhr schrieb :
>
> On Fri, Jan 06, 2023 at 04:20:29PM +, Ihor Radchenko wrote:
> > Ihor Radchenko writes:
> >
> > > Marc Nieper-Wißkirchen writes:
> > > ...
> >
> > May someone forward my last email to Marc?
&g
under such an assignment in the past.)
Thanks,
Marc
Am Mo., 2. Jan. 2023 um 10:52 Uhr schrieb Marc Nieper-Wißkirchen
:
>
> Am Mo., 2. Jan. 2023 um 10:38 Uhr schrieb Ihor Radchenko
> :
> >
> > Marc Nieper-Wißkirchen writes:
> >
> > > Fixed.
> >
> >
Am Mo., 2. Jan. 2023 um 10:38 Uhr schrieb Ihor Radchenko :
>
> Marc Nieper-Wißkirchen writes:
>
> > Fixed.
>
> Thanks!
> Note that your patch does not apply onto main.
Rebased against the latest main. Please see the appended patch.
>
> > -
Fixed.
Am So., 1. Jan. 2023 um 14:53 Uhr schrieb Ihor Radchenko :
>
> Marc Nieper-Wißkirchen writes:
>
> > (defun org-babel-eval-error-notify (exit-code stderr)
> > - "Open a buffer to display STDERR and a message with the value of
> > EXIT-CODE."
> >
Done!
Am Sa., 31. Dez. 2022 um 14:24 Uhr schrieb Ihor Radchenko :
>
> Marc Nieper-Wißkirchen writes:
>
> > Please find the patch file attached to this email.
>
> Thanks!
> I will give some general comments and leave the ob-scheme changes for
> Rudolf.
>
> >
Please find the patch file attached to this email.
Thank you,
Marc
Am Sa., 31. Dez. 2022 um 13:07 Uhr schrieb Ihor Radchenko :
>
> Marc Nieper-Wißkirchen writes:
>
> > Please find attached a version that does not signal an Elisp user
> > error, but calls `org-babel-eval-
Am Sa., 31. Dez. 2022 um 11:19 Uhr schrieb Marc Nieper-Wißkirchen
:
>
> Am Sa., 31. Dez. 2022 um 11:09 Uhr schrieb Marc Nieper-Wißkirchen
> :
> >
> > Am Sa., 31. Dez. 2022 um 10:49 Uhr schrieb Ihor Radchenko
> > :
> > >
> > > Marc Nieper-Wißkirc
Am Sa., 31. Dez. 2022 um 11:09 Uhr schrieb Marc Nieper-Wißkirchen
:
>
> Am Sa., 31. Dez. 2022 um 10:49 Uhr schrieb Ihor Radchenko
> :
> >
> > Marc Nieper-Wißkirchen writes:
> >
> > > I have been talking to jao (from geiser). The following version of
>
Am Sa., 31. Dez. 2022 um 10:49 Uhr schrieb Ihor Radchenko :
>
> Marc Nieper-Wißkirchen writes:
>
> > I have been talking to jao (from geiser). The following version of
> > ob-scheme.el signals an error when executing Scheme code blocks.
> > Besides two function decla
otherwise equivalent?
Thanks,
Marc
I have been talking to jao (from geiser). The following version of
ob-scheme.el signals an error when executing Scheme code blocks.
Besides two function declarations, the only change is in the function
org-babel-scheme-execute-with-geiser.
;;; ob-scheme.el --- Babel Functions for Scheme -*-
ck
#+BEGIN_SRC scheme
(x)
#+END_SRC
just gives "Code block evaluation complete (took 0.2s)." in the
minibuffer (and in the *Messages* buffer).
Is this a known error? Or is there a way to enable error messages?
I am using org 9.6 with geiser 20221205.1417 and geiser-chez
20221027.137 on Emacs 27.1.
Thanks,
Marc
from orgmode to LaTeX/PDF.
Actual behaviour:
+ conf code block completely disappears in PDF after converting from orgmode to
LaTeX/PDF.
Sincerely,
Marc van der Sluys.
Emacs : GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.29,
cairo version 1.16.0)
of 2021-10-01
Packa
behaviour of
org-id-find as contained in my patch.
So you may feel free to ignore it ...
Best Marc
Am 12.06.2021 um 16:16 schrieb Marc-Oliver Ihm:
Hi,
please find attached a patch to allow more flexible handling of missing ids in
org-id-find; some people (like me) tend to lose ids now and then and
ound" update)
> (const :tag "Throw exception `not-found'" exception)
> (const :tag "Raise an error" error)
> ))
the handling in org-id-find is straightforward.
The default corresponds to the current behaviour.
I would like to ask
ing,
which allows focus-mode to handle org-nodes and focus on them.
The connection is made by setting focus-mode-to-thing; the symbol
heading leads focus-mode to invoke forward-heading, see the
documentation of thingatpt for details.
Hope someone finds this useful.
regards,
Marc
Hi Adam,
thanx for your feedback !
Your main point (the central function beeing to long) is undisputed;
will fix this during the next refactoring ...
Best regards,
Marc
Am 13.04.2020 um 22:04 schrieb Adam Porter:
Marc-Oliver Ihm writes:
as I use the excellent package org-id in a somewhat non
Hi Ihor,
Thanx ! Fixed it.
Details: I am now checking
(string= (org-attach-dir-from-id id) (org--attach-dir))
to see if the ID is used in the attachment dir (if it exists).
Background: I do not use attachments myself;
did not remember, they use IDs :-/
Best regards,
Marc
Am 14.04.2020 um 05:02
-cleanup.el).
Best regards
Marc
Sehr geehrte Frau Assmann,
Hi,
sie hatten mich in Ihrem Schreiben vom 6. September um ein Sepa-Mandat
gebeten.
Leider habe ich mich verschrieben ... könnten Sie mir bitte das
Schreiben erneut schicken (pdf oder Papier) ?
Vielen Dank !
Mit freundlichem Gruß,
Marc Ihm
Best regards
Marc
at position %d in buffer %s"
(point) (current-buffer))
which does not yet accept an optional invisible-ok argument, however.
Would this be a useful change ?
Best regards,
Marc Ihm
Am 11.08.2017 um 18:10 schrieb Nicolas Goaziou:
Hello,
Marc Ihm writes:
the attached patch changes org-open-at-point in org.el:
Currently, when opening an url the function org-open-at-point uses the
variable path, which is the result of applying org-link-unescape on
the original url. Thus
Please consider applying it, if fit.
Thanks,
Marc
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -10707,7 +10707,7 @@ a timestamp or a link."
(t (list nil
(org-link-unescape
option)
((function
anyway: maybe someone has commit-rights to emacs core itself ...)
best regards
Marc Ihm
(advice-add
'zone :around
(lambda (orig-fun &rest args) (interactive)
(let (result text name)
(when (string= major-mode "org-mode")
(setq text (org-copy-visible (window
Hi,
Nicolas Goaziou writes:
>
> This is a common mistake. Symbols in `cl-case' shouldn't be quoted. 'on
> is really (quote on), so you actually wrote
>
> (cl-case (org-element-property :checkbox item)
> ((quote on) "*{{(X)}}* ")
> ((quote off) "*{{( )}}* ")
> ((quote trans) "*{{(\
comments or questions.
Thanks,
Marc
>From 4e638796f39918ade4c8717569315d8b4ca61818 Mon Sep 17 00:00:00 2001
From: "U-IHM-NOTEBOOK\\Olli"
Date: Mon, 1 May 2017 16:59:10 +0200
Subject: [PATCH 1/1] Export checkboxes; fix timestamps in headlines
---
contrib/lisp/ox-confl
and let me know, if you have any comments or
questions.
Thanks,
Marc
>From 97311babee20c291aad0f1e6fa0f147c3ed416bf Mon Sep 17 00:00:00 2001
From: "U-IHM-NOTEBOOK\\Olli"
Date: Fri, 14 Apr 2017 17:14:02 +0200
Subject: [PATCH 1/1] org-el: Fix explanation, if state change is blocked
Nicolas Goaziou writes:
>
> It looks good. Could you provide a commit message?
>
Yes, of course, albeit a bit lengthy:
Fix handling of square brackets from timestamps and checkboxes; avoid
invalid confluence markup for empty table headers.
Best regards
Marc
enerate the correct output from the plain-list or item
>> translator?
>
> I meant timestamp translator.
Hi,
this is a corrected patch, which handles timestamps in a more canoncial
way.
Best regards
Marc
--- a/contrib/lisp/ox-confluence.el 2017-03-02 20:10:19.645053100 +0100
+++ b/cont
enerate the correct output from the plain-list or item
>> translator?
>
> I meant timestamp translator.
Wow, didn't know there are already provisions for handling timestamps
specially ! Will adopt my patch.
Thanx for the hint !
Marc
timestamps, so that they no longer collide with the native
link-syntax of atlassian confluence.
It would be great, if someone could review and apply this patch if
appropriate.
Best regards,
Marc Ihm
--- a/contrib/lisp/ox-confluence.el 2017-02-28 19:52:25.707036600 +0100
+++ b/contrib/lisp/ox
mments are welcome !
Best regards,
Marc
Works for me too, and probably better than my suggestion :-)
best regards
Marc
Okay, this one only tries to fix, what seems broken ...
Could someone please check ?
best regards
Marc
diff --git a/lisp/org.el b/lisp/org.el
index 24b3a69..8a00847 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -10515,8 +10515,7 @@ from."
completing-read-fun
0b00d1850b57e10?
I see this error too; the patch below fixes it for me (and corrects the
nexting level of 'completing-read too ...)
best regards
Marc
diff --git a/lisp/org.el b/lisp/org.el
index 8a00847..f440382 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -10512,10 +10512,11 @@ from.
ixing some minor bugs or the like ...)
I know, that very much work is done on IRL and Org master, and I appreciate
this work very much !
best regards
Marc
would be a pity ...
Is there any way, how, many hands with small contributions might get this going
?
I mean: get real work done, instead of just nudging the usual activists ?
regards
Marc
Am 10.03.2015 21:04, schrieb Marcin Borkowski:
Hi,
my emacs-installation does not know this as a function or a variable.
Does your emacs respond on `C-h f q u o t e - s e c t i o n' ?
(sorry, if I misunderstood your question)
best regards,
Marc
or needed
;; - Renamed column "link" to "id"
;; - Added maintainance options to find duplicate rows, to check ids,
;; update index or remove property org-index-ref from nodes
Thanx for any comments and questions !
best regards,
Marc
Hi Alan,
I see the same error, when starting with a vanilla emacs;
so these errors were easy to fix (version 3.0.1):
http://orgmode.org/w/org-mode.git?p=org-mode.git;a=blob_plain;f=contrib/lisp/org-index.el;hb=HEAD
Thanx for reporting !
best regards
Marc
On 12/09/2014 09:02 PM, Alan
side of org. Links are normal org-mode links.
Best regards
Marc
Hi Yaushi,
how about
(global-set-key (kbd "") (lambda () (interactive) (execute-kbd-macro (kbd "C-c
a v"))))
?
best regards
Marc
P.s.: In my opinion, the name "execute-kbd-macro" of this builtin function is
somewhat misleading;
"replay-keys" descri
(org-archive-subtree)))
at least it does this for me:
- Set the current node to the TODO state given through the second key after f13
- Archive the node afterwards.
regards
Marc
Am 05.01.2014 21:43, schrieb Sharon Kimble:
Sharon Kimble wrote:
Thanks Marc.
Here it is -
(if
Hi Sharon,
not sure, what happened in your setup. Maybe things can get clearer, if you
would supply
the line of lisp that you employed to bind F13.
Was it something like
(global-set-key [(f13)] 'org-archive-subtree)
?
regards
Marc
Am 05.01.2014 04:35, schrieb Sharon Kimble:
Whilst t
the program,
albeit with another name.
To switch, simply edit your .emacs and rename the variable org-favtable-id into
org-index-id.
Please give me note, if there are any problems !
Best regards,
Marc
resides in worg.
Now, if the last paragraph passes unnoticed for some days, I will send out a
note directly to someone,
asking to help me clean up :-)
Thanx for your feedback and best regards !
Marc
Am 28.10.2013 12:15, schrieb Michael Strey:
Hello,
I'm using org-reftable.el [1] from the co
orkflow to create a new reference? The way I do it
> is "link" from the place to link, then call "+fill" in the table. Is
> there a simpler way (that would do both in one stroke)?
Definitely: With the initial prompt just choose "ref"; this will only
create a new reference, but not a link. If you want both, then you
currently have to use the workflow you described. However, having a
feature, that allows both, would be easy to implement, if needed.
best regards,
Marc
have merge conflicts (unless I mess up things
occasionally :-).
I use several instances of windows and linux, that are connected by network or
usb-stick.
best regards,
Marc
Yes, would like this too !
(But do not know, how to achieve this ...)
I think that simplifying the task of storing data in org-tables would allow
many interesting org-applications to be implemented more easily.
And thanks for pointing at cvsql;
will have a look.
best regards,
Marc
Am
,
while emacs is still open.
So can only suspect, that your trouble comes from bad interaction with dropbox.
But as you said, you have already tried without, so it can only be very hidden
and obscure.
Does this happen without a network connection ?
Best regards, Marc
On 06/05/2013 05:18 PM
until Version 25
of emacs (at least).
By that time all the modules from contrib will probably long be corrected :-)
best regards, Marc
Am 01.05.2013 17:04, schrieb Igor Sosa Mayor:
Hi,
on loading org-mode I get this warning message:
,
| `flet' is an obsolete macro (as of 24.3); use e
Hi Jay,
Great ! I am looking forward to work with you !
First task will probably be to see, how worgs publishing-mechanism fits
together :-)
best regards, Marc
Am 29.04.2013 18:25, schrieb Jay Kerns:
Hello there,
On Mon, Apr 29, 2013 at 10:50 AM, Bastien wrote:
Hi Marc,
that's
lack of deeper exporter-knowledge :-)
If yes, then I would like to be counted among the volunteers.
best regards, Marc
Am 28.04.2013 09:01, schrieb Bastien:
Hi all,
next week, I will publish the version of Worg Jay and others
have been working on. I will also try to clean up the server
re you put the files from version 8 ?
regards, Marc
Hm; good reply.
I will try ...
best regards, Marc
Am 12.04.2013 15:09, schrieb Christian Egli:
Bastien writes:
Hi Marc-Oliver,
Marc-Oliver Ihm writes:
i would like to convert orgmode to textile (which is used within confluence
wiki).
What is the best way to do this ?
The best way
Hello list,
i would like to convert orgmode to textile (which is used within confluence
wiki).
What is the best way to do this ?
New exporter already or external programs ?
Thanx and best regards,
Marc
Hi,
if I need to ediff two org-files, I just switch their buffers back to
fundamental mode temporarily.
Not elegant, but works.
regards, Marc
Am 06.04.2013 11:47, schrieb Thorsten Jolitz:
Hi List,
many files on Worg have this startup option:
,--
| +STARTUP
ze.el or something like this or is there a way of
defining the different class names with an easier way?
Regards
Marc Seibert
example
* The commands of org-favtable
* Further Reading, Version, Contact
Hoping, this makes a good read.
best regards, Marc
riginal state.
Hope you can reproduce that behaviour and find it useful ...
best regards, Marc
Am 24.01.2013 21:09, schrieb Marc-Oliver Ihm:
Hi Andrew,
some time ago I did somethin similar (see below), it works with properties and
might
come close, to what you want ...
best regards, Ma
Hi Andrew,
some time ago I did somethin similar (see below), it works with properties and
might
come close, to what you want ...
best regards, Marc
(defun org-date-state (arg)
"Save away state for current node; with prefix restore for all nodes if time has
passed."
(inte
even easier with the support for normal org-mode links, that
will be introduced with version 2.1, next month.
Comments, as always, are welcome.
Best regards, Marc
Am 24.12.2012 09:47, schrieb Bastien:
Hi Marc-Oliver,
Marc-Oliver Ihm writes:
Version 2.0 of org-reftable.el has arrived at worg
d to hit RET, to visit this node !
org-reftable.el has a lot more bells and whistles, e.g. commands to
create new references or search for existing ones in all your org-files.
All this, including the proper setup, is explained in its documentation.
Any comments or suggestions are highly welcome !
Hello,
Just fixed the broken link to org-refer-by-number.el;
hopefully this gives others a better chance to actually use it :-)
Please find its short description below.
with kind regards, Marc-Oliver Ihm
org-refer-by-number.el – refer to things by number, when direct
linking is not
, this might be useful for you.
with kind regards, Marc-Oliver Ihm
* Table operations --- filter or combine tables
This section within the library of babel provides table operations.
See the documentation just below for details and working examples.
Author : Marc-Oliver Ihm
Version
-brackets
,so the only option seems to be to write a function to do the matching
correctly,
but which is probably a big task ...
So as I understand things, I would recommend to stick with the current
behaviour and use your workaround :-)
with kind regards, Marc
Am 22.03.2012 09:42, schrieb
much in improving this package. Having said this, I would be glad,
if table operations could eventually some day be considered fit for inclusion
into the proper library of babel.
with kind regards, Marc-Oliver Ihm
* Table operations --- filter or combine tables
This section within the library
Hi,
if you add ":colnames yes", like this:
#+call: raw-to-table[:exports results](table=raw2) :colnames yes
you get the headers, that you expect.
regards, Marc
ccordingly.
You could reach the same effect by putting:
(put 'org-archive-subtree 'disabled t)
in your initialization-file (if it is not .emacs).
I think I will try this too, because I remember some occasions,
that I have used it accidentially like you ...
with kind regards, Marc
line ("Outside table") is fontified correctly, whereas the second line
("Inside table"),
which is a simple table, is not.
Probably this is due to the fact, that org has its own opinion, on how the
table should be fontified.
Is there any way to circumvent this behaviour ?
with kind regards, Marc-Oliver Ihm
re
avoids the problem. The patch is quite minimal and I did not see any
side-effects.
with kind regards, Marc-Oliver Ihm
index 882a41c..7107984 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -6302,7 +6302,7 @@ in special contexts.
(if (org-at-item-p)
(org-list-set-item-visibil
se volunteers ...
Afterwards, we either have a patch to test or need to declare bankruptcy and
ask for
help of a real elisp-wizard :-)
with kind regards, Marc
Am 06.02.2012 21:34, schrieb Sebastien Vauban:
Hi Marc-Oliver,
Marc-Oliver Ihm wrote:
Am 16.12.2010 14:26, schrieb Sébastien Vauba
(which I do alot), because once I open the topmost node, all
subheadings with any
inline task are opened too, regardless how depp they are nested. This makes it
nearly impossible to get
an overview about the contents of the node.
So: This problem still seems to be around.
with kind regards, Mar
Phewww !
Hi Eric, Thanx a lot !
Not quite through with understanding your post, but I already see, that there
is everything I need in there.
Thanx a lot and Thanx again !
with kind regards, Marc
the #+call-line
governs, whether the #+begin_src-block is expected to return a table with or
without column-names;
so to react accordingly (and not surprise users) I need to know within the
#+begin_src-block
the value of the ":colnames" header-argument from the #+call-line.
Thanx a lo
(delete-other-windows)))
To find a project I just press f11 (please choose your own key) and
enter a keyword to do an occur for this keyword. Normally several toplevel
headings are found and the right one is chosen by typing return.
I hope, that someone might find this useful too.
with kind regards, Marc-Oliver Ihm
Hi Eric,
thanx ! That explains very clearly what I have seen, when trying to debug this
phaenomenon.
So this behaviour is by design and I can work around :-)
kind regards, Marc
Am 30.01.2012 17:10, schrieb Eric Schulte:
Marc-Oliver Ihm writes:
Am 29.01.2012 11:42, schrieb Andreas Leha
debugging this problem :-) And of course I am not sure what would
be the side effects of changing this
behaviour ...
So, thanx again for pointing out this very easy workaround !
with kind regards, Marc-Oliver Ihm
gards, Marc-Oliver Ihm
the cl-package ?).
So it is probably not yet fit for official inclusion into the library of babel.
with kind regards,
Marc-Oliver Ihm
As a side note: I am very pleased and fascinated, how easily babel and org have
made the task of keeping together
all aspects of development; from user documentation
This will be very handy.
Thanks,
marc
On Mon, Jan 2, 2012 at 7:08 AM, Bao Haojun wrote:
> Hi, all
>
> I have implemented org-jira.el, bringing org-mode and Jira system
> together.
>
> Wrote a Wiki page for it on emacswiki:
> http://www.emacswiki.org/emacs/OrgJiraMode
>
Am 01.01.2012 23:40, schrieb Nicolas Goaziou:
Marc-Oliver Ihm writes:
So, if I have something like:
#+call: foo(1,2)
I cannot see a way to get a buffer with all the code, that foo might
expand into, INCLUDING the assignments for the arguments 1 and 2.
(If babel would give me such a buffer
Am 01.01.2012 21:05, schrieb Nicolas Goaziou:
Hello,
Marc-Oliver Ihm writes:
Is there a way to use edebug for debugging my emacs-lisp code blocks ?
(Or is there another preferred way to debug emacs-lisp code in
babel ?)
You can open the block in a temporary buffer, with C-c ', and us
imagine would be to define global functions
to do the work and
only call these functions from the code blocks ...
with kind and curious regards, Marc-Oliver Ihm
Am 27.12.2011 21:53, schrieb Eric Schulte:
Marc-Oliver Ihm writes:
Hello,
Please find attached the elisp-file and a tutorial (as an org-file) for
org-babel-table-proc.
It provides some simple set-operations (mostly merge and intersect),
which treat org-mode tables as sets.
An example for
the right name or can
it be shortened to ob-table-proc.
Any input would be very welcome !
With kind regards, Marc-Oliver Ihm
;;; org-babel-table-proc.el --- Common operations on tables for use with
orgmode and lob
;; Copyright (C) 2010-2011
;; Free Software Foundation, Inc.
;; Author: Marc
Am 20.12.2011 01:12, schrieb Bernt Hansen:
Marc-Oliver Ihm writes:
There is probably some overlap here, but I do not see a way to find the
timstamps of CLOSED
entries with the agenda. So the agenda does not show what you have
accomplished, only what
is still open.
Another point are maybe
explanations,
which not at last have taught me, never to underestimate the broadness and
depth of orgmode :-)
with kind regards, Marc-Oliver Ihm
Am 20.12.2011 01:12, schrieb Bernt Hansen:
Marc-Oliver Ihm writes:
There is probably some overlap here, but I do not see a way to find the
timstamps of CLOSED
ch I use a lot to simply mark
my notes with the current date.
I do not know, if they readily show up in the agenda.
Hope, this helps.
with kind regards, Marc
answer to the common question
'What have I done
last week ?'
Hope, that this package can be useful.
regards, Marc-Oliver Ihm
Hope my question is clear enough.
Thank you in advance.
Marc Croteau
Toronto
!
regards, Marc-Oliver Ihm
-number.el
The file is documented extensively, so I hope the package can be used readily by anyone, who
finds it useful.
regards, Marc-Oliver Ihm
;)
;; (global-set-key (kbd "C-c C-x r") 'org-refer-by-number)
;;
;; Further reading:
;;
;; Setup: See the variable `org-refer-by-number-id'
;; Usage: See the function `org-refer-by-number'
Hope, you will find it useful.
with kind regards,
Marc-Oliver Ihm
;;; org
Am 21.08.2011 14:32, schrieb Philip Rooke:
Marc-Oliver Ihm writes:
By the way: There are surely official documentation standards, that I
could adhere for this. However, at present I cannot find them. Could
anyone provide me a pointer please ?
Does the file doc/Documentation_Standards.org in
acceptable I would be glad to submit a secound
patch to the documentation as well. By the way: There are surely
official documentation standards, that I could adhere for this. However,
at present I cannot find them. Could anyone provide me a pointer please ?
with kind regards, Marc-Oliver Ihm
1 - 100 of 129 matches
Mail list logo