Re: [O] Here is a patch I want to add to org.el……

2015-02-28 Thread Rasmus
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Personally, I never use org-toggle-latex-fragment, but rely on entities, since org-toggle-latex-fragment is only really good for static/mature documents. I am not sure I understand that. What do you mean when you rely on entities?

Re: [O] Here is a patch I want to add to org.el……

2015-02-28 Thread kuangdash
Hi, buddies: a little change has been made…… Sent from Windows Mail From: kuangd...@163.com Sent: ‎Saturday‎, ‎February‎ ‎28‎, ‎2015 ‎4‎:‎05‎ ‎AM To: Nicolas Goaziou Cc: Andreas Leha, emacs-orgmode@gnu.org I have seen the newest org.el. The request below can be done by the

Re: [O] Bug: numeric org-clock-into-drawer is ignored [8.3beta (release_8.3beta-846-g38ab8b @ /Users/vvv/lib/emacs/org-mode/lisp/)]

2015-02-28 Thread Valery V. Vorotyntsev
On 27 February 2015 at 23:20, Valery V. Vorotyntsev valery...@gmail.com wrote: I have set `org-clock-into-drawer' to 2. `(org-clock-into-drawer)' should return the same value (see the documentation of this function), yet it returns LOGBOOK. Proposed patch: --[ begin ]-- diff

Re: [O] Here is a patch I want to add to org.el……

2015-02-28 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou m...@nicolasgoaziou.fr writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: I am talking about `org-toggle-latex-fragment'. And even if that is fast, it is very annoying behaviour. I'd very much like to be able to toggle individual images. In a

Re: [O] What are tags on items?

2015-02-28 Thread Rasmus
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi there! I'm curious: what are item's tags exactly? They are mentioned here: http://orgmode.org/worg/dev/org-element-api.html#unnumbered-30 The tag is tag in this example: - tag :: desc (with-temp-buffer (org-mode) (insert - tag ::

Re: [O] Here is a patch I want to add to org.el……

2015-02-28 Thread Nick Dokos
kuangd...@163.com writes: Hi, buddies: a little change has been made…… Trying to apply your patch on top of current master, I get: , | $ git apply ~/Desktop/0001-again.patch | /home/nick/Desktop/0001-again.patch:18: trailing whitespace. | - If the cursor is on the overlay(latex

[O] What are tags on items?

2015-02-28 Thread Marcin Borkowski
Hi there! I'm curious: what are item's tags exactly? They are mentioned here: http://orgmode.org/worg/dev/org-element-api.html#unnumbered-30 TIA, -- Marcin Borkowski This email was proudly sent http://mbork.plfrom my Emacs.

Re: [O] org-clock-into-drawer not respecting setting?

2015-02-28 Thread Rainer Stengele
Am 28.02.2015 00:46, schrieb Nicolas Goaziou: Hello, Rainer Stengele rainer.steng...@online.de writes: I have set this variable org-clock-into-drawer is a variable defined in `org-clock.el'. Its value is 6 Original value was t Clocking in with C-c C-x C-i always creates a logbook

Re: [O] Bug: numeric org-clock-into-drawer is ignored [8.3beta (release_8.3beta-846-g38ab8b @ /Users/vvv/lib/emacs/org-mode/lisp/)]

2015-02-28 Thread Nicolas Goaziou
Hello, Valery V. Vorotyntsev valery...@gmail.com writes: On 27 February 2015 at 23:20, Valery V. Vorotyntsev valery...@gmail.com wrote: I have set `org-clock-into-drawer' to 2. `(org-clock-into-drawer)' should return the same value (see the documentation of this function), yet it returns

Re: [O] Here is a patch I want to add to org.el……

2015-02-28 Thread kuangdash
you can open the patch file, see it manually……a little change I think it's useful. as to “trailing whitespace”, I’m sorry about this format problem…… Sent from Windows Mail From: Nick Dokos Sent: ‎Saturday‎, ‎February‎ ‎28‎, ‎2015 ‎11‎:‎43‎ ‎PM To: emacs-orgmode@gnu.org

Re: [O] Set a property or take action on state change to done

2015-02-28 Thread Alexis
On 2015-02-19T10:31:05+1100, Subhan Michael Tindall said: SMT I know the hooks are in there somewhere, but is there any SMT relatively straightforward way to set a particular property, or SMT run a function to do so, when a TODO changes status to a DONE SMT state? Perhaps use a combination

[O] Bug: `org-edit-special` doesn't respect dedicated windows

2015-02-28 Thread Alexis
Context: Manually compiled Emacs 24.4.1 on Debian Wheezy(+updates) x86_64. ECM: 1. emacs -Q 2. Split frame into two windows via `C-x 3`. 3. Make one *scratch* buffer window dedicated via: (a) `M-:` (b) (set-window-dedicated-p (selected-window) t) 4. Select the other window. 5. Visit file