Re: [O] Cookies on check-boxed plain lists don't get updated

2015-08-11 Thread Gerald Wildgruber
Hi Nicolas, thanks for the fix! The sub list cookie does get updated now, perfect! Yet, check out this example from p.57 of the Org Manual (ch. "Checkboxes"): * TODO Organize party [2/4] - [-] call people [1/3] - [ ] Peter - [X] Sarah - [ ] Sam - [X] order food - [ ] think about wh

[O] org-habit: completed-glyph not shown in graph-column

2015-08-11 Thread Mario Martelli
Hi all, I’m just setting up org-mode. So I do not know whether this has worked in the past or not. If I complete a habit I get this: ** TODO Shave SCHEDULED: <2015-08-11 Tue .+1d/2d> :PROPERTIES: :STYLE:habit :END: - State "TODO" from "DONE" [2015-08-10 Mon 18:27]

Re: [O] Block level specification for tex code html export method

2015-08-11 Thread Haochen Xie
Hi Andreas, Thank you for your reply. I've read the whole thread, and found your example (the second link) very useful. Although for some reason, SVG image is not working well on my machine (not being displayed in chrome, nor on IE. I don't have firefox installed), but since the SVG image generate

Re: [O] Evil-mode text objects

2015-08-11 Thread Eric S Fraga
On Monday, 10 Aug 2015 at 10:47, Spencer Boucher wrote: > Here are two examples of what I am seeing: > https://www.dropbox.com/sh/ri5x9i9bqm1v6qy/AABFKgHifbut-9sDrrfPn7Nya?dl=0. I'm not sure what it is these images are meant to illustrate? If it's the highlighting or paragraph motion, babel code

Re: [O] Block level specification for tex code html export method

2015-08-11 Thread Fabrice Popineau
2015-08-11 10:47 GMT+02:00 Haochen Xie : > Hi Andreas, > > Thank you for your reply. I've read the whole thread, and found your > example (the second link) very useful. Although for some reason, SVG > image is not working well on my machine (not being displayed in > chrome, nor on IE. I don't have

Re: [O] Cookies on check-boxed plain lists don't get updated

2015-08-11 Thread Rasmus
Gerald Wildgruber writes: > Hi Nicolas, > > thanks for the fix! The sub list cookie does get updated now, perfect! > > > Yet, check out this example from p.57 of the Org Manual (ch. "Checkboxes"): > > * TODO Organize party [2/4] > - [-] call people [1/3] >- [ ] Peter >- [X] Sarah >-

Re: [O] How to execute calc commands in src blocks?

2015-08-11 Thread Eric S Fraga
On Sunday, 9 Aug 2015 at 21:22, jenia.ivlev wrote: > Hello. > > I want to use calc in org src-blocks. But it doesnt always work. I've usually found that calc in org babel works best in algebraic mode as opposed to stack mode: > Here is another example where it doesn't work: > > #+BEGIN_SRC cal

Re: [O] Cookies on check-boxed plain lists don't get updated

2015-08-11 Thread Gerald Wildgruber
On Di, Aug 11 2015, Rasmus wrote: > Gerald Wildgruber writes: >> Yet, check out this example from p.57 of the Org Manual (ch. "Checkboxes"): >> >> * TODO Organize party [2/4] >> - [-] call people [1/3] >>- [ ] Peter >>- [X] Sarah >>- [ ] Sam >> - [X] order food >> - [ ] think abo

[O] [bug] org-cycle changed behavior in orgstruct-mode

2015-08-11 Thread Rasmus
Hi, In org 8.3 orgstruct-mode and org-cycle is no longer working as expected. In my init file I have, ;; Local Variables: ;; outline-regexp: ";;\\*+\\|\\`" ;; orgstruct-heading-prefix-regexp: ";;\\*+\\|\\`" ;; eval: (when after-init-time (orgstruct-mode) (org-global-cycle 3))

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Fabrice Popineau
On this thread, I will report quite a different user experience. I have been a long time user of emacs and Gnus (Emacs since 1987). I have been using (ding) Gnus under Windows NT in the late 90's and up to about 2010. But now, I process my mail using the GMail browser interface. The reasons are mo

[O] Agenda very slow with org-agenda-dimmed-blocked-tasks

