emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Disabling completion during capture
@ 2016-05-12 23:10 Samuel W. Flint
  0 siblings, 0 replies; 5+ messages in thread
From: Samuel W. Flint @ 2016-05-12 23:10 UTC (permalink / raw)
  To: Org-Mode

OK, so I have an issue with capture and completion.  On the following
template:

#+BEGIN_SRC org
* %^{Subject?}
:PROPERTIES:
:CREATED: %T
:END:

%?
#+END_SRC

When I go to capture, and I enter my value for the ~%^{Subject?}~
prompt, as soon as I hit "space", I get an window pop-up about "No
Completions".  As of now, the only way to put a space in as I enter it
is to use C-q.  What can I do to fix this.

Thanks,

Sam

--
Samuel W. Flint
4096R/266596F4
      (9477 D23E 389E 40C5 2F10  DE19 68E5 318E 2665 96F4)
(λs.s s) λs.s s

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Disabling completion during capture
       [not found] <ffdf85c56ee544a38700d6fe31689f05@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
@ 2016-05-13  7:12 ` Eric S Fraga
  2016-05-13 15:49   ` [SPAM] " Samuel W. Flint
  0 siblings, 1 reply; 5+ messages in thread
From: Eric S Fraga @ 2016-05-13  7:12 UTC (permalink / raw)
  To: Samuel W. Flint; +Cc: Org-Mode

On Thursday, 12 May 2016 at 23:10, Samuel W. Flint wrote:
> OK, so I have an issue with capture and completion.  On the following

What version of org are you using?  The bug you mention is one that
existed a while ago but was fixed...

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org release_8.3.4-775-g3308a5

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [SPAM] Re:  Disabling completion during capture
  2016-05-13  7:12 ` Disabling completion during capture Eric S Fraga
@ 2016-05-13 15:49   ` Samuel W. Flint
  2016-05-13 16:56     ` Samuel W. Flint
  0 siblings, 1 reply; 5+ messages in thread
From: Samuel W. Flint @ 2016-05-13 15:49 UTC (permalink / raw)
  To: Org-Mode

[-- Attachment #1: Type: text/plain, Size: 591 bytes --]

:: Eric S Fraga writes:

ESF> On Thursday, 12 May 2016 at 23:10, Samuel W. Flint wrote:
>> OK, so I have an issue with capture and completion.  On the following

ESF> What version of org are you using?  The bug you mention is one that
ESF> existed a while ago but was fixed...

Org-mode version 8.3.4 (release_8.3.4-778-g8127b3 @
/home/swflint/.emacs.d/org-mode/lisp/).

ESF> -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org
ESF> release_8.3.4-775-g3308a5

--
Samuel W. Flint
4096R/266596F4
      (9477 D23E 389E 40C5 2F10  DE19 68E5 318E 2665 96F4)
(λs.s s) λs.s s

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [SPAM] Re:  Disabling completion during capture
  2016-05-13 15:49   ` [SPAM] " Samuel W. Flint
@ 2016-05-13 16:56     ` Samuel W. Flint
  2016-05-14  8:47       ` Nicolas Goaziou
  0 siblings, 1 reply; 5+ messages in thread
From: Samuel W. Flint @ 2016-05-13 16:56 UTC (permalink / raw)
  To: Org-Mode

[-- Attachment #1: Type: text/plain, Size: 929 bytes --]

:: Samuel W Flint writes:

:: Eric S Fraga writes:
ESF> On Thursday, 12 May 2016 at 23:10, Samuel W. Flint wrote:
>>> OK, so I have an issue with capture and completion.  On the
>>> following

ESF> What version of org are you using?  The bug you mention is one that
ESF> existed a while ago but was fixed...

SWF> Org-mode version 8.3.4 (release_8.3.4-778-g8127b3 @
SWF> /home/swflint/.emacs.d/org-mode/lisp/).

now on Org-mode version 8.3.4 (release_8.3.4-790-g1fd6f2 @
/home/swflint/.emacs.d/org-mode/lisp/), but I still have the same
problem.  Any suggestions?

Thanks,

Sam

ESF> -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org
ESF> release_8.3.4-775-g3308a5

SWF> -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19
SWF> 68E5 318E 2665 96F4) (λs.s s) λs.s s 

-- 
Samuel W. Flint
4096R/266596F4
      (9477 D23E 389E 40C5 2F10  DE19 68E5 318E 2665 96F4)
(λs.s s) λs.s s

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [SPAM] Re:  Disabling completion during capture
  2016-05-13 16:56     ` Samuel W. Flint
@ 2016-05-14  8:47       ` Nicolas Goaziou
  0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2016-05-14  8:47 UTC (permalink / raw)
  To: Samuel W. Flint; +Cc: Org-Mode

Hello,

swflint@flintfam.org (Samuel W. Flint) writes:

> now on Org-mode version 8.3.4 (release_8.3.4-790-g1fd6f2 @
> /home/swflint/.emacs.d/org-mode/lisp/), but I still have the same
> problem.  Any suggestions?

As Eric said, this bug was fixed a while ago. Basically, the solution
was to replace `completing-read' with `org-completing-read'. At the
moment, "org-capture.el" calls the latter (see line 1765 from master
branch).

You may want to check why `completing-read' is called instead in your
configuration.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-14  8:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <ffdf85c56ee544a38700d6fe31689f05@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-05-13  7:12 ` Disabling completion during capture Eric S Fraga
2016-05-13 15:49   ` [SPAM] " Samuel W. Flint
2016-05-13 16:56     ` Samuel W. Flint
2016-05-14  8:47       ` Nicolas Goaziou
2016-05-12 23:10 Samuel W. Flint

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).