Re: [O] Efficiency of Org v. LaTeX v. Word ---LOOK AT THE DATA!

2014-12-31 Thread Colin Baxter
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

Re: [O] orgmode and a database

2016-04-05 Thread Colin Baxter
> 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", "

Re: [O] orgmode and a database

2016-04-05 Thread Colin Baxter
> 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 >>> >>&

Re: [O] orgmode and a database

2016-04-05 Thread Colin Baxter
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

Re: [O] orgmode and a database

2016-04-05 Thread Colin Baxter
> > 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

[O] ox-odt.el

2016-04-08 Thread Colin Baxter
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

[O] lisp babel

2016-04-11 Thread Colin Baxter
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

Re: [O] lisp babel

2016-04-12 Thread Colin Baxter
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

[O] gpg encryption warning

2016-04-18 Thread Colin Baxter
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

[O] Invalid-read-syntax

2016-04-19 Thread Colin Baxter
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/

Re: [O] ox-odt.el

2016-04-20 Thread Colin Baxter
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 >

Re: [O] Invalid-read-syntax

2016-04-20 Thread Colin Baxter
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

Re: [O] Invalid-read-syntax

2016-04-20 Thread Colin Baxter
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.

Re: [O] Invalid-read-syntax

2016-04-20 Thread Colin Baxter
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

Re: [O] Invalid-read-syntax

2016-04-21 Thread Colin Baxter
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.

[O] CATEGORY Drawer

2015-03-11 Thread Colin Baxter
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.

Re: [O] CATEGORY Drawer

2015-03-11 Thread Colin Baxter
> 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

Re: [O] CATEGORY Drawer

2015-03-11 Thread Colin Baxter
> 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.

Re: [O] An org password manager

2014-05-11 Thread Colin Baxter
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

Re: [O] An org password manager

2014-05-12 Thread Colin Baxter
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

Re: [O] An org password manager

2014-05-13 Thread Colin Baxter
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

Re: [O] An org password manager

2014-05-14 Thread Colin Baxter
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

Re: [O] error while upgrading to 8.3.5

2016-07-25 Thread Colin Baxter
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

Re: [O] Something happened in git server

2016-09-03 Thread Colin Baxter
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

Re: [O] Something happened in git server

2016-09-04 Thread Colin Baxter
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 >> >> >> >

Re: [O] org-file-apps settings?

2016-09-16 Thread Colin Baxter
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

[O] docs don't make

2016-09-18 Thread Colin Baxter
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.

Re: [O] docs don't make

2016-09-18 Thread Colin Baxter
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.

Re: [O] How to use org mode shell with ssh?

2016-09-22 Thread Colin Baxter
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

Re: [O] How to use org mode shell with ssh?

2016-09-22 Thread Colin Baxter
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

Re: [O] [DOCS] Re: Making DocBook xml books from org mode?

2016-09-30 Thread Colin Baxter
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

Re: [O] [DOCS] Re: Making DocBook xml books from org mode?

2016-10-01 Thread Colin Baxter
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.

Re: [O] Bug: malformed property drawers [8.3.6 (8.3.6-3-gf46b92-elpa @ c:/Users/atamulis/.emacs.d/elpa/org-20160919/)]

2016-10-02 Thread Colin Baxter
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

Re: [O] Bug: malformed property drawers [8.3.6 (8.3.6-3-gf46b92-elpa @ c:/Users/atamulis/.emacs.d/elpa/org-20160919/)]

2016-10-03 Thread Colin Baxter
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.

Re: [O] Misc. questions

2016-10-05 Thread 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

Re: [O] Changed indentation of property blocks?

2016-11-28 Thread Colin Baxter
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):

Re: [O] Org Mode Research

2017-01-07 Thread Colin Baxter
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

Re: [O] Release 9.0.5

2017-02-11 Thread Colin Baxter
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-

Re: [O] Heads-up: test failures

2017-02-14 Thread Colin Baxter
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

Re: [O] Heads-up: test failures

2017-02-14 Thread Colin Baxter
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

Re: [O] Heads-up: test failures

2017-02-14 Thread Colin Baxter
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

Re: [O] org-export-babel-evaluate=nil ignores ":exports results" setting - this has changed

2017-02-22 Thread Colin Baxter
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

Re: [O] org-export-babel-evaluate=nil ignores ":exports results" setting - this has changed

2017-02-22 Thread Colin Baxter
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

Re: [O] latex export creates "auto" directory

2017-03-03 Thread Colin Baxter
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

[O] ORG-NEWS

2017-03-16 Thread Colin Baxter
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?

Re: [O] ORG-NEWS

2017-03-16 Thread Colin Baxter
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

Re: [O] make test - two unexpected failures

2017-04-12 Thread Colin Baxter
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

Re: [O] Documentation fix

2017-05-15 Thread Colin Baxter
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

Re: [O] Documentation fix

2017-05-15 Thread Colin Baxter
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

Re: [O] Documentation fix

2017-05-24 Thread Colin Baxter
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

Re: [O] Documentation fix

2017-05-25 Thread Colin Baxter
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

Re: [O] Git repository error

2017-05-27 Thread Colin Baxter
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

Re: [O] Git repository error

2017-05-28 Thread Colin Baxter
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

Re: [O] make test is failing? [ob-fortran stuff]

2017-06-09 Thread Colin Baxter
>>>>> "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-

[O] mathjax

2017-06-11 Thread Colin Baxter
-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

Re: [O] mathjax

2017-06-11 Thread Colin Baxter
: 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"

Re: [O] mathjax