2015-08-11 Thread Matt Lundin
The recent commit 570b1935e7db9913a2eb9084b6f1adc0d07a36cc dramatically slowed down the generation of the agenda on my machine when org-agenda-dimmed-blocked-tasks and org-enforce-todo-dependencies are both set to t. There seem to be an extraordinary number of calls to org-entry-blocked-p and org-

Re: [O] Agenda very slow with org-agenda-dimmed-blocked-tasks

2015-08-11 Thread Matt Lundin
Matt Lundin writes: > Minimal recipe to replicate: > > a) Config file Here's the minimal config. (The inline attachment didn't display properly in gnus on my end). (add-to-list 'load-path "~/org-mode/lisp") (add-to-list 'load-path "~/org-mode/contrib/lisp") (setq org-enforce-todo-dependencies

Re: [O] Cookies on check-boxed plain lists don't get updated

2015-08-11 Thread Nicolas Goaziou
Rasmus writes: > I also got a couple of errors: > > org-update-checkbox-count: Invalid search bound (wrong side of point) > > but I cannot seem to reproduce this consistently. One time I had two > "[/]" boxes. This should be fixed in 9bb87f49f72de1ff7fcddc063f961d898b9f3c81. Thank you. Reg

Re: [O] [bug] org-cycle changed behavior in orgstruct-mode

2015-08-11 Thread Nicolas Goaziou
Hello, Rasmus writes: > In org 8.3 orgstruct-mode and org-cycle is no longer working as > expected. I assume you mean development version (i.e., Org 8.4), not Org 8.3 (maint). > With org 8.3+, when I use org-cycle on a headline, e.g. ";;* Org", the > display is no longer consistent with outlin

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Peter Davis
Fabrice Popineau writes: > On this thread, I will report quite a different user experience. > I have been a long time user of emacs and Gnus (Emacs since 1987). > I have been using (ding) Gnus under Windows NT in the late 90's and up > to about 2010. > > But now, I process my mail using the GMail

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Fabrice Popineau
2015-08-11 14:23 GMT+02:00 Peter Davis : > > 2) I need a decent editor for replies. I have not found a browser-based > client that has this. > > Agreed. The biggest problem arises when you need to format code. There is an "edit with emacs" extension for chrome which is working quite well. > That

Re: [O] [bug] org-cycle changed behavior in orgstruct-mode

2015-08-11 Thread Rasmus
Hi, >> In org 8.3 orgstruct-mode and org-cycle is no longer working as >> expected. > > I assume you mean development version (i.e., Org 8.4), not Org 8.3 > (maint). I pull from master, but (org-version) gives "Org-mode version 8.3.1 (release_8.3.1-47-g3e7aa3 @ /usr/share/emacs/site-lisp/org/)".

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Nicolas Richard
Peter Davis writes: > 2) I need a decent editor for replies. I have not found a > browser-based client that has this. Firefox has an extension, https://addons.mozilla.org/fr/firefox/addon/its-all-text/, which allows you to edit any text in your favourite editor (aka emacs) with emacsclient. --

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Rasmus
Fabrice Popineau writes: >> That last feature alone is reason enough for me. FWIW, I'm on a Mac, and >> I generally use Gnu emacs for editing, programming, etc., >> and use Aquamacs for running gnus. This avoids any latency problems, etc. >> >> > So you are running 2 instances of Emacs. This is

Re: [O] [bug] org-cycle changed behavior in orgstruct-mode

2015-08-11 Thread Nicolas Goaziou
Rasmus writes: > I tried to recompile with that line commented out but it doesn't make a > difference. I also tried to remove that defun from orgstruct-setup, but > that also didn't make change anything. Hmm. Odd. > > If there is a way to get the buffer-string for what is actually displayed > i

Re: [O] Agenda very slow with org-agenda-dimmed-blocked-tasks

2015-08-11 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > The recent commit 570b1935e7db9913a2eb9084b6f1adc0d07a36cc dramatically > slowed down the generation of the agenda on my machine when > org-agenda-dimmed-blocked-tasks and org-enforce-todo-dependencies are > both set to t. > > There seem to be an extraordinary number

Re: [O] org-habit: completed-glyph not shown in graph-column

2015-08-11 Thread Nicolas Goaziou
Hello, Mario Martelli writes: > The configuration of my habit file is: > > * Habits > :PROPERTIES: > :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!) > :END: Shouldn't it be :LOGGING: TODO(!) WAIT(!) | DONE(!) CANCELED(!) Otherwise, DONE is not considered as a final keyword. Only CANC

