Ihor Radchenko writes:
> Robert Horn writes:
>
>>> Not really. Countries may change DST at any moment in future. Or decide
>>> to switch calendars (consider countries near the day transition line).
>>>
>>> And "past local time, according to the
1,7 @@ org-table-make-reference
(if lispp
(if (eq lispp 'literal)
elements
- (if (and (eq elements "") (not keep-empty))
+ (if (and (string= elements "") (not keep-empty))
""
(prin1-to-string
(if numbers (string-to-number elements) elements
Robert
--
>>>>> On Mon, 23 Jan 2023 14:04:42 +, Ihor Radchenko
>>>>> said:
Ihor> Robert Pluim writes:
>> The emacs 30 byte-compiler warns about uses of `eq'
>> and similar with constant strings which might have unintended
>> sem
>>>>> On Tue, 24 Jan 2023 10:29:17 +0100, Arash Esbati said:
Arash> Hi all,
Arash> Robert sent a patch[1] which pacifies emacs-30 compiler warning. He
Arash> missed one which is fixed by the patch below. It is against org-mode
Arash> master (6b15897
Hi,
I see some previous discussion about this years ago [1], but it looks like it
never made it into the official code base. (?)
If I use `:scope agenda`, I get a column called “File” that is used as the top
“group by” in the query. I don’t see a way to change that.
I’d like to see my time div
Hi,
The docs say this about S-M + arrow keys on clock log lines. (In section: 8.4.1
- Dates and Times > Clocking Work Time > Clocking Commands)
‘S-M-’ (‘org-timestamp-up’)
‘S-M-’ (‘org-timestamp-down’)
On ‘CLOCK’ log lines, increase/decrease the timestamp at point and
the one of th
> On Feb 8, 2023, at 5:14 AM, Ihor Radchenko wrote:
>
> Robert Nikander writes:
>
>> […]
>>
>> If I put point on the minutes of 12:30 (second line) and hit S-M-, it
>> moves the time to 12:35, but nothing else moves. Based on the docs, I
>> tho
Hi,
Does anyone else think it might be nice to allow emojis in tags? I used to use
OmniFocus before I got into org-mode. I had some tags that were certain symbols
that had meaning to me.
Rob
> On Feb 10, 2023, at 6:23 AM, Ihor Radchenko wrote:
>
> Robert Nikander writes:
>
>> […]
>
> It is not hard to do, but I am not sure about consequences of such a
> change in Org syntax.
>
> I see no obvious downsides though.
I noticed that other poten
Hi,
I’m trying to use todo dependencies. I created the following tree, and set the
variable to `t` by evaluating the setq expression. But nothing changes. I can
use S- to cycle the TODO state of “Test Project" (none - TODO - DONE)
even though the children items are not DONE. Is that expected?
problem?
Best regards,
Robert
OpenPGP_signature
Description: OpenPGP digital signature
>>>>> On Fri, 17 Feb 2023 14:08:04 +, Ihor Radchenko
>>>>> said:
Ihor> Robert Pluim writes:
Ihor> 3 unexpected results:
Ihor> FAILED test-org-table/copy-field
Ihor> FAILED test-org-table/references/mode-string-N
Ihor> FAILE
to figure out what's happening and why? (I'd really
like to understand.)
Another issue is that the above call works in a shell but not when
called by cron (both result in the strange output but with cron no file
is created). I am not sure if that's relevant. I
Hi,
I searched the internet and this doesn’t seem to exist. I would like to have
something like the opposite of code blocks. I could edit a code file, and the
comments would be in org-mode. I happen to be using C++ and lsp-mode at the
moment.
// This C++ comment is all org mode. The font
The current pre-release package of Hyperbole from the elpa-devel archive
will display any Org ID (typically a UUID) or Org Roam ID referent given an
ID in any buffer. Simply press M-RET on the ID with Hyperbole active and
the referent/definition is displayed in another window or frame (whatever
Hy
nraise\nfinally:\n
print('
do you possibly have any idea on how to fix this?
Sorry to bother you and thanks for the attention!
Robert
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
-
pty "Line Trust Warning" buffer.
Same happens on the "Dog Walk" TODO
Same happens on the "Daily Writing Project" TODO.
=rk=
On 6/12/24 12:58, Ihor Radchenko wrote:
[ Adding Org mailing list back to CC to keep the bug discussion public;
I will not mentio
Mr. Radchenko:
I will go through the file and clean it up. If this doesn't work, then
I'll start fresh.
Thank you for your help.
=rk=
PS Weirdly, this file did work on a different machine (laptop) without
issue.
On 6/12/24 13:52, Ihor Radchenko wrote:
Robert Nyman writes:
Hi Org developers:
I could really use some help from Org export experts. I have
been trying to tweak export link parsing to do what I want
without any success. Here is a summary of the issues and related
questions I have.
Usinf Org version "9.8-pre":
1. When exporting from an Org file to html,
an then check what you have to do to make org-html-link output
> the desired string, or redefine org-html-link to do what you need and
> later make a derived backend from the html backend replacing the
> org-html-link function or simply load the new definition of
> org-html-link using a me
On Tue, Jul 9, 2024 at 11:08 AM Chris Keschnat wrote:
> Sébastien Gendre writes:
>
> Hi,
> I'm not actively using this but I had it configured and just tested that
> it works. It might not answer you're questions directly, but I hope it
> helps.
>
> > How to capture data from a web page to Org-m
Sorry, I mistyped the first example in my message, it should read:
1. When exporting from an Org file to html, I want this
[[Emacs#Section-One]]
to be converted into this:
Emacs#Section-One
but instead Org export produces:
Emacs#Section-One
-- rsw
>>>>> On Sun, 04 Aug 2024 19:01:24 +, Ihor Radchenko
>>>>> said:
Ihor> I am not sure if I like patching Emacs functions when loading Org
mode.
Ihor> On the other hand, I do not see any obvious downside.
I was hoping youʼd have a strong opini
>>>>> On Mon, 05 Aug 2024 17:44:43 +, Ihor Radchenko
>>>>> said:
Ihor> Robert Pluim writes:
>>>>>>> On Sun, 04 Aug 2024 19:01:24 +, Ihor Radchenko
said:
>>
Ihor> I am not sure if I like patching Emacs f
this seems to be the place if you want to
change the markup in the copied buffer before Org formats it for export.
Is there any other existing hook that runs before formatting in this copied
buffer?
Thanks. -- Robert
On Mon, Jul 22, 2024 at 9:53 AM Ihor Radchenko wrote:
> Robert Weiner wri
, if you need
charts and distribution to others.
BR,
Robert Thorpe
someone else. In that case you have to use Libreoffice or something
like it straight away. You also have to be very careful was re-saving
the file with changes because Libreoffice has some subtle
incompatabilities with MS Excel and MS Word.
If you just want to add new sheets to existing spreadsheets that is not
too bad. The problem is changing values in existing sheets.
BR,
Robert Thorpe
Hongyi Zhao writes:
> On Wed, Dec 30, 2020 at 1:55 AM Robert Thorpe
> wrote:
>>
>> Hongyi Zhao writes:
>>
>> > On Tue, Dec 29, 2020 at 5:40 PM Jean Louis wrote:
>> >>
>> >> * Hongyi Zhao [2020-12-29 07:55]:
>> >>
!
Itʼs bound to 'org-agenda-holidays'
Marco> The connoisseur of course knows that describe-mode is already just a
Marco> {C-h m} away from the Org agenda. Anyway I think having {h} in the
Marco> agenda would be nice. This would also be consistent with
Marco> e.g. help-mode.
Meh. People should learn. Bah humbug ;-)
Robert
gt; shift does not allow several capital letters in a row.
I donʼt know about swapping Ctrl and Caps, but I have Caps -> Meta,
Alt -> Ctrl, Ctrl -> Meta, Windows -> Super under Wayland, so I
suspect you'll be ok.
Robert
My crystal ball says youʼre tracking emacs-master, and you've been
bitten by the renaming of minor-modes to local-minor-modes. A
bootstrap will fix that.
Robert
looks like the %:date handling respects the
'org-time-stamp-formats' variable, so if you can arrange for that to
be let-bound appropriately during the capture process, it might do the
right thing.
Robert
--
capture?
Well, you have control over how org-capture is invoked, so you could
do:
(defun my-org-capture ()
(let ((org-time-stamp-formats '("<%Y-%m-%d %a>" . "<%Y-%m-%d %a>")))
(org-capture)))
although you could do it with advice if you wanted. Untested, of course :-)
Robert
--
Fri, 12 Mar 2021
16:14:35 +0100 |
My mistake, itʼs a defconst, not a defvar, so it may well have been
inserted verbatim into the org code.
Robert
--
robably not
cause too much breakage.
--
Robert Horn
rjh...@alum.mit.edu
Colin Baxter writes:
>>>>>> Robert Horn writes:
>
> > Timothy writes:
>
> >> Ihor Radchenko writes:
> >>
> >> Maybe this is a good time to start a discussion about moving
> >> Org's minimum supported
in> I really don't understand why the changed is needed.
It sounds like a better idea is to update the defcustom to offer
latexmk as an option, with copious documentation as to when it
could/should be used.
Robert
--
g graph is wrong.
Also, I couldn't find this in the manual, but there's a thread “using
gnuplot's "splot" and "every" comma nds on org-mode table” on the
mailing list (2013/09/23 - 3013/09/25) about the :missing feature.
Thanks for any help.
Best regards
Robert
gp.org
Description: Binary data
dotemacs
Description: Binary data
g telling you that one of the functions
it called returned unexpectedly, rather than returning a result. You
might get a better result by doing
(setq debug-on-error t)
instead of tracing. If org-agenda-clock-in then signals an error
you'll get a backtrace.
Robert
--
ll setup") for how to override that (I
donʼt remember offhand if /ssh: supports overriding, otherwise you can
switch to /sshx: which definitely does)
Robert
--
They both have org-mode integrations. E.g., create an org-mode task
from within the email reader, with link back to the email.
--
Robert Horn
rjh...@alum.mit.edu
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
ted emacs using the command “emacs -Q -l .temacs tmp/macrotest.org”
Thanks for any help.
Best regards
Robert
Emacs : GNU Emacs 29.4 (build 1, x86_64-unknown-openbsd, GTK+ Version 2.24.33,
cairo version 1.18.2)
of 2024-09-28
Package: Org mode version 9.7.16 (release_9.7.16 @
/home/roklein/o
anged, 11 insertions(+), 3 deletions(-)
I also attached the interim LaTeX file, the log file of the LaTeX run and the
contents of the *Org PDF LaTeX Output* buffer.
Thanks for any help.
Best regards
Robert
#+Name: my-dit
#+header: :exports results :file my-dit.png
#+header: :imagemagic
Has anyone successfully watched this? It has very intermittent sound, cutting
out frequently then stoping for many minutes. I don’t see the referenced QR
code.
> On Feb 6, 2025, at 4:19 PM, Amy Grinn wrote:
>
> Amy Grinn mailto:grinn@gmail.com>> writes:
>
>> Hello all,
>>
>> I hope
(release_9.7.11 @
/home/rpluim/repos/emacs/lisp/org/)
Robert
--
>From d02f9700debfbafaab71fc6c7401132ae11de08e Mon Sep 17 00:00:00 2001
From: Robert Pluim
Date: Mon, 10 Feb 2025 13:37:25 +0100
Subject: [PATCH] Remove unneeded quoting for symbol values.
To: emacs-de...@gnu.org
* lisp/org/org-clock.el (
>>>>> On Mon, 10 Feb 2025 19:27:03 +, Ihor Radchenko
>>>>> said:
Ihor> Robert Pluim writes:
>> The custom types for org-clock-rounding-minutes and
>> org-table-duration-custom-format suffer from excessive quoting. Patch
>
>>>>> On Fri, 24 Jan 2025 18:27:23 +0530, Visuwesh said:
Visuwesh> [வெள்ளி ஜனவரி 24, 2025] Robert Pluim wrote:
>>>>>>> On Fri, 24 Jan 2025 10:37:37 +0530, Visuwesh
said:
>>
Visuwesh> * lisp/org-compat.el: Add workaround prop
>>>>> On Fri, 24 Jan 2025 10:37:37 +0530, Visuwesh said:
Visuwesh> * lisp/org-compat.el: Add workaround proposed by Robert Pluim
Visuwesh> to make yank-media work under GNOME reliably
for
Visuwesh> Emacs 29.
Did I propose it? I donʼt remember 😀
uot;)))
(use-package ox-latex
:after org
:config
(setq org-latex-default-class "scrartcl"
;; more stuff...
(add-to-list 'org-latex-classes roklein/org-latex-class/scrartcl)
;; more stuff
)
Best regards
Robert
Answers interspersed.
PS, The help for the variable “org-latex-classes” (C-h v
org-latex-classes) has a very detailed description (and examples
without the ~\\par)
Am Fri, 24 Jan 2025 14:30:36 -0800
schrieb David Masterson :
> Robert Klein writes:
>
> > On Thu, 23 Jan 2025 18
was from trial-and-error.
Visuwesh> [ The test returns non-nil once I C-x C-e the cl-defmethod so
that is at
Visuwesh> least something. ]
Nothing in emacs core uses `cl-find-method', so if this breaks you
have a strong case for getting it fixed 🙂
The patch looks fine to me.
Robert
--
Hi,
you don't need to usepackage textcomp anymore since the spring 2020 release of
LaTeX, see https://www.latex-project.org/news/latex2e-news/ltnews31.pdf page
three, right column.
Best regards
Robert
On Wed, 23 Apr 2025 16:31:12 +
Ihor Radchenko wrote:
> Pedro Andres Aranda G
On 9/22/10 Sep 22 -3:08 PM, Sébastien Vauban wrote:
> Hi Robert,
>
> Robert Goldman wrote:
>> Often now I have org-mode tasks that I move to WAIT status when I send
>> someone an email to get some next step done.
>
> I do that as well. Though, I'm still testing
Following is a patch that fixes a misspelling in the docstring
for org-todo-keywords. Also adds a little punctuation.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/
From: Robert P. Goldman
---
lisp/org.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 8227ed9..18e7fc5 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1958,7 +1958,7 @@ indicating if the keywords should be interpreted as a
sequence of
That is what I had done originally, but I thought mobile org required that all
the org files be in the same directory. Was I wrong about that?
Thanks,
R
"Bernt Hansen" wrote:
>Robert Goldman writes:
>
>> I am looking for hints. I have a number of org files, typically
Bernt Hansen norang.ca> writes:
>
> Paul Mead gmail.com> writes:
>
> > Robert Goldman sift.info> writes:
> >
> >> Andrew Stribblehill wrote:
> >>> org-mode files are plain text. M-% to do a replacement: once you've
> >>>
I just pulled an update from git for the first time in a long while, and when I
tried to build org-mode, it failed with an undefined function error for the
function org-float-time in org-ascii.
It only took me a moment to find the fix --- it seems like we just need to push
org-compat up the list o
I just installed OrgMobile and I'm delighted with it.
But I was wondering --- it seems to create only my custom agendas by default.
Is there any way to persuade it to create the daily and weekly agendas on
export? I'd really like to have those at my fingertips.
Thanks!
_
Robert P. Goldman sift.info> writes:
>
> I just installed OrgMobile and I'm delighted with it.
>
> But I was wondering --- it seems to create only my custom agendas by default.
> Is there any way to persuade it to create the daily and weekly agendas on
> export? I
Noorul Islam gmail.com> writes:
>
> I got the same error.
>
> This is what I did.
>
> $ make clean && make
>
> Everything went fine.
>
Right you are. That fixed it. Thanks! No bug after all.
___
Emacs-orgmode mailing list
Remember: use
ke one of these data structures (not for the first
time, I wish that defstruct was in elisp...). Is there some function to which
one could pass a filename and a header regexp?
thanks,
Robert
___
Emacs-orgmode mailing list
Please use `Reply All
pearing after November ended.
Is this possible? Do I just have the wrong syntax? Or must I do this with C-c
C-x c (cloning)?
thanks,
Robert
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
h
This patch adds handling of blockquotes and flowed output formats to
org-export-generic per earlier email.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/em
From: Robert P. Goldman
Added a handler for blockquotes.
Also added :body-newline-paragraph to the org-set-generic-type. This is
intended to help handling output formats (like tikiwiki) where newlines are
treated as paragraph separators, instead of being used to fill (i.e., the
destination is
On 8/29/10 Aug 29 -10:36 AM, Robert Goldman wrote:
> I used org-store-link and org-insert-link to make a link in the attached
> document (I distilled it down from a real document). In my org-mode
> (pulled from git this morning), using Aquamacs 2.0 on Mac OSX Snow
> Leopard (10.
This is needed for org-export-preprocess-string to function correctly.
---
contrib/lisp/org-export-generic.el |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/contrib/lisp/org-export-generic.el
b/contrib/lisp/org-export-generic.el
index bb42b60..29e90b8 100644
--- a/contri
Attached is a set of patches to the org-generic-exporter. They fix a
change in the org-preprocess process that means that all uses of the
org-generic export facility will crash. They also add rudimentary
support for trac wiki and tikiwiki export. Finally, I have removed
the HTML exporter from th
---
contrib/lisp/org-export-generic.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/lisp/org-export-generic.el
b/contrib/lisp/org-export-generic.el
index 15afe6a..5a5af14 100644
--- a/contrib/lisp/org-export-generic.el
+++ b/contrib/lisp/org-export-generic.e
trac wiki has hard limit on number of headers. Need space before
macro characters in trac wiki.
Add a couple of TODO comments.
---
contrib/lisp/org-export-generic.el |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/contrib/lisp/org-export-generic.el
b/contrib/lisp/o
---
contrib/lisp/org-export-generic.el | 107 +++-
1 files changed, 93 insertions(+), 14 deletions(-)
diff --git a/contrib/lisp/org-export-generic.el
b/contrib/lisp/org-export-generic.el
index 29e90b8..e3a8680 100644
--- a/contrib/lisp/org-export-generic.el
+++ b
This is done better in core org-mode.
---
contrib/lisp/org-export-generic.el | 41
1 files changed, 0 insertions(+), 41 deletions(-)
diff --git a/contrib/lisp/org-export-generic.el
b/contrib/lisp/org-export-generic.el
index e3a8680..15afe6a 100644
--- a/con
The variable names in the header arguments and in the sh code didn't line
up. Made them agree.
---
doc/org.texi |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index 17922d4..e68ed18 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -12072,8 +
There was a bug in an example of argument passing in the org-babel
part of the manual. Fixed in the following patch.
into the included file and forgot to remove it from the master file.)
Best,
R
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Nick Dokos wrote:
Robert Goldman wrote: foo.org: > * Purpose > > This
document is intended to demonstrate that src buffer eval
Also note that if you have an included file with MULTIPLE code blocks, this
approach won't generalize
Best,
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Nick Dokos wrote:
Robert Goldman wrote: foo.org: > * Purpose > > This
document is intended
Mail. Please excuse my brevity.
Nick Dokos wrote:
Robert P. Goldman wrote: > Sorry, I think I have created
a red herring here by leaving that code blo= > ck in both files. To see what
the problem really is, consider the case wh= > ere the source code block
appears ONLY in the
the
load-path in org-init.el file to point to your own org
distribution.
I can confirm that the "fails.sh" script works with my old
setup,
GNU Emacs 23.4.1
Org-mode version 7.7
Can anyone tell me what might be the problem with --batch
that is causing my script to fail?
sincerely,
--Robert McIntyre
listening,
rdc
--
Robert D. Crawford rd...@comcast.net
Every journalist has a novel in him, which is an excellent place for it.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to
does work for w3m but using w3 it returns this:
*
[[http://www.osnews.com/story/21181/The_IBM_X41_as_a_Lightweight_Linux_Laptop]]
:laptop:
from this template:
'((?b "* [[%a] %^g %!" "~/bookmarks.org" bottom)
Later today, if I get the chance, I'll explore the s
use emacs and emacspeak almost exclusively for my
computing needs. Sorry I wasn't clear in my needs and use.
Thanks,
rdc
--
Robert D. Crawford rd...@comcast.net
All kings is mostly rapscallions.
post below to reflect the change in my template and
what it returns.
Thanks in advance for any help,
rdc
"Robert D. Crawford" writes:
> Matthew Lundin writes:
>
>>> I've been trying to make an org-remember template that will grab the
>>> title of the webpag
ted this in emacspeak and I know I did
it in bmk-mgr. I assume that if Dr. Raman signed off it can't be too
wrong.
Thanks for your help,
rdc
--
Robert D. Crawford rd...@comcast.net
___
Emacs-orgmode mail
Hello Charles,
Charles Philip Chan writes:
> "Robert D. Crawford" writes:
>
>> I use emacs and emacspeak almost exclusively for my computing
>> needs. Sorry I wasn't clear in my needs and use.
>
> I am curious as to why you are using w3, since, from wha
u) of 2009-02-03 on t40
I am running about a month and a half behind upgrading emacs. If you
think that might be a problem I can update.
Thanks for your help,
rdc
--
Robert D. Crawford rd...@comcast.net
___
Emacs-o
Hello Carsten,
Carsten Dominik writes:
> if you pull a new git version, the page title will now correctly
> appear in links created in w3-mode buffers.
>
> Thanks to all who contributed to this discussion.
Thank you. I just tested it and works well. Exactly what I needed.
rdc
Quite some time ago, I incorporated reftex into my use of org mode, per
a suggestion on Worg:
;;;---
;;; Use reftex with org-mode, per Worg
;;;---
(autol
On 4/4/13 Apr 4 -7:15 AM, Bastien wrote:
> Hi Robert,
>
> Robert Goldman writes:
>
>> The two files are below, in hopes of getting suggestions for improvement
>> so that someday this could find itself into contrib/.
>
> Looks like a good start -- please keep
On 4/4/13 Apr 4 -3:38 PM, Simon Thum wrote:
> Since you're at it: I keep the attached patch personally. I use it to
> sync org-contacts entries to my phone.
>
> I didn't sign up to the FSF so far, and suck at maintaining emacs commit
> msg conventions. If the patch is interesting I'll do what is r
Well, but note that we don't use file URLs -- we have special org hyperlinks
with their own syntax...
The reason I am reluctant to adopt tel: is that that would suggest we should
adopt the phone number syntax of RFC 3966. I confess that I haven't slogged my
way through it, nor am I likely to ha
Does anyone have a workflow for the Alfred Mac app launcher that will
interact with org-capture?
I know there have been versions before that worked with Quicksilver,
which is quite similar.
Thought I would ask before trying to roll my own.
Thanks!
please use
git clone http://orgmode.org/org-mode.git
Best regards
Robert
> >
>
> No - I get:
>
> $ git remote update
> Fetching origin
> fatal: read error: Connection reset by peer
> error: Could not fetch origin
>
I restarted the git daemon. Does it work now?
Best regards
Robert
Hi,
On Fri, 22 Jan 2016 22:19:12 +0100
"Robert H. Klein" wrote:
> On Fri, 22 Jan 2016 13:56:20 -0500
> Gary Oberbrunner wrote:
>
> > I can't clone the repo, I get this error:
> > % git clone git://orgmode.org/org-mode.git
> > fatal: read error: Conne
ain.
Best regards
Robert
; <http://orgmode.org/> mode 8.3.3)
> by . —
> Jan 26 2016, Tue
how about using a postamble function instead of
html-postamble-format, something like
(let ((author (car (plist-get info :author
(when (not (equal author ""))
"by " author ". "))
" - "
instead of "by %a. - "
and similar for the rest of the %-thingies.
Note, you'll probably have to inspect the plist, the (car ...) I'm
using in some project for getting the title.
Best regards
Robert
:html-head-include-scripts nil
:html-preamble linux-e-preamble
:html-postamble linux-e-postamble
))
Best regards
Robert
801 - 900 of 919 matches
Mail list logo