* Org-drill edit feature request
@ 2018-12-13 13:49 Leu Zhe
2018-12-28 1:43 ` stardiviner
0 siblings, 1 reply; 4+ messages in thread
From: Leu Zhe @ 2018-12-13 13:49 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 852 bytes --]
Hi,
Making drill editing seems be very painful by the current way org-drill
offers.
I make a lot of notes on most of the drilled entries, as for now,
1). press e (or other key to reveal the collapsed headlines) , e twice to
go back to the original buffer.
2) add notes. (Even more keys pressing: if i collapsed the headlines before
calling org-drill, i need to press tab to show all the contents at current
headline.)
3) call org-drill-resume to go back.
I would like to consider more intuitive ways to edit the drill entries. How
do you think the workflow below?
1) press e to switch to edit mode like "helm-swoop", which keeps exactly
same narrow, child headline showing as before.
2) add the notes.
3) Ctrl-c Ctrl-s to resume.
Do you think my workflow is more reasonable?
And i would like to hear more advices about the idea above. Thanks.
LLCC
[-- Attachment #2: Type: text/html, Size: 1078 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Org-drill edit feature request
2018-12-13 13:49 Org-drill edit feature request Leu Zhe
@ 2018-12-28 1:43 ` stardiviner
2019-01-02 16:03 ` John Kitchin
0 siblings, 1 reply; 4+ messages in thread
From: stardiviner @ 2018-12-28 1:43 UTC (permalink / raw)
To: emacs-orgmode
Leu Zhe <lzhes43@gmail.com> writes:
I want org-drill can add a feature to auto pronounce the word. That's
standard functionality in word-drill Apps.
> Hi,
>
> Making drill editing seems be very painful by the current way
> org-drill offers.
> I make a lot of notes on most of the drilled entries, as for now,
> 1). press e (or other key to reveal the collapsed headlines) , e
> twice to go back to the original buffer.
> 2) add notes. (Even more keys pressing: if i collapsed the headlines
> before calling org-drill, i need to press tab to show all the
> contents at current headline.)
> 3) call org-drill-resume to go back.
>
> I would like to consider more intuitive ways to edit the drill
> entries. How do you think the workflow below?
> 1) press e to switch to edit mode like "helm-swoop", which keeps
> exactly same narrow, child headline showing as before.
> 2) add the notes.
> 3) Ctrl-c Ctrl-s to resume.
>
> Do you think my workflow is more reasonable?
> And i would like to hear more advices about the idea above. Thanks.
>
> LLCC
--
[ stardiviner ]
I try to make every word tell the meaning what I want to express.
Blog: https://stardiviner.github.io/
IRC(freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Org-drill edit feature request
2018-12-28 1:43 ` stardiviner
@ 2019-01-02 16:03 ` John Kitchin
2019-01-03 12:17 ` stardiviner
0 siblings, 1 reply; 4+ messages in thread
From: John Kitchin @ 2019-01-02 16:03 UTC (permalink / raw)
To: numbchild; +Cc: emacs-orgmode
My experience with this is that you have to get the word by some means
(e.g. it is a property, or it is selected some how) and then send it to
a platform specific speech program. It is easy on a mac as there is a
command line tool called "say". So, something like this
(shell-command "say \"Hello\")
will say the word Hello out loud. I guess there are windows and linux
equivalents.
stardiviner <numbchild@gmail.com> writes:
> Leu Zhe <lzhes43@gmail.com> writes:
>
> I want org-drill can add a feature to auto pronounce the word. That's
> standard functionality in word-drill Apps.
>
>> Hi,
>>
>> Making drill editing seems be very painful by the current way
>> org-drill offers.
>> I make a lot of notes on most of the drilled entries, as for now,
>> 1). press e (or other key to reveal the collapsed headlines) , e
>> twice to go back to the original buffer.
>> 2) add notes. (Even more keys pressing: if i collapsed the headlines
>> before calling org-drill, i need to press tab to show all the
>> contents at current headline.)
>> 3) call org-drill-resume to go back.
>>
>> I would like to consider more intuitive ways to edit the drill
>> entries. How do you think the workflow below?
>> 1) press e to switch to edit mode like "helm-swoop", which keeps
>> exactly same narrow, child headline showing as before.
>> 2) add the notes.
>> 3) Ctrl-c Ctrl-s to resume.
>>
>> Do you think my workflow is more reasonable?
>> And i would like to hear more advices about the idea above. Thanks.
>>
>> LLCC
--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Org-drill edit feature request
2019-01-02 16:03 ` John Kitchin
@ 2019-01-03 12:17 ` stardiviner
0 siblings, 0 replies; 4+ messages in thread
From: stardiviner @ 2019-01-03 12:17 UTC (permalink / raw)
To: John Kitchin; +Cc: emacs-orgmode
John Kitchin <jkitchin@andrew.cmu.edu> writes:
> My experience with this is that you have to get the word by some means
> (e.g. it is a property, or it is selected some how) and then send it to
> a platform specific speech program. It is easy on a mac as there is a
> command line tool called "say". So, something like this
>
> (shell-command "say \"Hello\")
>
> will say the word Hello out loud. I guess there are windows and linux
> equivalents.
>
Indeed have similar command under Linux. The trouble is how to get the
word every time org-drill change word when in recite single word mode.
--
[ stardiviner ]
I try to make every word tell the meaning what I want to express.
Blog: https://stardiviner.github.io/
IRC(freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-01-03 12:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-13 13:49 Org-drill edit feature request Leu Zhe
2018-12-28 1:43 ` stardiviner
2019-01-02 16:03 ` John Kitchin
2019-01-03 12:17 ` stardiviner
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).