Re: [O] A bug with expanding headlines of the sparse tree?

2015-08-11 Thread Nicolas Goaziou
Hello, Meir Goldenberg writes: > I am using org-mode 8.2.10. Suppose we have this: > > * TODO Task1 [0/1] > SCHEDULED: <2015-08-09 Sun> > - [ ] Buy bread > * FUTURE Task2 > > Now, if we do C-/ T and give TODO for the keyword, then we correctly get: > > * TODO Task1 [0/1]... > > However, if we pr

Re: [O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-08-11 Thread Nicolas Goaziou
Hello, Charles Philip Chan writes: > On 30 Jul 2015, ohwoeo...@gmail.com wrote: > > Hi Oleh: > >> I'm pretty sure my commit isn't to blame and you meant this one: >> >> c15db80e32d22dace184203f6f03a0b586bb4b50 >> Author: Sergey Gordienko >> Date: Fri Jun 26 17:44:20 2015 +0300 >> >> org-mobi

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Suvayu Ali
On Tue, Aug 11, 2015 at 02:35:57PM +0200, Nicolas Richard wrote: > Peter Davis writes: > > 2) I need a decent editor for replies. I have not found a > > browser-based client that has this. > > > Firefox has an extension, > https://addons.mozilla.org/fr/firefox/addon/its-all-text/, which allows >

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Matt Lundin
Fabrice Popineau writes: > On this thread, I will report quite a different user experience. > I have been a long time user of emacs and Gnus (Emacs since 1987). > I have been using (ding) Gnus under Windows NT in the late 90's and up > to about 2010. > > But now, I process my mail using the GMail

Re: [O] [bug] org-cycle changed behavior in orgstruct-mode

2015-08-11 Thread Rasmus
Nicolas Goaziou writes: > Rasmus writes: > >> I tried to recompile with that line commented out but it doesn't make a >> difference. I also tried to remove that defun from orgstruct-setup, but >> that also didn't make change anything. > > Hmm. Odd. >> >> If there is a way to get the buffer-stri

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Scott Randby
On 08/11/2015 08:23 AM, Peter Davis wrote: 2) I need a decent editor for replies. I have not found a browser-based client that has this. For me, setting up any of the Emacs email clients to work properly with my various email tasks is a daunting task. This especially true for my work email a

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Gerald Wildgruber
Hi, I'm very happy with mu4e! http://www.djcbsoftware.nl/code/mu/mu4e.html https://github.com/djcb/mu Its speed and ease in searching are unparalleled: the results of searches in tens of thousands of mails is immediate. I like its concepts of generating folders only virtually through searches:

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Peter Davis
Scott Randby writes: > On 08/11/2015 08:23 AM, Peter Davis wrote: >> >> 2) I need a decent editor for replies. I have not found a >> browser-based client that has this. > > For me, setting up any of the Emacs email clients to work properly > with my various email tasks is a daunting task. This es

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Xebar Saram
On Tue, Aug 11, 2015 at 5:16 PM, Peter Davis wrote: > spent years (literally) playing with gnus and giving up, only to be drawn > back > to it weeks, months or years later to try again. Seriously, it was only > after years of this that I managed to get things working > well enough to actually use

