porter..
Best regards
Robert
** Archiving Projects
When archiving project you face some issues not present when archiving a
single export.
A export project you want to archive often may be a project composed of
two or more subprojects, e.g. one to publish to HTML, one to PDF and one
to copy t
ie for the relevant regexp in be019c4339. It
> solves the problem for me.
>
> Rasmus
>
Thanks a lot. Works for me, too.
Best regards
Robert
t break texing with older
texlive versions.
Please try to keep export compatible to older versions. I have a
couple of computers where I can use new versions of org-mode (and an
appropriate version of emacs), where it is not feasible to install a
newer version of texlive.
Best regards
Robert
Hi Rasmus,
On Sat, 11 Jul 2015 12:48:06 +0200
Rasmus wrote:
> Hi Robert,
>
> Robert Klein writes:
>
> >> * Fixltx2e
> >>
> >> This packages is depreciated with TL2015 cf. LaTeX News 22. We can
> >> use \RequirePackage[current]{latexrele
e I might write and publish: I'm tempted to use the
> Unlicense (which is basically more or less putting it into the PD),
> even though it might (technically) be void.
>
> > Cheers,
> > Daniele
FWIW, what Richard Lawrence posted in the other threat sounds good.
Please feel free to use my material I posted to the list
(see
http://lists.gnu.org/archive/html/emacs-orgmode/2015-06/msg00160.html)
I mostly copied the export function in the example from org-mode, but
the rest you may use as you like.
Best regards
Robert
and 24.5 that we care about?
>
> wrt the distros I care about:
>
> - Arch and Fedora are on both on 24.5.
> - CentOS7 is still 24.3. So is Slackware.
SUSE Linux Enterprise 12 and openSUSE 13.2 also have 24.3. The
package for future openSUSE:42 is 24.3, too.
Best regards
Robert
On Thu, 06 Aug 2015 10:03:17 +0200
Nicolas Goaziou wrote:
> Robert Klein writes:
>
> > On Wed, 05 Aug 2015 23:51:32 +0200
> > Rasmus wrote:
> >
> >> Nicolas Goaziou writes:
> >>
> >> > Just to be sure, can we require Emacs 24.4 for
b6682783bfaabb2c4
75f021c6d8d6e92c803e0a2723cd22de5aa2c130 M lisp
If the changes in the commit are Ok, there should perhaps be a check in
org-check-agenda-file:
(defun org-check-agenda-file (file)
"Make sure FILE exists. If not, ask user what to do."
(when (not (string-p file))
do something else...
Any help is very much apprecieated.
Thank you very much!
Best regards
Robert
ist of files in the first place.
>
> Fixed in 44c8cd7.
>
Confirmed. It works again. Thank you very much!
Best regards
Robert
Bastien Guerry writes:
> My simple point is: let's get more information and let's take a
> proper decision. Let's not force the change.
I took a look at what is presently supported by Red Hat, Ubuntu, and
OpenSuSE in their long term support releases. The results:
emacs 23.1 (RHEL 6.0, Ubuntu
pdate. I
> recorded the message below but hadn't got around to emailing the list.
I saw two updates on worg from yesterday, so probably everything is Ok
again.
Please give me a note, when you still see invalid function 41 or so,
then I'll clean up the org used for publishing worg manually.
Best regards
Robert
Hi,
Thomas S. Dye wrote:
>
> Robert Klein writes:
>
> > Hi,
> >
> > Kyle Meyer wrote:
> >
> >> Thomas S. Dye writes:
> >>
> >> > Aloha all,
> >> >
> >> > Worg hasn't published for several days.
&g
Hi,
Sebastien Vauban wrote:
> Robert Klein writes:
> > Thomas S. Dye wrote:
> >> Robert Klein writes:
> >>> Kyle Meyer wrote:
> >>>> Thomas S. Dye writes:
> >>>> >
> >>>> > Worg hasn't published for seve
Hello,
Nicolas Goaziou wrote:
> Hello,
>
> Robert Klein writes:
>
>
> FYI <http://permalink.gmane.org/gmane.emacs.orgmode/100625> may be
> related.
>
Yes, something like that. What actually happens is, the
org-mode repository clone for worg publications is
src
Please see the worg page
http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-gnuplot.html
for more information.
Best regards
Robert
> Best regards,
> Tobias Frischholz
>
> PGP PUBLIC KEY:
> http://pgp.mit.edu/pks/lookup?search=0xCD463AC1&op=index
>
X_HEADER: \usepackage{newunicodechar}
#+LaTeX_HEADER: \newunicodechar{ǎ}{\v{a}}
#+LaTeX_HEADER: \newunicodechar{ǐ}{\v{\i}}
#+Macro: zh [[zh:][$1]]
#+end_src org
Then use CJK in your org file like this:
#+begin_src org
Now you can user CJK characters like {{{zh(你好!)}}} (Nǐ hǎo) or
[[zh:][你好!]].
#+end_src
Best regards
Robert
ster onto maint, or the
> other way around? That would result in no merge commits.
>
> I think it should be possible to rebase two branches without having to
> rewrite the public history. As far as I understood, maint is a subset
> of master, i.e. all commits that are in maint are in master as well.
> Is that correct?
No.
I agree, the many merge commits in August/September look ugly right
after the 8.3/8.3.1 release. Maint and master will surely diverge more,
now...
Best regards
Robert
following to my .emacs file:
(add-to-list 'org-latex-listings-langs
'(conf " "))
That is, I set the `listings' packages language to a blank (empty string
doesn't work) and only generic settings (i.e. no specific language
settings) are used when I tex the file.
HTH
Best regards
Robert
Hi
Aviv wrote:
> Robert Klein roklein.de> writes:
>
>>
>> Hi
>>
>> Aviv wrote:
>>
>>> Hi!
>>>
>>> I just upgraded to org 8.3 and am stuck with an export issue.
>>>
>>> When I try to export a file with just &qu
9f6d81a3b8
Sorry, I don't use the agenda, so I can't help you more at the moment.
Best regards
Robert
u take only the beginning of your file up
to the first paragraph of the first heading (not marked
as :noexport:)? This is not a /minimal/ minimal example, but if
you can post this plus the relevant parts of your setup, there is a
chance to reproduce and solve the issue.
Best regards
Robert
eplaced inside those functions.
Should I copy the authors of the backends I derived from into my
file(s)? I'd rather not leave them out, but, on the other hand, maybe
they don't want to be associated with my sometimes paltry attempts at
coding.
Thank you very much for your advice.
Best regards
Robert
tree, line 4276.
Thanks and best regards
Robert
quot;language= " and results in a latex-compilable:
\lstset{language= ,numbers=none}
This is nice to know, when you're documenting configurations or
configuration files.
Best regards
Robert
file as [f] Current file without a problem, so
it seems nothing is wrong with the files per se, or the publishing function
per se.
Below is the project part from my .emacs file.
Any hint would be appreciated.
;;list projects, personal website, family, work
(setq org-publish-project-a
:mytag:
...
#+end_src
Is there something I can do, so the tag doesn't end up in the title?
Thanks and best regards
Robert
Bastien, Sebastien,
thank you both for your help.
I'll check out `org-export-with-tags'.
I do need the tags, but only in the -export-as- function of a derived
exporter. Probably I still can get them.
Thanks a lot
Best regards
Robert
On 01/15/2014 12:53 PM, Bas
enhance it). For posting a
subtree it would be `natural' to use the heading (without tags) as title
and tags (if any) as blog tags.
Best regards
Robert
On 01/15/2014 01:31 PM, Robert Klein wrote:
> Bastien, Sebastien,
>
> thank you both for your help.
>
> I'll chec
le-contacts*
and type string i get
google-oauth-auth-and-store: Symbol's function definition is void:
oauth2-auth-and-store
Cu,
Robert
some polishing to make it ready for a greater public.
Would there a place for it in contrib/ or is it better suited for a
github repository?
Thanks and best regards
Robert
;;; ox-blog.el --- Blog Back-End for Org Export Engine
;; Copyright (C) 2013, 2014 Robert Klein
;; Author: Robert Klein
;; Key
- ((and publish-datetime
+ ((and (not (string= "" publish-datetime))
(or (equal "author" user-role)
(equal "administrator" user-role)))
"future")
Best regards and thank you very much for the feedback,
Robert
Hi Ken
On 02/08/2014 01:27 AM, Ken Mankoff wrote:
> Hi Robert,
>
> On Fri, 7 Feb 2014, Robert Klein wrote:
>> around the org-mode 8.0 release I began to write a new blog exporter
>> using the new export framework.
>>
>> I wanted one feature org2blog didn't
Hi,
I put ox-blog on github:
https://github.com/roklein/ox-blog
I removed the unnecessary org-blog-example-block and added some
attributes to be used with source blocks (line numbers, highlighting of
lines, title).
Best regards
Robert
On 02/07/2014 06:10 PM, Robert Klein wrote:
>
Hi Bastien,
On 02/09/2014 08:55 AM, Bastien wrote:
> Hi Robert,
>
> Robert Klein writes:
>
>> I put ox-blog on github:
>>
>> https://github.com/roklein/ox-blog
>
> Thanks for your work on this, looks neat.
>
> Do you have an example website produced
I'm a user who doesn't much care about link following command behavior,
but Bastien's point about context is important. The behavior of a
command needs to depend upon much more than just syntax.
Two really dramatic examples are region narrowing and outline folding.
When operating on a narrowed r
I felt a need to document those attributes that
get extra treatment: wordpress uses class="alignleft" instead of HTML
align="right" and I changed the style handling to support surrounding
double quotes ( :style "margin: 9pt; background: red;" )
Best regards
Robert
I also use tables, and have one big recipe.org file. I considered
ingredient properties, etc., but ended up just text and find recipes by
using simple searches. They look like this:
* Texas Skillet Corn Bread
| Ingredient | Quantity | Instructions|
|+
sing?
TIA,
Robert
Emacs 24.3.1 (Org mode 8.2.5e)
in a new org file, and I'm not sure I had a org file
without a newline at the end before. So I can't say if this is a new
issue or not.
Best regards
Robert
Hi,
On Wed, 13 Jul 2016 18:47:58 -0700
"Charles C. Berry" wrote:
> On Wed, 13 Jul 2016, Robert Klein wrote:
>
> > Hi,
> >
> > When exporting a source block, e.g.
> >
> > --- snip (example org file) ---
> > #+begin_src conf
> > Test
&g
rgmode.org/cgit.cgi/worg.git/plain/exporters/koma-letter-new-example.pdf.
>
> Any suggestions?
afaik the elpa version is the maintenance version of 8.3.4.
The example looks fine when using the develpoment version of org
(i.e. master branch of the git repository).
Best regards
Robert
emacs -Q
;evaluate the following
(custom-set-variables
'(package-selected-packages
(quote
(org-20160704
(package-initialize)
; Now do:
C-x C-f ~/.notes
M-x org-mode
M-x org-capture
t
; This should result in:
Capture template ‘t’: Match data clobbered by buffer modification
hooks
I've tried to follow who clobbers it via GDB, but I keep getting
lost. For me it's always search_regs.end[sub] that has the unexpected
value.
Regards
Robert
e: html/preamble.html):
--- snip ---
Home
Imprint
--- snip ---
Example postamble file:
Contents
main page
Heading
imprint
-->
© 2012–2015 Robert
Hi,
Jarmo Hurri wrote:
>
> Robert Klein writes:
>
> > You can use the preamble and postamble features for this.
> >
> > You'd have to edit the navigation bar manually, though.
> >
> > Example preamble (file: html/preamble.html):
> > ...
>
GNU Elpa and latest Emacs 25
> branch from the git (Repository revision:
> 4157159a37b43712440da91a45a6d5f71eb96e8a).
>
> With these versions of Org and Emacs and your patch applied, with a
> recipe similar to that posted by Robert Pluim on 2016-07-18,
> specifically
>
>
e my entire
> config loaded, but with a minimal recipe from emacs -Q the org-capture
> match-data-clobbered error still occurs.
>
> The minimal recipe I'm testing with is similar to that posted by Robert
> Pluim on 2016-07-18, specifically
>
> src/emacs -Q
>
reverse/1]).
>
> OK, let's wait for a few days to give time to the people who were
> affected by the issue to test the patch, and if no new issues come up,
> please push the version with the error code to emacs-25.
>
Patch v2 fixes 'emacs -Q' and my normal capture templates, and I'm
using the patched emacs for this email. I'll keep running with it for
the next few days.
Regards
Robert
anual run `gmake
html' in the top directory of the source; for a printable PDF run
`gmake pdf'. The final manual will also be in the doc/ directory.
Best regards
Robert
Hi,
On Mon, 25 Jul 2016 18:59:46 +
Uwe Brauer wrote:
> Hi
>
> I would like to write an org document export it to odt, and break
> pages manually. How can I achieve that?
>
#+ODT:
See http://orgmode.org/manual/Creating-one_002doff-styles.html in the
manual.
Best regards
Robert
GNU Hyperbole (pronounced Ga-new Hi-per-bo-lee), or just Hyperbole, is an
amazing programmable hypertextual information management system implemented as
a GNU Emacs package. This is the first public release in 2016. Hyperbole has
been greatly expanded and modernized for use with the latest Emacs
I just looked on YouTube and didn’t find anything.
> On Jul 29, 2016, at 10:54 AM, Kaushal Modi wrote:
>
> Actually it will be even more awesome if you can record a short video/GIF
> screencast demonstrating what hyperbole does compared to org mode. Or in
> general how you would use hyperbole.
Ever since updating to 20160801, I've encountered the following error
whenever trying to run org-agenda-list:
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
looking-at(nil)
org-agenda-skip()
org-agenda-get-deadlines()
org-agenda-get-day-entries("/path/t
Trying again since it wasn't received the first time.
On Tue, Aug 2, 2016 at 12:02 PM Robert Irelan wrote:
> Ever since updating to 20160801, I've encountered the following error
> whenever trying to run org-agenda-list:
>
> Debugger entered--Lisp error: (wrong-typ
with `browse-url').
The last patch also updates the replacement for org-add-link-type in
org-compat.el.
Best regards
Robert
On Sun, 07 Aug 2016 20:12:21 -0400
John Kitchin wrote:
> That looks like the correct fix for org-eww.el.
>
> What is the protocol for fixing the contrib pac
Hi,
http access seemed to be Ok, but there was something fishy about git.
I restarted all services, so everything should be Ok, now.
Best regards
Robert
On Mon, 5 Sep 2016 00:51:22 +0900
Ishikawa Takaaki wrote:
> Many thanks to your reports. Unfortunately, it’s not working even
>
Hi,
I'm using the following header, which lets me export to PDF and HTML,
both (basically from here:
http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html).
#+header: :exports results :file fsa.png
#+header: :imagemagick yes :iminoptions -density 600 :imoutoptions
-geometry 1200
I'm not enough of an ELPA guru to figure this out. I tried org-mode
9.0.1 using ELPA, found some issues I'll describe, and find that using
the direct git version does not have those issues.
All of this is with Emacs 24.5.2, GTK+ version 2.24.31. This is a fresh
setup, no other packages install
to include the top level org file you
> want to tangle from. Then export that.
>
> HTH,
>
> Chuck
>
A line
#+Property: tangle yes
in your org document is sufficient to get it tangled (in org 8.3.6).
I'm currently using the attached script for tangling configur
There is also a Firefox plugin "ScrapBook X", which is a successor to
Scrapbook. It can capture the web page alone (with links to outside
world) and allows you to select by depth or link additional pages
that are also to be captured. (If you have infinite time and storage
with the right links yo
t the publishing
directory, perhaps 2e35a59763efc5324874ec1a894691fe2123495c ?).
Any help is very much appreciated.
Thanks and best regards
Robert
Hi,
Nicolas Goaziou wrote:
> Hello,
>
> Robert Klein writes:
>
> > when I publish a project to PDF org-mode does not include the
> > images in the exported PDF (i.e. LaTeX doesn't find them), when I
> > start the publishing process from a buffer which
Hi,
this patch updates ox-groff.el in contrig to use the
org-timestamp-translate function instead of the non-existing
org-translate-time.
Best regards
Robert
From 632764856ecbc0f6a733d3d919f4904c6465605c Mon Sep 17 00:00:00 2001
From: Robert Klein
Date: Mon, 13 Mar 2017 07:29:27 +0100
Subject
Eric S Fraga writes:
> On Monday, 8 May 2017 at 11:26, Nicolas Goaziou wrote:
>> Hello,
>>
>> I would like to scratch a long-standing itch and introduce the "c"
>> macro, which is basically a way to handle multiple counters in an Org
>> document. So, the following document
>
> This sounds like a
Hi,
there are two typos which causes compile to fail. Patch below.
PS: Probably there should be a comma after the “example”. Sorry, my
English not so good is...
Best regards
Robert
From 355901f48b9b81e9d5509f2df66e4f25eb23adae Mon Sep 17 00:00:00 2001
From: Robert Klein
Date: Mon, 15
Hallo,
On Mon, 15 May 2017 08:42:42 +0200
Nicolas Goaziou wrote:
> Hello,
>
> Robert Klein writes:
>
> > there are two typos which causes compile to fail. Patch below.
>
> Thank you.
>
> > Options for MathJax (@code{org-html-mathjax-options}). MathJ
Hi,
The Latex \hypersetup options like to be on their own line and hate
when the closing } intrudes on them.
Patch which puts the closing brace in its place below.
Best regards
Robert
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index ec4b49585f8..474f9b6e9c4 100644
--- a/lisp/ox
Please disregard this. \hypersetup works as it is.
I had a +text+ title which put a \sout{} in the pdftitle. That caused a
error message about too many }'s from the pdflatex. This I mistook to
mean the closing brace of \hypersetup.
Sorry about the fuss.
Best regards,
Robert
On Thu, 2
Bastien Guerry writes:
> Hi Philip,
>
> phillip.l...@russet.org.uk (Phillip Lord) writes:
>
>> I presume you do see this as an advantage? The issue is, surely,
>> that it's too much of a PITA for the advantage that you gain?
>
> Well, it's not really about PITA-or-not-PITA, it's just that I want
Hi,
it works again now.
Best regards
Robert
On Mon, 31 Jul 2017 18:50:44 +0800
Chunyang Xu wrote:
> I visited the URL by clicking "cgit" on http://orgmode.org/.
>
>
>
y to Task 2.
>
I believe the C-u C-c C-d is being done from the agenda buffer, not
the org buffer, so the agenda should be able to keep track of the task
location.
Having said that, Iʼve not been able to reproduce this with Org 9.1.14
Robert
Kevin Foley writes:
> My mistake, I misread, thanks for the correction Robert. FWIW I also am
> unable to reproduce on 9.1.14
>
> I would still suggest using C-c C-d with . as it seems like a simpler
> workflow.
Yes, that is a lot simpler than remove/add.
Robert
ht assignment
documents it will be easier to put htmlize.el into Emacs.
Best regards
Robert
roprietary platform. Git
was created due to problems with a dependency on a proprietary platform,
although in that case it was more related to a divergence in business
strategic directions than ethical issues.
--
Robert Horn
rjhorn...@gmail.com
On Tue, 18 Sep 2018 19:53:14 +0300
Eli Zaretskii wrote:
> > From: Robert Horn
> > Cc: Nicolas Goaziou , Eli Zaretskii
> > , kaushal.m...@gmail.com, 32...@debbugs.gnu.org,
> > r...@gnu.org Date: Tue, 18 Sep 2018 12:37:45 -0400
> >
> > /* from RMS email later
Hi,
On Thu, 20 Sep 2018 08:43:19 +0300
Eli Zaretskii wrote:
> > From: Kaushal Modi
> > Date: Wed, 19 Sep 2018 17:16:28 -0400
> > Cc: Nicolas Goaziou , Glenn Morris
> > , n...@flqt.fr, Richard Stallman ,
> > 32...@debbugs.gnu.org, Robert Horn , Eli
> > Zar
macs version is:
>
> (version)
> "GNU Emacs 26.1 (build 1, x86_64-unknown-linux-gnu, GTK+ Version
> 2.24.32) of 2018-07-25"
>
Please see
*** Change in the structure template expansion
in the etc/ORG-NEWS file.
Best regards
Robert
Is this normal?
>
your example does seem to have Beamer frames.
Do you have a complete minimal setup which doesn't work with the new
version (.org-file, .emacs, both only having enough content to show the
issue)?
I your “latest” version the zip files downloaded from the home page, or
maint or master from git?
Best regards
Robert
Hi,
I have
(add-hook 'org-tab-first-hook 'org-end-of-line)
This causes inside a table to always create another row, rather
than moving to the next field. The patch below fixes this for me,
although Iʼm not sure itʼs the right solution.
diff --git a/org.el b/org.el
index 45be987..f22e9a1 100644
Nicolas Goaziou writes:
> Hello,
>
> Robert Pluim writes:
>
>> I have
>>
>> (add-hook 'org-tab-first-hook 'org-end-of-line)
>>
>> This causes inside a table to always create another row, rather
>> than moving to the next field. The pa
Nicolas Goaziou writes:
> Robert Pluim writes:
>
>> I was under the impression that 'org-end-of-line' is intended to do
>> something only when in a heading, since it does:
>>
>> (looking-at org-complex-heading-regexp)))
>>
>>
Nicolas Goaziou writes:
> Robert Pluim writes:
>
>> It does call 'end-of-line'. If thatʼs the intended semantics, itʼs not
>> entirely clear from the docstring (and I will adjust my code).
>
> The first sentence is:
>
> Go to the end of line, but b
> follows:
>
> (defun test-org-in-src-block-p ()
> (interactive)
> (print (org-in-src-block-p)))
>
> Navigate to a src block in org mode and call 'M-x
> test-org-in-src-block-p'. Now nil is printed to the message buffer.
Works for me in emacs-26. Would it be possible to try that version?
Regards
Robert
Eivind Otto Hjelle writes:
> I thought I had updated emacs to the latest version, but apparently not.
> After upgrading to emacs-26 the command org-in-src-block-p works as
> expected. Thanks!
Thanks for checking. Closing.
Regards
Robert
ATH
INFOPATH=/usr/local/texlive/2018/texmf/doc/info:$INFOPATH
export PATH MANPATH INFOPATH
in your .profile/.bashrc, (and .xsessionrc if your're using lightdm for
login)
Best regards
Robert
>
> Your help is welcome.
>
> Best wishes,
>
> Jo.
t indented by “4 spaces”, put a line
#+LaTeX: \setlength{\leftskip}{2em}
at the top of your document.
If you want only parts indented, put the line before the beginning of
the part to be indented and put this line after it:
#+LaTeX: \setlength{\leftskip}{0em}
Does this help?
Best regards
Robert
hought gmane.org was could no longer be searched with nnir.
If you do that then you connect to port 119 using cleartext and the
connection is (potentially) upgraded using STARTTLS. Thatʼs not the
same as making a TLS connection to port 563. Whether this matters for
reading news is entirely a personal decision.
The gmane search interface is sadly indeed defunct.
Robert
gt; unsupported in this back-end, AFAICT.
FWIW, the original example works for me if I set
'org-latex-to-mathml-convert-command' to
"latexmlmath \"%i\" --presentationmathml=%o"
as described at
<https://www.gnu.org/software/emacs/manual/html_node/org/Working-with-LaTeX-math-snippets.html#Working-with-LaTeX-math-snippets>
(interestingly I didnʼt have to set #+OPTIONS: LaTeX:t)
Robert
When in agenda view with column view enabled hitting 't' clears the current
line so it displays as a blank line. There is no text there, so it is not a
font color issue.
Though it does actually cycle the TODO value of the line. In fact, you can
hit 't' again on the blank line and it will continue
second table. same in all cases
with a 0 in front (04:50, 07:50, 01:00).
Org-version is 9.2
Any ideas?
Thanks and best regards
Robert
second table. same in all cases
with a 0 in front (04:50, 07:50, 01:00).
Org-version is 9.2
Any ideas?
Thanks and best regards
Robert
--
Robert Klein UNIX Operations
Max Planck-Institut für Polymerforschung
Anschrift: Ackermannweg 10, 55128 Mainz
Patch to fix attached.
From a3af9004fbc5a8a86ba8f990d393403ec671f9bf Mon Sep 17 00:00:00 2001
From: Robert Irelan
Date: Wed, 23 Jan 2019 11:11:14 -0800
Subject: [PATCH] org-drill: Fix tag match in org-map-drill-entries
* contrib/lisp/org-drill.el: Change MATCH argument to ORG-MAP-ENTRIES
from
ese, but I can easily
write an elisp hook to capture the rules.
--
Robert Horn
rjh...@alum.mit.edu
Hi, could someone take a look at this? Other people have noticed this
issue: https://lists.gnu.org/archive/html/emacs-orgmode/2019-01/msg00096.html
On Wed, Jan 23, 2019 at 11:18 AM Robert Irelan wrote:
>
> Patch to fix attached.
--
Robert Irelan
rire...@gmail.com
like it wants to allow
<>
Is that something that should be accepted?
Robert
converting that
float to an integer. It seems much too small for that, though. Which
version of emacs is this, on what platform?
Robert
ng-system or
similar. If I do
LANG=zh_HK src/emacs -Q
(require 'org)
(org-time-stamp) => <2019-02-28 四>
where that character after the date is CJK IDEOGRAPH-56DB
(and now Iʼve exhausted what I know about Asian characters)
Robert
I’m using Org mode to document some software. When I see Texinfo used for
this, I see that you can have a subject index and a variable index. How do I
achieve the same thing in Org mode? Can someone point to examples of this?
>" (current-time)))
so itʼs hard to see how this could be an issue in Org.
Does this happen when running 'emacs -Q'?
Robert
Robert Pluim writes:
> Eli Zaretskii writes:
>
>>> From: Robert Pluim
>>> Cc: Eli Zaretskii , 34...@debbugs.gnu.org
>>> Date: Fri, 01 Mar 2019 11:00:01 +0100
>>>
>>> > It could be some snafu in Org, though, e.,g. if it doesn't
Eli Zaretskii writes:
>> From: Robert Pluim
>> Cc: Eli Zaretskii , 34...@debbugs.gnu.org
>> Date: Fri, 01 Mar 2019 11:00:01 +0100
>>
>> > It could be some snafu in Org, though, e.,g. if it doesn't know how to
>> > support that value of
501 - 600 of 919 matches
Mail list logo