Dear Christophe,
Great work. You should submit it to http://www.plosone.org/ as a
response. It would be interesting to see what the Referees make of it.
Best wishes,
Colin.
> Hi all,
>
> After seeing Ken's mail:
>
> Le 26/12/2014 23:47, Ken Mankoff a écrit :
>> People here might be interested
> Hello
>
> I am looking for a sort of database I could use with orgmode. Anybody
> has a suggestion? What's about recutils?
>
> thanks
>
> Uwe Brauer
I've just installed recutils from source. If you do the same then be
aware that as well as the usual linux packages, you will also need
"check", "
> Hi,
>
> On 04/05/2016 06:43 AM, Colin Baxter wrote:
>>> Hello
>>>
>>> I am looking for a sort of database I could use with orgmode. Anybody
>>> has a suggestion? What's about recutils?
>>>
>>> thanks
>>>
>>&
I'm afraid my recutils from http://ftp.gnu.org/gnu/recutils/recutils-1.7.tar.gz
had no REDADME.dev. It did have a README, which mentions README.dev but no
README.dev.
Best wishes,
Colin.
05.04.2016, 13:54, "Jose E. Marchesi" :
> > I am looking for a sort of database I could use with orgmo
> > I am looking for a sort of database I could use with orgmode. Anybody
> > has a suggestion? What's about recutils?
> >
> > thanks
> >
> > Uwe Brauer
>
> I've just installed recutils from source. If you do the same then be
> aware that as well as the usual l
The line
(expand-file-name "../../etc/styles/" org-odt-lib-dir) ; git
in the defconst org-odt-styles-dir-list at line 181 of ox-odt.el points to
"git/org-mode/lisp/etc/styles/". Should it not point to
"git/org-mode/etc/styles/"? This would be achieved by changing the line to
(expand-file-name
Common Lisp in babel steems to have stopped working. With slime running and
(lisp . t) in my emacs init, I now get the error
org-babel-execute:lisp: Cannot open load file: No such file or directory, sly
when I C-cc
#+name: hello-world
#+header: :var message="Hello World!" :exports both
#+begin_s
Nick Dokos gmail.com> writes:
>
> Nick Dokos gmail.com> writes:
>
> > Colin Baxter yandex.com> writes:
> >
> >> Common Lisp in babel steems to have stopped working. With slime
> >> running and (lisp . t) in my emacs init, I now get the error
&g
On gpg encrypting (symmetrical) a file I get the warning:
mouse-minibuffer-check: Wrong type argument: window-valid-p, #
after clicking ok in the encryption dialogue buffer. The actual
encryption seems to work, with password and repeat password prompts. I
am using emacs-25.1.50.1, git-pulled an
With the latest org-mode release_8.3.4-739-g7894129, I'm getting an lisp error
(invalid-read-syntax "#"). This ocurs with emacs-25.1.50.1 and emacs-24.5.1.
Backtrace
Debugger entered--Lisp error: (invalid-read-syntax "#")
read(#)
eval-buffer(# nil
"/home/redknight/git/org-mode/lisp/
On Tue, Apr 19 2016, Nicolas Goaziou wrote:
> Hello,
>
> Colin Baxter writes:
>
>> The line
>>
>> (expand-file-name "../../etc/styles/" org-odt-lib-dir) ; git
>>
>> in the defconst org-odt-styles-dir-list at line 181 of ox-odt.el points to
>
On Tue, Apr 19 2016, Nicolas Goaziou wrote:
> Hello,
>
> Colin Baxter writes:
>
>> With the latest org-mode release_8.3.4-739-g7894129, I'm getting an lisp
>> error
>> (invalid-read-syntax "#"). This ocurs with emacs-25.1.50.1 and
>> emacs
On Wed, Apr 20 2016, Alan Schmitt wrote:
> On 2016-04-20 07:59, Colin Baxter writes:
>
>> On Tue, Apr 19 2016, Nicolas Goaziou wrote:
>>
>>> Hello,
>>>
>>> Colin Baxter writes:
>>>
>>>> With the latest org-mode release_8.3.
On Wed, Apr 20 2016, Nick Dokos wrote:
> Colin Baxter writes:
>
>> The file /lisp/ox-html.el of org-mode release_8.3.4-743-g516bbf has
>> binary content at line 1952, whereas the same file of org-mode
>> release_8.3.4-721-g16ad80 has not. Perhaps this is significant.
&g
I would like to thank everyone for their help in resolving something
which I should have done myself had I but gave the matter a little more
thought.
Best wishes,
Colin.
Hello,
If I try to insert a Category drawer with C-c C-x p and select CATEGORY,
I get the error:
org-entry-put: The CATEGORY property cannot be set with `org-entry-put'
I don't understand why I'm not able to do this. I'm using org-8.3beta.
Thanks, Colin.
> Hello,
>
> Colin Baxter writes:
>
>> If I try to insert a Category drawer with C-c C-x p and select CATEGORY,
>> I get the error:
>>
>> org-entry-put: The CATEGORY property cannot be set with `org-entry-put'
>>
>> I don't understand wh
> Colin Baxter writes:
>
>
>> Do I report it as a bug, or do I leave it you? I'm a newbie.
>
> I meant: this is now fixed. You just need to update Org.
>
> Regards,
Hi, Nicolas,
Yes, it's fixed on Org-mode version 8.3beta
(release_8.3beta-900-g69e6f4). Thanks!
Best wishes,
Colin.
ns
>> for generating passwords: strings of random characters, and random words
>> of the correcthorsebatterystaple-type. The README file in bitbucket has
>> detailed information about the usage.
>>
>> If there is interest from the community this can also go to /contrib.
>>
>> Best,
>>
>> Jorge.
--
Colin Baxter
http://www.colin-baxter.com
may have better luck.
Best wishes,
Colin.
> Dear Colin,
>
>
>
> On Sun, 11-05-2014, at 15:56, Colin Baxter wrote:
>> Hi,
>>
>> You can ensure a gpg buffer doesn't leave any traces by using a
>> minor-mode called "sensitive" which disables bac
Dear Ramon,
Yes, that's the problem I got with files *.org.gpg. I've never had the time -
nor inclination - to look into it further.
Best wishes,
Colin.
> Dear Colin,
>
> Great, thanks a lot.
>
> I just tried it, and it worked out of the box, and it turns on by default
> (I used the code at
Dear Jorge,
Many thanks for this. I had forgotten about "define-derived-mode".
Best wishes,
Colin.
> Dear Ramon and Colin,
>
> If you are using an "(add-to-list 'auto-mode-alist ...)" for the gpg
> files, that sets the major mode on. If you want to leave the major mode
> as Org, do not use au
On Mon, Jul 25 2016, Vikas Rawal wrote:
> I did the usual "make up2" in my git repository but got the following
> error (just pasting the tail of the log):
>
> —
>
> Ran 634 tests, 633 results as expected, 1 unexpected (2016-07-25
> 06:07:28+0530)
> 7 expected failures
>
> 1 unexpected result
On Sat, Sep 03 2016, Takaaki Ishikawa wrote:
> Hi all,
>
> I've received an error message like `fatal: read error: Connection
> reset by peer` from the git server of orgmode when I ran fetch and
> also pull command. Does anybody have the same problem now?
>
> Best,
> Takaaki
Yes, the org-mode git
kaaki wrote:
>
>> Many thanks to your reports. Unfortunately, it’s not working even
>> now. I don’t know who is in charge of doing something to the server
>> but I think we should contact ASAP.
>>
>> Best,
>> Takaaki
>>
>>
>> >
On Thu, Sep 15 2016, Matt Price wrote:
> hi Everyone,
> I have been through this a million times, but I never seem to remember, and
> have a hard time finding
> the answer online or in my archives.
>
> On a Linux system, how should I set org-file-apps to allow org to open odt
> files in libreoff
The docs do not make in release_8.3.6-1140-gc74f4c. There is the
following error:
makeinfo --no-split org.texi -o org
org.texi:10008: misplaced {
org.texi:10008: misplaced }
Colin.
On Sun, Sep 18 2016, Nicolas Goaziou wrote:
> Hello,
>
> Colin Baxter writes:
>
>> The docs do not make in release_8.3.6-1140-gc74f4c. There is the
>> following error:
>>
>> makeinfo --no-split org.texi -o org
>> org.texi:10008: misplaced {
>> org.
On Wed, Sep 21 2016, William Denton wrote:
> On 22 September 2016, Xi Shen wrote:
>
>> #+BEGIN_SRC sh :dir /sshx:openwrt:/mnt/sda1
>> ls -al
>> #+END_SRC
>
> Just use ssh, not sshx, and it should work.
>
> Bill
In babel it is now (shell . t). The form (sh . t) is depreciated as from
org-mode vers
On Thu, Sep 22 2016, Xi Shen wrote:
> Instead of using ssh, I tried with scp. This time I got a different error.
>
> #+BEGIN_SRC shell :dir /scp:openwrt:/mnt/sda1
> ls -al
> #+END_SRC
>
> The error, I think, is from the remote end.
>
> /bin/sh: /bin/zsh: not found
>
> Clearly, I am using zsh on my
Hello,
On Fri, Sep 30 2016, Nick Dokos wrote:
> Peter Davis writes:
... snip ...
> ,
> | (1) DocBook export, available in previous Org-mode versions, has not
> | currently been ported to the new exporter, however the new ox-texinfo
> | backend can generate DocBook format. Once file.texi is
On Fri, Sep 30 2016, Nick Dokos wrote:
Hello,
>
> But the OP wanted Docbook XML, not info.
Ah! I must remember to read a thread more carefully next time. Thanks.
Best wishes,
Colin.
On Wed, Sep 28 2016, Tamulis, Andrius wrote:
- Snip -
>
> But the better idea is to forget "fixing" these drawers. Is it truly that
> important to have the
> SCHEDULED and DEADLINE in the line below the heading, and the PROPERTIES
> drawer directly
> beneath? I see no program
ated at /etc/ORG-NEWS in the git distribution. (It's not
obvious, I know.) I think Nicolas is referring to the information
beginning Line 536.
Best wishes,
Colin Baxter.
On Tue, Oct 04 2016, John Hendy wrote:
> On Tue, Oct 4, 2016 at 2:02 PM, Peter Davis wrote:
>> I apologize in advance for the flood of questions, but I'm using org in
>> new ways now for creating documentation, and running into a lot of
>> issues.
>>
>> 1) Is there a way to automatically say "ye
On Fri, Nov 25 2016, Karl Voit wrote:
> Hi!
>
> I upgraded my Org-mode maint branch from approx. July to current.
>
> GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5)
>
> Now I noticed a different behavior when adding a new heading via Alt-RET (or
> org-insert-heading-respect-content):
Hello
On Sat, Jan 07 2017, Ted Wiles wrote:
> Org Moders,
>
> I'm doing some research on org mode usage and would love to hear your
> perspective. Here's the
> survey link:
>
> https://goo.gl/forms/9I0uL3Er2TuEszfH3
>
> If I get enough responses, I'll be happy to post the results online for all
On Fri, Feb 10 2017, Fabrice Popineau wrote:
> Maybe this explains it :
>
> Ran 670 tests, 667 results as expected, 3 unexpected (2017-02-10
> 22:35:45+0100)
> 14 expected failures
>
> 3 unexpected results:
> FAILED test-org-element/link-parser
> FAILED test-org-export/file-uri
> FAILED test-org-
On Mon, Feb 13 2017, Nick Dokos wrote:
> Nicolas Goaziou writes:
>
>> What is the failure in each case?
>
snip
Ran 711 tests, 711 results as expected (2017-02-14 07:58:32+)
8 expected failures
org-mode release_9.0.5-282-g2e32709
emacs-25.1.1; 3.2.0-4-686-pae #1 SMP Debian 3.2.84-1
On Tue, Feb 14 2017, Nick Dokos wrote:
> Colin Baxter writes:
>
>> On Mon, Feb 13 2017, Nick Dokos wrote:
>>
>>> Nicolas Goaziou writes:
>>>
>>>> What is the failure in each case?
>>>
>> snip
>>
>> Ran
Hi Nick
On Tue, Feb 14 2017, Nick Dokos wrote:
> Colin Baxter writes:
>
>> On Tue, Feb 14 2017, Nick Dokos wrote:
>>
>>> Colin Baxter writes:
>>>
>>>> On Mon, Feb 13 2017, Nick Dokos wrote:
>>>>
>>>>> Nicolas Goaziou
Hi.
On Tue, Feb 21 2017, Charles C. Berry wrote:
> On Mon, 20 Feb 2017, Derek Feichtinger wrote:
>
>> Hi Chuck
>>
>> On 21.02.2017 00:54, Charles C. Berry wrote:
>>> On Mon, 20 Feb 2017, Derek Feichtinger wrote:
>>>
When org-export-babel-evaluate is set to nil, I see a different
behavio
On Wed, Feb 22 2017, Derek Feichtinger wrote:
Dear Derek,
> Hi Colin
>
> On 22.02.2017 16:27, Colin Baxter wrote:
>> Hi.
>>
>> On Tue, Feb 21 2017, Charles C. Berry wrote:
>>
>>> On Mon, 20 Feb 2017, Derek Feichtinger wrote:
>>>
- snip
Hello Takeshi,
On Sat, Mar 04 2017, Takeshi Teshima wrote:
> I have a question regarding latex export.
>
> When I export an org-mode to a latex file, a directory named "auto" is
> created in the same folder as the tex file.
>
> However, I couldn't find what line in the source code of org-mode
> c
At present, etc/ORG-NEWS is over 4000 lines long and "org-intensive". I
find navigating the file to be slow and cumbersome. I suggest it be slit
in two, or even in to org versions. What do others think?
Dear Eduardo
On Thu, Mar 16 2017, Eduardo Bellani wrote:
> Are you running linum-mode? It is a source of slowness
> Colin Baxter writes:
>
>> At present, etc/ORG-NEWS is over 4000 lines long and "org-intensive". I
>> find navigating the file to be slow and cumbers
at "P3")))
> | :form
> | (let
> | ((inside-text ...)
> |(org-mode-hook nil))
> | (with-temp-buffer
> | (org-mode)
> | (let ... ...)
> | (org-hide-block-toggle)
> | (org-forward-paragraph)
> | (looking-at &q
there are no warnings; however, with texi2any (GNU
texinfo) 6.0, as well as the above `.' or `,' warning, there are
multiple `@table has text but no @item' warnings. The docs still make ok,
though.
Best wishes,
Colin.
--
--
Colin Baxter
m43...@yandex.com
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68 2A27 BBFA 2492 91F5 41C8
n.
<<< message/external-body; name="/home/redknight/git/org-mode/warnings.txt"; access-type=local-file: Unrecognized >>>
<<< message/external-body; name="/home/redknight/git/org-mode/itemx.patch"; access-type=local-file: Unrecognized >>>
--
--
Colin Baxter
m43...@yandex.com
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68 2A27 BBFA 2492 91F5 41C8
Dear Nicolas,
>>>>> "NG" == Nicolas Goaziou writes:
NG> Hello, Colin Baxter writes:
>> I have attached the warnings when making the documentation using
>> texi2any (GNU texinfo) 6.0, and a patch for the two '@itemx
>> s
Dear Nicolas,
>>>>> "NG" == Nicolas Goaziou writes:
NG> Hello, Colin Baxter writes:
>> I've appended (inline) the warnings associated with the
>> documentation output of 'make all', removing extraneous output
ttp://orgmode.org/org-mode.git I get a "403
Luke> Forbidden" response.
Luke> However, I *can* view http://orgmode.org/w/org-mode.git (note
Luke> the extra "w" in the address). Has the repo location changed?
Probably not. An attempted git clone into org
claude> job !
Many thanks from me too - I've just done a successful git pull.
Best
--
--
Colin Baxter
m43...@yandex.com
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68 2A27 BBFA 2492 91F5 41C8
>>>>> "Kaushal" == Kaushal Modi writes:
Kaushal> Turns out the Fortran compiler binary gfortran is part of
Kaushal> GCC. Those fortran tests fail for GCC 4.4.7 but not when
Kaushal> using GCC 6.1.0.
All tests pass for me and I'm using gcc-
-NEWS, info or https://www.mathjax.org/cdn-shutting-down/.
Is the only solution to install a local copy of mathjax?
Thanks, Colin.
--
--
Colin Baxter
m43...@yandex.com
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68 2A27 BBFA 2492 91F5 41C8
:
http://docs.mathjax.org/
You can customize this variable.
This variable was introduced, or its default value was changed, in
version 8.3 of the Org package.
Value: ((path
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_HTML";)
(scale "100"
till not
Adam> render when you change to https?
Adam> On Sun, Jun 11, 2017 at 10:03 AM, Colin Baxter
Adam> wrote:
I have mathjax working now. I had inserted a path to cdnjs.cloudflare
local to the file, which I had thought mistakenly was identical to the global
setting. However,
ll for me - so why on earth remove
something that is actually *useful*?
Sincerely,
Colin.
--
--
Colin Baxter
m43...@yandex.com
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68 2A27 BBFA 2492 91F5 41C8
am sure that my requirements are more
modest than those of other users.
Nicolas> Food for thought.
Indeed.
Best wishes,
Colin.
--
--
Colin Baxter
m43...@yandex.com
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68 2A27 BBFA 2492 91F5 41C8
I notice that your instructions give (require 'org-protocol). Does that
mean (setq org-modules (quote (org-protocol))) no longer works?
--
--
Colin Baxter
m43...@yandex.com
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68 2A27 BBFA 2492 91F5 41C8
>>>>> "Adam" == Adam Porter writes:
Adam> Colin Baxter writes:
>> I notice that your instructions give (require
>> 'org-protocol). Does that mean (setq org-modules (quote
>> (org-protocol))) no longer works?
Adam> No, t
>>>>> Raymond Zeitler writes:
> When attempting to use the mailing list search tool on Worg, the
> web browser says: "search.gmane.org’s server DNS address could not
> be found."
Is http://dir.gmane.org/gmane.emacs.orgmode any good?
Be
orgmode
> [mailto:emacs-orgmode-bounces+zeitra=yahoo@gnu.org] On Behalf
> Of Colin Baxter Sent: Tuesday, August 01, 2017 11:24 AM To:
> Raymond Zeitler Cc: 'org-mode mailing list' Subject: Re: [O] Worg
> -- search mailing list archives on gmane?
I rather thi
t;BREAK(b)" "MEETING(m)" "DONE(d@/!)"
Also, HOLD now appears as a tag when I change from TODO to HOLD. Any
suggestions as to how I might begin tracking down the cause? It's
driving me nuts.
Thanks.
Colin.
--
--
Colin Baxter
m43...@yandex.com
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68 2A27 BBFA 2492 91F5 41C8
years satisfactorily - until that is today. I think I need to bisect
org-mode to find the case? I've tried reverting a couple of recent
org-mode commits but to no avail.
Best wishes,
Colin.
--
--
Colin Baxter
m43...@yandex.com
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68 2A27 BBFA 2492 91F5 41C8
Dear Josh,
>>>>> "Josh" == Josh Moller-Mara writes:
Josh> Colin Baxter writes:
>> As of today, TODO now appears with three sets of un-requested
>> double colons after it, as in TODO :: :: ::
>>
>> The behaviour doesn'
Dear Nicolas,
>>>>> "Nicolas" == Nicolas Goaziou writes:
Nicolas> Hello, Colin Baxter writes:
>> Yes, you are correct. I can confirm that switching off
>> org-todo-state-tags-triggers removes the insertion of colons for
>> me too
Dear Josh,
>>>>> "Josh" == Josh Moller-Mara writes:
Josh> Nicolas Goaziou writes:
>> Hello,
>>
>> Colin Baxter writes:
>>
>>> Yes, you are correct. I can confirm that switching off
>>> org-todo-
>>>>> Colin Baxter writes:
> Hello,
> As of today, TODO now appears with three sets of un-requested
> double colons after it, as in TODO :: :: ::
> The behaviour doesn't occur with emacs -q, so the cause is
> presumably in my ~/.emacs. I
Dear Adam,
>>>>> "Adam" == Adam Porter writes:
Adam> Colin Baxter writes:
>> Considering how fundamental keywords and tags are to org-mode,
>> I'm a little surprised that only two other users have reported
>> the issue.
quot;DONE", and weirdly tags are added
Josh> in some of the startup config at the beginning of the file.
This may be related somehow to the problem mentioned in the thread
"Change in appearance of org-todo-keywords". It's good to have your
minimal example.
Best wishes.
--
--
Colin Baxter
m43...@yandex.com
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68 2A27 BBFA 2492 91F5 41C8
in habits, which I discovered was due to my settings of the
variables org-habit-graph-column, org-habit-preceding-days,
org-habit-following-days being too far from the defaults of 40, 21, 7
respectively.
Thank you very much for all your efforts and time.
Best wishes,
Colin.
--
--
Colin Baxter
m
le characters.
William> I'm not sure what's going on ... is anyone else seeing this
William> problem with tables?
Yes, I have it too. I'm on org-mode release_9.0.9-748-g3359e0, with
emacs-25.2.
--
--
Colin Baxter
m43...@yandex.com
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68 2A27 BBFA 2492 91F5 41C8
> Tom Burbage writes:
> When I use simple lists, I would like to be able to mix in '!' and
> '?' with '-' as these are sometimes more expressive of what the
> list item represents. My request is that the list of characters
> org-list recognizes as being a valid "bullet" be c
>>>>> Grant Rettke writes:
> On Sat, Oct 13, 2018 at 1:56 AM Colin Baxter wrote:
>>
>> >>>>> Tom Burbage writes:
>>
>> > When I use simple lists, I would like to be able to mix in '!'
>> a
I think there may be an issue with commit
b886ebbc8924916c1e36df00639b3208a1c155a2. Using tables, I now get an error:
org--string-from-props: Un-handled `display' value: (space :width 1)
which goes away when I revert the commit.
Best wishes,
> Nick Dokos writes:
> Achim Gratz writes:
>> Am 30.10.2018 um 16:57 schrieb Nick Dokos:
>>> For a couple of weeks, I had not been able to connect to gmane,
>>> so I finally gave up and changed my preferences so that I could
>>> receive the email from the list. I have no
>>>>> Robert Pluim writes:
> Colin Baxter writes:
>>>>>>> Nick Dokos writes:
>>
>> > Achim Gratz writes: >> Am 30.10.2018 um
>> 16:57 schrieb Nick Dokos: >>> For a couple of weeks, I had not
&g
> Eric Abrahamsen writes:
> Hello, I wonder if there'd be any interest in changing the default
> value of `org-refile-use-outline-path' to something other than
> nil? I can't imagine the nil default would be anyone's preference
> (at least not anyone with more than a handful o
Hi,
> Gemini Lasswell writes:
> In the "Requirements" section of ob-gnuplot.el's header comment,
> the link given for gnuplot-mode no longer works. The same broken
> link is also present in org-manual.org.
> Since gnuplot-mode is available on MELPA, I think the most helpful
Dear Nicolas
>>>>> Nicolas Goaziou writes:
> Hello, Colin Baxter writes:
>> Hi,
>>>>>>> Gemini Lasswell writes:
>>
>> > In the "Requirements" section of ob-gnuplot.el's header
>> co
ad-path and then require it.
> This is what I did.
> But I’m seeing everywhere org-mime is inside org-contrib… so is
> this not true?
That must be an old version. It's not in org-mode version 9.1.14.
Best
’
> This sounds to me like you are using the latex exporter, rather
> than the beamer one.
> After
> (require 'ox-beamer)
I don't have this, only ox-latex - which appears to be sufficient. I can
export the example no problem.
Best wishes,
Colin Baxter
m43...@yandex.com
aybe something has changed?
> -- Eric S Fraga via Emacs 27.0.50, Org release_9.1.14-1035-gfeb442
Works fine for me too and I'm using Org mode version 9.2
(release_9.2-152-gc006a6).
Best wishes,
--
Colin Baxter
m43...@yandex.com
ersion, and also try
> running my example on Emacs 26.1.
If it helps, I tested your file using emacs-26.1 and ImageMagick 6.8.9-9.
Best wishes,
--
Colin Baxter
m43...@yandex.com
lining.
> All good now.
No problem - I echo Eric's sentiments. We've all been there.
Best wishes,
--
Colin Baxter
m43...@yandex.com
the
> tag?
> Is there any tools for this? -- David
Maybe I'm old-fashioned, but what's wrong with just using grep?
Best wishes,
Colin Baxter
m43...@yandex.com
--
etup must be very simple because I find just
'grep -irn .' is sufficient.
Best wishes,
Colin Baxter
m43...@yandex.com
-
GnuPG fingerprint: 68A8 799C 0230 1
time-of-src' in the file `ox-publish.el',
its not obvious to me where the error is coming from. Ditto after
looking in NEWS and the git commit logs.
Can anyone help?
Best wishes,
Colin Baxter
m43...@yandex.com
>>>>> Kyle Meyer writes:
> Colin Baxter writes:
>> Publishing an org file today, the html output looks ok but I get
>> the compilation error:
>>
>> Arithmetic range error: "floor", 1549541220.7500212
>>>>> "Colin" == Colin Baxter writes:
>>>>> Kyle Meyer writes:
>> Colin Baxter writes:
>>> Publishing an org file today, the html output looks ok but I get
>>> the compilation error:
>>>
>>&
>>>>> Kyle Meyer writes:
> Colin Baxter writes:
>> Publishing an org file today, the html output looks ok but I get
>> the compilation error:
>>
>> Arithmetic range error: "floor", 1549541220.7500212
>>>>> "Kyle" == Kyle Meyer writes:
Kyle> Nicolas Goaziou writes:
>> Colin Baxter writes:
>>
>>> I can now confirm that if the above commit is reversed then my
>>> Arithmetic range error disappears.
>>>
Hello,
In exporting to html, how do I switch off the `validate' link at the
bottom of the html file? I can't seem to find any appropriate variable.
Colin Baxter
m43...@yandex.com
Dear Nick,
>>>>> Nick Dokos writes:
> Colin Baxter writes:
>> Hello,
>>
>> In exporting to html, how do I switch off the `validate' link at
>> the bottom of the html file? I can't seem to find any appropriate
>&g
7; to "" as a local
variable on a per file basis. However, where I have customised a
multi-line variable is for `org-html-footnotes-section'. I removed the
default setting of a colon after `Footnotes'. This always struck me as
odd, a house-style too far almost, since other headings do not end with
a punctuation mark.
Thanks for your help.
Best wishes,
--
Colin Baxter
m43...@yandex.com
rg-file-apps)
(add-to-list 'org-file-apps '("\\.pdf\\'" . "evince %s"
Best wishes,
Colin Baxter
www.Colin-Baxter.com
(add-to-list 'org-file-apps '("\\.pdf\\'" . "xpdf %s"
works for me. I assumed just changing xpdf to evince would be
sufficient.
Something more subtle may be happening.
Best wishes,
Colin Baxter
www.Colin-Baxter.com
ike you can do this
> (setf (cdr (assoc "\\.pdf\\'" org-file-apps)) "evince %s")
Yes, that works for me too.
Best wishes,
Colin Baxter
www.Colin-Baxter.com
acs 27 master (2019-09-10) & Org
> from melpa (2019-09-09). If you don't have proper output
> formatting with other versions in use, please report.
I get the same formatting error as you and I am using emacs-26.3 with
org-mode version 9.2.6.
Best wishes,
--
Colin Baxter
www.Colin-Baxter.com
signature.asc
Description: PGP signature
1 - 100 of 380 matches
Mail list logo