2017-06-12 Thread Colin Baxter
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,

Re: [O] [RFC] Shrink columns dynamically

2017-07-12 Thread Colin Baxter
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

Re: [O] [RFC] Shrink columns dynamically

2017-07-12 Thread Colin Baxter
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

Re: [O] org-protocol documentation

2017-07-24 Thread Colin Baxter
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

Re: [O] org-protocol documentation

2017-07-25 Thread Colin Baxter
>>>>> "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

Re: [O] Worg -- search mailing list archives on gmane?

2017-08-01 Thread Colin Baxter
>>>>> 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

Re: [O] Worg -- search mailing list archives on gmane?

2017-08-01 Thread Colin Baxter
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

[O] Change in appearance of org-todo-keywords

2017-08-03 Thread Colin Baxter
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

Re: [O] Change in appearance of org-todo-keywords

2017-08-03 Thread Colin Baxter
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

Re: [O] Change in appearance of org-todo-keywords

2017-08-07 Thread Colin Baxter
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'

Re: [O] Change in appearance of org-todo-keywords

2017-08-07 Thread Colin Baxter
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

Re: [O] Change in appearance of org-todo-keywords

2017-08-07 Thread Colin Baxter
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-

Re: [O] Change in appearance of org-todo-keywords

2017-08-09 Thread Colin Baxter
>>>>> 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

Re: [O] Change in appearance of org-todo-keywords

2017-08-10 Thread Colin Baxter
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.

Re: [O] Bug: Marking repeated tasks with two tags as DONE causes problems

2017-08-11 Thread Colin Baxter
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

Re: [O] Bug: Marking repeated tasks with two tags as DONE causes problems

2017-08-11 Thread Colin Baxter
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

Re: [O] Table columns not aligning when width set

2017-08-14 Thread Colin Baxter
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

Re: [O] org-mode: Would like to add custom chars as org-list bullets

2018-10-12 Thread Colin Baxter
> 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

Re: [O] org-mode: Would like to add custom chars as org-list bullets

2018-10-25 Thread Colin Baxter
>>>>> 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

[O] org--string-from-props

2018-10-26 Thread Colin Baxter
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,

Re: [O] OT: gmane seems to be back

2018-10-31 Thread Colin Baxter
> 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

Re: [O] OT: gmane seems to be back

2018-10-31 Thread Colin Baxter
>>>>> 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

Re: [O] Change default value of org-refile-use-outline-path?

2018-11-22 Thread Colin Baxter
> 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

Re: [O] Bug: Link given to gnuplot-mode is out of date [9.1.9 (release_9.1.9-65-g5e4542 @ /nix/store/x7b40y4pxp69h343akhaj4fb9fspacdq-emacs-26.1.50/share/emacs/26.1.50/lisp/org/)]

2018-11-24 Thread Colin Baxter
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

Re: [O] Bug: Link given to gnuplot-mode is out of date [9.1.9 (release_9.1.9-65-g5e4542 @ /nix/store/x7b40y4pxp69h343akhaj4fb9fspacdq-emacs-26.1.50/share/emacs/26.1.50/lisp/org/)]

2018-11-24 Thread Colin Baxter
Dear Nicolas >>>>> Nicolas Goaziou writes: > Hello, Colin Baxter writes: >> Hi, >>>>>>> Gemini Lasswell writes: >> >> > In the "Requirements" section of ob-gnuplot.el's header >> co

Re: [O] Where is org-mime?

2018-12-10 Thread Colin Baxter
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

Re: [O] cannot export to beamer.

2018-12-15 Thread Colin Baxter
’ > 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

Re: [O] Displaying inline svg images

2019-01-09 Thread Colin Baxter
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

Re: [O] Displaying inline svg images

2019-01-09 Thread Colin Baxter
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

Re: [O] Displaying inline svg images

2019-01-09 Thread Colin Baxter
lining. > All good now. No problem - I echo Eric's sentiments. We've all been there. Best wishes, -- Colin Baxter m43...@yandex.com

Re: [O] Tracking Tags ??

2019-01-23 Thread Colin Baxter
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 --

Re: [O] Tracking Tags ??

2019-01-23 Thread Colin Baxter
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

[O] Arithmetic range error

2019-02-07 Thread Colin Baxter
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

Re: [O] Arithmetic range error

2019-02-07 Thread Colin Baxter
>>>>> 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

Re: [O] Arithmetic range error

2019-02-07 Thread Colin Baxter
>>>>> "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: >>> >>&

Re: [O] Arithmetic range error

2019-02-07 Thread Colin Baxter
>>>>> 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

Re: [O] Arithmetic range error

2019-02-08 Thread Colin Baxter
>>>>> "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. >>>

[O] switch off validate - how?

2019-05-19 Thread Colin Baxter
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

Re: [O] switch off validate - how?

2019-05-20 Thread Colin Baxter
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

Re: [O] switch off validate - how?

2019-05-20 Thread Colin Baxter
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

Re: [O] pdf files with openwith only, and only this.

2019-07-04 Thread Colin Baxter
rg-file-apps) (add-to-list 'org-file-apps '("\\.pdf\\'" . "evince %s" Best wishes, Colin Baxter www.Colin-Baxter.com

Re: [O] pdf files with openwith only, and only this.

2019-07-04 Thread Colin Baxter
(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

Re: [O] pdf files with openwith only, and only this.

2019-07-04 Thread Colin Baxter
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

Re: [O] Some whitespace stripped from emacs-lisp value in src blocks making it unreadable in certain cases

2019-09-10 Thread Colin Baxter
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   2   3   4   >