Re: [O] Bug: In list with checkboxes, meta-RET should add a checkbox for the next entry. [7.9.2 (7.9.2-dist @ /usr/share/emacs/site-lisp/org/)]

2012-12-31 Thread Bastien
Hi Brian,

Brian van den Broek brian.van.den.br...@gmail.com writes:

 So, I think that it would be more useful were M-RET to create a new
 item that has or does not have a checkbox present depending on
 whether it is invoked in a plain list item with or without a
 checkbox. Likewise S-M-RET could differ from the item at which is
 called with respect to checkbox presence.

 The downsides are this behaviour is more complex and likely would
 disturb some orgers' muscle memories. So, I'm not pushing hard but
 throwing it out there to see if it sticks :-)

I tend to agree, but you'd have to convince users that M-RET should
also insert TODO keywords when creating new headlines, which is not
as obvious I think.

-- 
 Bastien



[O] Bug: In list with checkboxes, meta-RET should add a checkbox for the next entry. [7.9.2 (7.9.2-dist @ /usr/share/emacs/site-lisp/org/)]

2012-12-30 Thread Arne Babenhauserheide

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

 http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.


If you have such a list:

- [ ] Wäsche aufhängen
- [ ] Bad putzen ($)

with the cursor at ($) and you hit M-RET, you get a new list entry without 
checkbox.

- [ ] Wäsche aufhängen
- [ ] Bad putzen
- ($)

And I find myself all the time hitting M-RET and then adding [ ]  by hand.

So I would love to see org-mode adding the checkbox by default, when I am on a 
list entry which has a checkbox.

Best wishes,
Arne

Emacs  : GNU Emacs 24.2.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.12)
 of 2012-12-29 on fluss
Package: Org-mode version 7.9.2 (7.9.2-dist @ /usr/share/emacs/site-lisp/org/)

current state:
==
(setq
 org-export-preprocess-before-selecting-backend-code-hook 
'(org-beamer-select-beamer-code)
 org-tab-first-hook '(org-hide-block-toggle-maybe 
org-src-native-tab-command-maybe
  org-babel-hide-result-toggle-maybe 
org-babel-header-arg-expand)
 outline-minor-mode-hook '((lambda nil (require (quote outline-magic)))
   (lambda nil (require (quote outline-magic))
(define-key outline-minor-mode-map [(f10)]
 (quote outline-cycle))
)
   )
 org-speed-command-hook '(org-speed-command-default-hook 
org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-agenda-start-on-weekday nil
 org-export-preprocess-before-normalizing-links-hook 
'(org-remove-file-link-modifiers)
 org-confirm-shell-link-function 'yes-or-no-p
 org-time-stamp-custom-formats '(%Y-%m-%d %a . %Y-%m-%d %a %H:%M)
 org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc
   org-beamer-auto-fragile-frames
   org-beamer-place-default-actions-for-lists)
 org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
 org-agenda-skip-scheduled-if-done t
 org-agenda-custom-commands '((o Agenda and TODOs
   ((tags KANBAN) (agenda nil) (todo )))
  )
 org-default-notes-file ~/.emacs.d/private/org/emacs-remember-mode.org
 org-agenda-include-diary t
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-from-is-user-regexp nil
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
 org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-remember-templates '((todo 116 ** ❢ %?\n
   ~/.emacs.d/private/org/emacs-plan.org Aufgaben 
sammeln
   nil)
  (Note 110 %?\n nil nil nil))
 org-mode-hook '(org-mode-reftex-setup turn-on-font-lock
 #[nil \300\301\302\303\304$\207
   [org-add-hook change-major-mode-hook org-show-block-all 
append local]
   5]
 #[nil \300\301\302\303\304$\207
   [org-add-hook change-major-mode-hook 
org-babel-show-result-all append
local]
   5]
 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-extend-today-until 4
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point 
org-babel-execute-safely-maybe)
 org-export-latex-packages-alist '(( color) ( minted))
 org-directory ~/.emacs.d/private/org
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
  org-cycle-show-empty-lines 
org-optimize-window-after-visibility-change)
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-export-blocks '((src org-babel-exp-src-block nil)
 (export-comment org-export-blocks-format-comment t)
 (ditaa org-export-blocks-format-ditaa nil)
 (dot org-export-blocks-format-dot nil))
 org-archive-location ~/.emacs.d/private/org/emacs-plan.org_archive::
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-export-interblocks '((src org-babel-exp-non-block-elements))
 org-link-abbrev-alist '((bib .
  
~/Dokumente/Uni/Doktorarbeit-inverse-co2-ch4/aufschriebe/ref.bib::%s)
 (notes .
  
~/Dokumente/Uni/Doktorarbeit-inverse-co2-ch4/aufschriebe/papers.org::#%s)
 (papers .
  
~/Dokumente/Uni/Doktorarbeit-inverse-co2-ch4/aufschriebe/papers/%s.pdf)
 )
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 outline-mode-hook '((lambda nil (require 

Re: [O] Bug: In list with checkboxes, meta-RET should add a checkbox for the next entry. [7.9.2 (7.9.2-dist @ /usr/share/emacs/site-lisp/org/)]

2012-12-30 Thread Bastien
Hi Arne,

Arne Babenhauserheide arne_...@web.de writes:

 So I would love to see org-mode adding the checkbox by default, when I
 am on a list entry which has a checkbox.

Try S-M-RET.

This is consistent with the behavior of M-RET and S-M-RET on headlines,
which see.

Best,

-- 
 Bastien



Re: [O] Bug: In list with checkboxes, meta-RET should add a checkbox for the next entry. [7.9.2 (7.9.2-dist @ /usr/share/emacs/site-lisp/org/)]

2012-12-30 Thread Arne Babenhauserheide
Am Sonntag, 30. Dezember 2012, 14:30:11 schrieb Bastien:
 Hi Arne,

 Arne Babenhauserheide arne_...@web.de writes:
  So I would love to see org-mode adding the checkbox by default, when I
  am on a list entry which has a checkbox.

 Try S-M-RET.

Oh, nice!

Thank you for your answer!

Best wishes,
Arne

PS: And another instance of “wouldn’t it be cool if emacs org-mode did X?”
“oh, wow, it already does!” :)
--
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
- Arne (http://draketo.de)




signature.asc
Description: This is a digitally signed message part.


Re: [O] Bug: In list with checkboxes, meta-RET should add a checkbox for the next entry. [7.9.2 (7.9.2-dist @ /usr/share/emacs/site-lisp/org/)]

2012-12-30 Thread Brian van den Broek
On 30 Dec 2012 05:30, Bastien b...@altern.org wrote:

 Hi Arne,

 Arne Babenhauserheide arne_...@web.de writes:

  So I would love to see org-mode adding the checkbox by default, when I
  am on a list entry which has a checkbox.

 Try S-M-RET.

 This is consistent with the behavior of M-RET and S-M-RET on headlines,

Hi all,

If I am adding an item to a plain list, almost always I want the added item
to agree with the item beneath which it will occur on the presence of
checkboxes.

So, I think that it would be more useful were M-RET to create a new item
that has or does not have a checkbox present depending on whether it is
invoked in a plain list item with or without a checkbox. Likewise S-M-RET
could differ from the item at which is called with respect to checkbox
presence.

The downsides are this behaviour is more complex and likely would disturb
some orgers' muscle memories. So, I'm not pushing hard but throwing it out
there to see if it sticks :-)

Best,

Brian vdB