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 pat

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

2015-02-28 Thread Rasmus
Andreas Leha 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? Just the replacements for

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

2015-02-28 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Andreas Leha 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 math-heavy document the redisplay of all >> formula im

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 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 --git a/lisp/or

[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
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. --

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

2015-02-28 Thread Nick Dokos
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 fragment .etc), del

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 writes:

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" writes: > On 27 February 2015 at 23:20, Valery V. Vorotyntsev > 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 patc

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 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 drawer. >> Can

[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] What are "tags" on items?

2015-02-28 Thread Rasmus
Marcin Borkowski 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 :: item\n")

[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

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 combinat