Re: [O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-08-11 Thread Charles Philip Chan
On 11 Aug 2015, m...@nicolasgoaziou.fr wrote: Hi Nicolas: > Do you have any other information to share? E.g., what happens when > syncing breaks? Yes. The sync fails with a "Syntax error in regexp pattern near index 383" error on the Android (version 5.1.1) side. Charles -- "Are [Linux users]

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Scott Randby
On 08/11/2015 10:16 AM, Peter Davis wrote: One of the persistent frustrations for me with Thunderbird is that it still, even years after the problem was reported, can't get the unread counts correct for various folders all the time. It frequently shows unread counts for folders that have no unre

[O] BUG in columns view since 0f93638ce (Jun 2 2015)

2015-08-11 Thread Johan Sandblom
Consider the attached orgmode file fragment, also included below. Prior to commit 0f93638ce sums were produced in the top row. After that commit, column view sums fail. Poor knowledge of git and elisp prevent me from finding the actual problem, but I did manage to find the first commit were it

[O] couple questions about simple todo

2015-08-11 Thread scrawler
Hi guys, Pardon the baby-level questions. With a file that looks like this: #+startup: align nologdone showall #+todo: next doing finished * All to Do ** [2015-08-11 Tue] [1/1] *** finished iron the cat How can I enter the date stamp so that it is neither active nor inactive? I don't want a l

Re: [O] [bug] org-cycle changed behavior in orgstruct-mode

2015-08-11 Thread Nicolas Goaziou
Rasmus writes: > I tried to recompile with that line commented out but it doesn't make a > difference. I also tried to remove that defun from orgstruct-setup, but > that also didn't make change anything. What if you replace the defun with `show-children' in `orgstruct-setup' instead of simply r

[O] remote R session

2015-08-11 Thread Zhihao Ding
Hi there, I was wondering how to automatically fire up a remote R session when editing source code in babel source code block? I'd like to have everything on server and be able to play with it including making plots. Currently I do tangle to a file on server first and then use tramp to access it.

Re: [O] Block level specification for tex code html export method

2015-08-11 Thread Haochen Xie
Hi Fabrice, Thank you for mentioning dvisvgm. I did some researches on it, and it seems that as for now, the only way to invoke dvisvgm is to first export the latex part to dvi, and call dvisvgm manually to convert it to svg, then include it in the org file, which, is too troublesome for me. Is th

Re: [O] org-habit: completed-glyph not shown in graph-column

2015-08-11 Thread Mario Martelli
Hi Nicolas, > Shouldn't it be > > :LOGGING: TODO(!) WAIT(!) | DONE(!) CANCELED(!) > > Otherwise, DONE is not considered as a final keyword. Only CANCELED is. thanks for the hint. I was not aware that ‘|’ is also necessary within LOGGING: Nevertheless I’ve changed the logging property to:

[O] Html export error

2015-08-11 Thread Flávio L. C. de Moura
Hi, After the last org update, I am getting an error concerning the head of the org file: #+TITLE: 117366 - Lógica Computacional 1 (Turma D) #+AUTHOR: Flávio L. C. de Moura If I org-html-export-as-html then I get: apply: Wrong type argument: listp, #("Flávio L. C. de Moura" 0 21 (:parent (#0))

Re: [O] remote R session

2015-08-11 Thread Cook, Malcolm
Using ESS, If you are editing a org file file via tramp, editing an R src code block should “just work” to start the attached R session remotely. I do it all the time. Try this: make sure you do NOT have a local R session already and edit your source block…. From: emacs-orgmode-bounces+mec=s

[O] Macros or properties in source blocks

2015-08-11 Thread Gary Oberbrunner
I'd like to have either a macro or a property that controls some behavior of an org-mode babel file: #+PROPERTY: report_type All and use that property inline: {{{property(report_type)}}} and in a source block: #+NAME: rtype #+BEGIN_SRC emacs-lisp :results value {{{property(report_type)}}} #+END_

Re: [O] Html export error

2015-08-11 Thread Haochen Xie
Hi Flávio, I can confirm the same problem on my box. After reverting to the old version, exporting came back to normal. Haochen -- Mail from Haochen Xie On Wed, Aug 12, 2015 at 1:29 AM, Flávio L. C. de Moura wrote: > Hi, > > After the last org update, I am getting an error concerning the he

Re: [O] couple questions about simple todo

2015-08-11 Thread Eric S Fraga
On Tuesday, 11 Aug 2015 at 10:46, scraw...@gmail.com wrote: [...] > How can I enter the date stamp so that it is neither active nor > inactive? I don't want a link to the agenda, and I'd like it to look > like a heading. I don't think you can. But the agenda will, by default, only show active t

Re: [O] Html export error

2015-08-11 Thread Kyle Meyer
Hello, flaviomo...@unb.br (Flávio L. C. de Moura) wrote: > Hi, > > After the last org update, I am getting an error concerning the head of the > org file: [...] > If I org-html-export-as-html then I get: > > apply: Wrong type argument: listp, #("Flávio L. C. de Moura" 0 21 > (:parent (#0))) This

Re: [O] couple questions about simple todo

2015-08-11 Thread scrawler
On Tue, Aug 11, 2015 at 05:37:59PM +0100, Eric S Fraga wrote: > From the manual: > > "The vertical bar separates the TODO keywords (states that _need > action_) from the DONE states (which need _no further action_)." > I'll go ahead and throw the bar in there. The last todo state is s

Re: [O] couple questions about simple todo

2015-08-11 Thread Nicolas Goaziou
Hello, scraw...@gmail.com writes: > I'll go ahead and throw the bar in there. The last todo state is still > colored as a "done" state, even without it, but it might just be the > leuven theme that does that. No vertical bar is equivalent to a vertical bar just before the last TODO state. The v

Re: [O] BUG in columns view since 0f93638ce (Jun 2 2015)

2015-08-11 Thread Nicolas Goaziou
Hello, Johan Sandblom writes: > Consider the attached orgmode file fragment, also included below. > Prior to commit 0f93638ce sums were produced in the top row. After > that commit, column view sums fail. Poor knowledge of git and elisp > prevent me from finding the actual problem, but I did man

[O] Stable releases

2015-08-11 Thread Scott Randby
While I've used Org's development version in the past, I stopped doing that due to my failure to learn how to use git (no time) and other issues. Now, I only use the stable releases. But the latest 8.3 release doesn't seem so stable to me, so I'd like some clarification about what the Org maint

[O] switch M-RET and C-RET in org mode with no sucess

2015-08-11 Thread Xebar Saram
Hi guys im trying to switch between C-RET and M-RET (i use M-ret alot more but C-RET is much more accessible for me :)) but i dont seem to have any success in doing so this is what i have so far (with-eval-after-load "org" (define-key org-mode-map (kbd "C-RET") 'org-insert-heading) (define-key o

Re: [O] Stable releases

2015-08-11 Thread Ista Zahn
On Tue, Aug 11, 2015 at 1:18 PM, Scott Randby wrote: > While I've used Org's development version in the past, I stopped doing that > due to my failure to learn how to use git (no time) and other issues. Now, I > only use the stable releases. But the latest 8.3 release doesn't seem so > stable to m

Re: [O] [PATCH] Re: What is the best way to set #+DATE to today's date?

2015-08-11 Thread Thomas S . Dye
Aloha Nicolas, The attached patch is based on current maint branch. Let me know if you have questions. All the best, Tom >From e5ab2427af7095db8c7f080dc8f9457021a10544 Mon Sep 17 00:00:00 2001 From: tsdye Date: Tue, 11 Aug 2015 08:34:50 -1000 Subject: [PATCH] Edit date and time macros --- do

Re: [O] A bug with expanding headlines of the sparse tree?

2015-08-11 Thread Meir Goldenberg
I do not quite understand. You wrote: "TAB discloses the entry and all children. It also leaves the entry in an editable state." However, Task2 is not a child of the entry being disclosed (Task1). Furthermore, by constructing the sparse tree, I am telling org-mode that I am only interested to see t

Re: [O] Stable releases

2015-08-11 Thread Suvayu Ali
On Tue, Aug 11, 2015 at 02:33:18PM -0400, Ista Zahn wrote: > On Tue, Aug 11, 2015 at 1:18 PM, Scott Randby wrote: > > > > I guess what I want to know, and maybe there is no answer, is how long > > should I wait before upgrading to a stable release? > > One strategy is keeping an eye on the mailin

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-11 Thread Sharon Kimble
Nicolas Goaziou writes: > Hello, > > Sharon Kimble writes: > >> Yes, its still occurring even after closing and restarting emacs. In >> fact I've just done this to check for certain, and this time it threw up >> a debugger page, which says - >> >> Debugger entered--Lisp error: (wrong-number-of-a

[O] fa5fd6351605912ec75e783cb62649 breaks org-babel-script-escape for ob-ruby

2015-08-11 Thread Matthew MacLean
Yo~! fa5fd6351605912ec75e783cb626497b1ebe471e introduced a change where org-babel-script-escape stopped accepting numbers. This caused an issue in ob-ruby.el where when trying to evaluate something like "2 + 2", you would get the message: `org-babel-script-escape' expects a string This broke e

Re: [O] Stable releases

2015-08-11 Thread Rasmus
Hi, The definition of a major release is in README_maintainer: Main releases are made whenever Org is in a state where the feature set is consistent and we feel that the features that are implemented is something we want to support in the future. AFAIK, Org 8.2.10 ships with Emacs 24

[O] helm-mode-org-set-tags adding additional tags

2015-08-11 Thread Stephen J. Barr
Hello, I am using org-mode 8.2.10 with helm. When I am adding tags to a headline, the first tag offers me completions of all possible tags in the file. However, if I go back later and add additional tags, I am not offered completion. How can I fix this? Thanks, Stephen Stephen J. Barr PhD Stude

[O] tags completion in a narrowed buffer

2015-08-11 Thread Stephen J. Barr
Greetings, In my workflow I frequently narrow buffers. Within a narrowed buffer, I would like to add additional headlines with tag completion. However, the menu of tags offered for completion are only the tags in the narrowed buffer. Is it possible for me to specify that tag completion should alwa

Re: [O] BUG in columns view since 0f93638ce (Jun 2 2015)

2015-08-11 Thread Johan Sandblom
2015-08-11 19:13 skrev Nicolas Goaziou: Hello, Johan Sandblom writes: Consider the attached orgmode file fragment, also included below. Prior to commit 0f93638ce sums were produced in the top row. After that commit, column view sums fail. Poor knowledge of git and elisp prevent me from findin

Re: [O] fa5fd6351605912ec75e783cb62649 breaks org-babel-script-escape for ob-ruby

2015-08-11 Thread Kyle Meyer
Matthew MacLean wrote: > Yo~! > > fa5fd6351605912ec75e783cb626497b1ebe471e introduced a change where > org-babel-script-escape stopped accepting numbers. This caused an issue in > ob-ruby.el where when trying to evaluate something like "2 + 2", you would > get the message: > > `org-babel-script-

Re: [O] fa5fd6351605912ec75e783cb62649 breaks org-babel-script-escape for ob-ruby

2015-08-11 Thread Kyle Meyer
Kyle Meyer wrote: > It seems like org-babel-execute already covers this processing. s/org-babel-execute/org-babel-execute:ruby/ -- Kyle

Re: [O] fa5fd6351605912ec75e783cb62649 breaks org-babel-script-escape for ob-ruby

2015-08-11 Thread Matthew MacLean
Yeah, my initial patch was actually for ob-ruby, though, when looking for the change that broke it for the report, I found a change in behaviour of the escaping function and figured that Ruby might not be the only thing broken. So, instead, I restored the original permissive behaviour of org-babel

Re: [O] A bug with expanding headlines of the sparse tree?

2015-08-11 Thread Nicolas Goaziou
Meir Goldenberg writes: > I do not quite understand. You wrote: "TAB discloses the entry and all > children. It also leaves the entry in an editable state." However, Task2 is > not a child of the entry being disclosed (Task1). I explained why hiding Task2 leaves entry in an uncomfortable state,

Re: [O] [PATCH] Re: What is the best way to set #+DATE to today's date?

2015-08-11 Thread Nicolas Goaziou
Thomas S. Dye writes: > Aloha Nicolas, > > The attached patch is based on current maint branch. Applied. Thank you. Regards,

Re: [O] BUG in columns view since 0f93638ce (Jun 2 2015)

2015-08-11 Thread Nicolas Goaziou
Johan Sandblom writes: > Thank you for your quick reaction. Unfortunately it is still not > perfect. Starting column mode with point on the headline "** bla" > makes the column view end before headline "** bli". Am I right that > this is unintended? This is intended. According to the manual[fn:1

Re: [O] Macros or properties in source blocks

2015-08-11 Thread Charles C. Berry
On Tue, 11 Aug 2015, Gary Oberbrunner wrote: I'd like to have either a macro or a property that controls some behavior of an org-mode babel file: #+PROPERTY: report_type All and use that property inline: {{{property(report_type)}}} and in a source block: #+NAME: rtype #+BEGIN_SRC emacs-lisp :

Re: [O] fa5fd6351605912ec75e783cb62649 breaks org-babel-script-escape for ob-ruby

2015-08-11 Thread Kyle Meyer
Matthew MacLean wrote: > Yeah, my initial patch was actually for ob-ruby, though, when looking for > the change that broke it for the report, I found a change in behaviour of > the escaping function and figured that Ruby might not be the only thing > broken. Yes, that makes sense, but glancing at

Re: [O] couple questions about simple todo

2015-08-11 Thread Eric Abrahamsen
scraw...@gmail.com writes: > Hi guys, > > Pardon the baby-level questions. > > With a file that looks like this: > > #+startup: align nologdone showall > #+todo: next doing finished > > * All to Do > ** [2015-08-11 Tue] [1/1] > *** finished iron the cat > > How can I enter the date stamp so that i

[O] org-block-background in 8.3.1?

2015-08-11 Thread Luke Crook
I'm not sure if I still need to set "org-block-background" in 8.3.1. But if I do need to continue setting this, what is the new name for "org- block-background"? (set-face-attribute 'org-block-background nil :height (round (* 0.9 (face-attribute 'fixed-pitch :height (s

Re: [O] org-block-background in 8.3.1?

2015-08-11 Thread Kyle Meyer
Luke Crook wrote: > I'm not sure if I still need to set "org-block-background" in 8.3.1. > > But if I do need to continue setting this, what is the new name for "org- > block-background"? > > (set-face-attribute 'org-block-background nil > :height (round (* 0.9 (face-attribute

Re: [O] Babel error on init with 8.3.1

2015-08-11 Thread Peter Salazar
Thanks for all the help! I figured out that the problem wasn't with the installation, but that Emacs was calling org (i.e. the built-in version) before org-plus-contrib was being loaded. At least I think that's what the problem was. What I know for sure is that placing the line (add-to-list 'load-

Re: [O] couple questions about simple todo

2015-08-11 Thread scrawler
On Wed, Aug 12, 2015 at 10:27:29AM +0800, Eric Abrahamsen wrote: > > My take on what you've shown here is that you've got it a bit backwards. > Apologies if you've tried many things and you settled on this on > purpose, but it looks like you're trying to organize the Org file to > look like the Ag

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Peter Salazar
Like Fabrice, I also still process my email using the Gmail web interface. The only reason I want email within Emacs is so I can compose replies in a proper editor with all my keybindings. I tried Chrome's Edit with Emacs, but it loses line breaks when it sends the output from Emacs back to Gmail.

Re: [O] switch M-RET and C-RET in org mode with no sucess

2015-08-11 Thread Peter Salazar
Maybe try using instead of RET? Something like this: (define-key org-mode-map (kbd "") 'org-insert-heading) On Tue, Aug 11, 2015 at 1:45 PM, Xebar Saram wrote: > Hi guys > > im trying to switch between C-RET and M-RET (i use M-ret alot more but > C-RET is much more accessible for me :)) but i

Re: [O] fa5fd6351605912ec75e783cb62649 breaks org-babel-script-escape for ob-ruby

2015-08-11 Thread Matthew MacLean
If the stricter definition covers everything that org-babel-escape-script was supposed to do... I agree we should keep it. My problem was I wasn't sure if the function got pruned of something it needed. But if that's not the case... On Tue, Aug 11, 2015 at 6:52 PM, Kyle Meyer wrote: > Feel free

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Eric Abrahamsen
Peter Salazar writes: > Like Fabrice, I also still process my email using the Gmail web > interface. The only reason I want email within Emacs is so I can > compose replies in a proper editor with all my keybindings. I tried > Chrome's Edit with Emacs, but it loses line breaks when it sends the >

Re: [O] couple questions about simple todo

2015-08-11 Thread Eric Abrahamsen
scraw...@gmail.com writes: > On Wed, Aug 12, 2015 at 10:27:29AM +0800, Eric Abrahamsen wrote: >> >> My take on what you've shown here is that you've got it a bit backwards. >> Apologies if you've tried many things and you settled on this on >> purpose, but it looks like you're trying to organize

Re: [O] fa5fd6351605912ec75e783cb62649 breaks org-babel-script-escape for ob-ruby

2015-08-11 Thread Kyle Meyer
Matthew MacLean wrote: [...] > ...here is the git format-patch of the ob-ruby.el change! > I also created one for a test to check for basic Ruby evaluation > capabilities. It should catch errors that break evaluation like this in > ob-ruby. Thanks. The code change looks good to me and fixes the

Re: [O] fa5fd6351605912ec75e783cb62649 breaks org-babel-script-escape for ob-ruby

2015-08-11 Thread Matthew MacLean
On Tue, Aug 11, 2015 at 11:53 PM, Kyle Meyer wrote: > In addition to the formatting, the message should include "TINYCHANGE". > This may be beyond what qualifies as a tiny change if tests count toward > changed lines (Bastien or Nicolas?). If it's acceptable as a tiny > change, please combine th

Re: [O] BUG in columns view since 0f93638ce (Jun 2 2015)

2015-08-11 Thread Johan Sandblom
2015-08-12 01:08 skrev Nicolas Goaziou: Johan Sandblom writes: Thank you for your quick reaction. Unfortunately it is still not perfect. Starting column mode with point on the headline "** bla" makes the column view end before headline "** bli". Am I right that this is unintended? This is in