* [BUG] org-capture : latest git pull, template selection broken ?
@ 2010-07-06 22:10 Julien Fantin
2010-07-07 6:28 ` David Maus
2010-08-28 0:09 ` Dave Abrahams
0 siblings, 2 replies; 9+ messages in thread
From: Julien Fantin @ 2010-07-06 22:10 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 304 bytes --]
With the org-capture-templates described in the doc, right after the
template selection, the buffer disappears, and the empty template gets
written to the target file.
The following messages are output :
Clipboard pasted as level 2 subtree
Has the template selection changed, or is this a bug ?
Cheers
[-- Attachment #1.2: Type: text/html, Size: 385 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [BUG] org-capture : latest git pull, template selection broken ?
2010-07-06 22:10 [BUG] org-capture : latest git pull, template selection broken ? Julien Fantin
@ 2010-07-07 6:28 ` David Maus
2010-08-28 0:09 ` Dave Abrahams
1 sibling, 0 replies; 9+ messages in thread
From: David Maus @ 2010-07-07 6:28 UTC (permalink / raw)
To: Julien Fantin; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 637 bytes --]
Julien Fantin wrote:
>With the org-capture-templates described in the doc, right after the
>template selection, the buffer disappears, and the empty template gets
>written to the target file.
>The following messages are output :
>Clipboard pasted as level 2 subtree
>Has the template selection changed, or is this a bug ?
Could you provide the template you are using? I've just pulled and
all of my templates work perfectly.
GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0)
of 2010-05-16 on raven, modified by Debian
HTH,
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de
[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [BUG] org-capture : latest git pull, template selection broken ?
2010-07-06 22:10 [BUG] org-capture : latest git pull, template selection broken ? Julien Fantin
2010-07-07 6:28 ` David Maus
@ 2010-08-28 0:09 ` Dave Abrahams
2010-08-28 9:54 ` Noorul Islam K M
2010-08-29 19:01 ` Re: [BUG] " David Maus
1 sibling, 2 replies; 9+ messages in thread
From: Dave Abrahams @ 2010-08-28 0:09 UTC (permalink / raw)
To: emacs-orgmode
Julien Fantin <julien.fantin <at> gmail.com> writes:
>
>
> With the org-capture-templates described in the doc, right after the
> template selection, the buffer disappears, and the empty template
> gets written to the target file. The following messages are output :
>
>
> Clipboard pasted as level 2 subtree
I'm seeing this message too, when I invoke org-capture. What does it mean?
--
Dave Abrahams
BoostPro Computing
http://boostpro.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: org-capture : latest git pull, template selection broken ?
2010-08-28 0:09 ` Dave Abrahams
@ 2010-08-28 9:54 ` Noorul Islam K M
2010-08-29 18:18 ` Dave Abrahams
2010-08-29 19:01 ` Re: [BUG] " David Maus
1 sibling, 1 reply; 9+ messages in thread
From: Noorul Islam K M @ 2010-08-28 9:54 UTC (permalink / raw)
To: Dave Abrahams; +Cc: emacs-orgmode
Dave Abrahams <dave@boostpro.com> writes:
> Julien Fantin <julien.fantin <at> gmail.com> writes:
>
>>
>>
>> With the org-capture-templates described in the doc, right after the
>> template selection, the buffer disappears, and the empty template
>> gets written to the target file. The following messages are output :
>>
>>
>> Clipboard pasted as level 2 subtree
>
> I'm seeing this message too, when I invoke org-capture. What does it mean?
Please let us know which template did you use?
Are you talking about converting templates from remember to org-capture?
If so let us know the remember template that you used to convert.
Thanks and Regards
Noorul
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: org-capture : latest git pull, template selection broken ?
2010-08-28 9:54 ` Noorul Islam K M
@ 2010-08-29 18:18 ` Dave Abrahams
0 siblings, 0 replies; 9+ messages in thread
From: Dave Abrahams @ 2010-08-29 18:18 UTC (permalink / raw)
To: Noorul Islam K M; +Cc: emacs-orgmode
On Sat, Aug 28, 2010 at 5:54 AM, Noorul Islam K M <noorul@noorul.com> wrote:
> Dave Abrahams <dave@boostpro.com> writes:
>
>> Julien Fantin <julien.fantin <at> gmail.com> writes:
>>
>>>
>>>
>>> With the org-capture-templates described in the doc, right after the
>>> template selection, the buffer disappears, and the empty template
>>> gets written to the target file. The following messages are output :
>>>
>>>
>>> Clipboard pasted as level 2 subtree
>>
>> I'm seeing this message too, when I invoke org-capture. What does it mean?
>
> Please let us know which template did you use?
my org-capture-template is:
(("t" "Task" entry
(file+headline "~/Dropbox/todo.txt" "Inbox")
"* TODO %?\n SCHEDULED: %t\n :PROPERTIES:\n :ID:
%(shell-command-to-string \"uuidgen\") :END:\n %U" :prepend t))
> Are you talking about converting templates from remember to org-capture?
Nope.
Thanks for your time,
--
Dave Abrahams
BoostPro Computing
http://www.boostpro.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: [BUG] org-capture : latest git pull, template selection broken ?
2010-08-28 0:09 ` Dave Abrahams
2010-08-28 9:54 ` Noorul Islam K M
@ 2010-08-29 19:01 ` David Maus
2010-08-29 19:05 ` Dave Abrahams
1 sibling, 1 reply; 9+ messages in thread
From: David Maus @ 2010-08-29 19:01 UTC (permalink / raw)
To: Dave Abrahams; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 667 bytes --]
Dave Abrahams wrote:
>Julien Fantin <julien.fantin <at> gmail.com> writes:
>>
>>
>> With the org-capture-templates described in the doc, right after the
>> template selection, the buffer disappears, and the empty template
>> gets written to the target file. The following messages are output :
>>
>>
>> Clipboard pasted as level 2 subtree
>I'm seeing this message too, when I invoke org-capture. What does it mean?
This message appears because `org-capture' uses `org-paste-subtree' to
insert the template in the indirect buffer which issues this message.
Best,
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de
[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: [BUG] org-capture : latest git pull, template selection broken ?
2010-08-29 19:01 ` Re: [BUG] " David Maus
@ 2010-08-29 19:05 ` Dave Abrahams
2010-08-29 19:13 ` David Maus
2010-08-29 20:05 ` Eric S Fraga
0 siblings, 2 replies; 9+ messages in thread
From: Dave Abrahams @ 2010-08-29 19:05 UTC (permalink / raw)
To: David Maus; +Cc: emacs-orgmode
On Sun, Aug 29, 2010 at 3:01 PM, David Maus <dmaus@ictsoc.de> wrote:
> Dave Abrahams wrote:
>>Julien Fantin <julien.fantin <at> gmail.com> writes:
>
>>>
>>>
>>> With the org-capture-templates described in the doc, right after the
>>> template selection, the buffer disappears, and the empty template
>>> gets written to the target file. The following messages are output :
>>>
>>>
>>> Clipboard pasted as level 2 subtree
>
>>I'm seeing this message too, when I invoke org-capture. What does it mean?
>
> This message appears because `org-capture' uses `org-paste-subtree' to
> insert the template in the indirect buffer which issues this message.
Okay... but what does it mean for *me*? Does it indicate a real
problem? Should I ignore it?
Thanks
--
Dave Abrahams
BoostPro Computing
http://www.boostpro.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: [BUG] org-capture : latest git pull, template selection broken ?
2010-08-29 19:05 ` Dave Abrahams
@ 2010-08-29 19:13 ` David Maus
2010-08-29 20:05 ` Eric S Fraga
1 sibling, 0 replies; 9+ messages in thread
From: David Maus @ 2010-08-29 19:13 UTC (permalink / raw)
To: Dave Abrahams; +Cc: David Maus, emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 957 bytes --]
Dave Abrahams wrote:
>On Sun, Aug 29, 2010 at 3:01 PM, David Maus <dmaus@ictsoc.de> wrote:
>> Dave Abrahams wrote:
>>>Julien Fantin <julien.fantin <at> gmail.com> writes:
>>
>>>>
>>>>
>>>> With the org-capture-templates described in the doc, right after the
>>>> template selection, the buffer disappears, and the empty template
>>>> gets written to the target file. The following messages are output :
>>>>
>>>>
>>>> Clipboard pasted as level 2 subtree
>>
>>>I'm seeing this message too, when I invoke org-capture. What does it mean?
>>
>> This message appears because `org-capture' uses `org-paste-subtree' to
>> insert the template in the indirect buffer which issues this message.
>Okay... but what does it mean for *me*? Does it indicate a real
>problem? Should I ignore it?
Ah, sorry. Yes, just ignore it.
Best,
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de
[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: [BUG] org-capture : latest git pull, template selection broken ?
2010-08-29 19:05 ` Dave Abrahams
2010-08-29 19:13 ` David Maus
@ 2010-08-29 20:05 ` Eric S Fraga
1 sibling, 0 replies; 9+ messages in thread
From: Eric S Fraga @ 2010-08-29 20:05 UTC (permalink / raw)
To: Dave Abrahams; +Cc: David Maus, emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]
On Sun, 29 Aug 2010 15:05:54 -0400, Dave Abrahams <dave@boostpro.com> wrote:
>
> On Sun, Aug 29, 2010 at 3:01 PM, David Maus <dmaus@ictsoc.de> wrote:
> > Dave Abrahams wrote:
> >>Julien Fantin <julien.fantin <at> gmail.com> writes:
> >
> >>>
> >>>
> >>> With the org-capture-templates described in the doc, right after the
> >>> template selection, the buffer disappears, and the empty template
> >>> gets written to the target file. The following messages are output :
> >>>
> >>>
> >>> Clipboard pasted as level 2 subtree
> >
> >>I'm seeing this message too, when I invoke org-capture. What does it mean?
> >
> > This message appears because `org-capture' uses `org-paste-subtree' to
> > insert the template in the indirect buffer which issues this message.
>
> Okay... but what does it mean for *me*? Does it indicate a real
> problem? Should I ignore it?
Ignore it. It's not a problem at all; it's simply telling you where
it has inserted the note relative to the hierarchy in the target file.
[-- Attachment #2: Type: text/plain, Size: 75 bytes --]
--
Eric S Fraga
GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D
[-- Attachment #3: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-08-29 20:05 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-06 22:10 [BUG] org-capture : latest git pull, template selection broken ? Julien Fantin
2010-07-07 6:28 ` David Maus
2010-08-28 0:09 ` Dave Abrahams
2010-08-28 9:54 ` Noorul Islam K M
2010-08-29 18:18 ` Dave Abrahams
2010-08-29 19:01 ` Re: [BUG] " David Maus
2010-08-29 19:05 ` Dave Abrahams
2010-08-29 19:13 ` David Maus
2010-08-29 20:05 ` Eric S Fraga
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).