Re: [O] Two problems with exporting options

2015-08-27 Thread Meir Goldenberg
is an extended form of a joke.” --Kay ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since I have been forced to stop taking it seriously.” --Thompson On Tue, Aug 25, 2015 at 7:20 AM, Meir Goldenberg mgolde...@gmail.com wrote: I have the following exporting options: #+OPTIONS

Re: [O] How to make weeks start from Sunday and be numbered from a custom date

2015-08-26 Thread Meir Goldenberg
On Sun, Aug 23, 2015 at 9:04 PM Nick Dokos ndokos at gmail.com wrote: Meir Goldenberg mgoldenbe at gmail.com writes: Two questions: 1. My work week starts on Sunday, so I have: (setq org-agenda-start-on-weekday 0) Now the agenda timeline starts on Sunday as desired. However

Re: [O] Not getting replies from the orgmode list to my e-mail address

2015-08-26 Thread Meir Goldenberg
Ah. I did not realize that. I have just filled out the subscription form. But how will I be able to reply to the replies that were sent to the list prior to my subscription? On Wed, Aug 26, 2015 at 2:54 PM, Eric S Fraga e.fr...@ucl.ac.uk wrote: On Wednesday, 26 Aug 2015 at 14:07, Meir

[O] Not getting replies from the orgmode list to my e-mail address

2015-08-26 Thread Meir Goldenberg
Sorry for being off the main topic. For some reason, I do not get replies to the GMail address from which I send my posts to the orgmode list. For example, the post http://lists.gnu.org/archive/html/emacs-orgmode/2015-08/msg01011.html got answered three days ago, but I still do not get anything

[O] Two problems with exporting options

2015-08-25 Thread Meir Goldenberg
I have the following exporting options: #+OPTIONS: date:t stat:nil timestamp:t num:nil toc:nil p:nil todo:nil Two questions: 1. I did not notice an option that would remove check-boxes ([ ]) and counters ([/]) from the output of the export. Is there a way to export without these? (actually, I

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

2015-08-24 Thread Meir Goldenberg
Why not just have a command to exit the sparse tree mode? On Mon, Aug 24, 2015 at 1:30 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Meir Goldenberg mgolde...@gmail.com writes: I am running on 8.3.1 and am getting the same behavior. In fact, when I run on the simple example from my

[O] Automatically tagging DONE items as archived

2015-08-23 Thread Meir Goldenberg
I would like to achieve two things: 1. Tag all tasks that are already marked DONE as ARCHIVE. I tried the following, but it messes up the file, creating multiple levels of archived items: (defun my-org-archive-done-tasks () (interactive) (org-map-entries 'org-archive-to-archive-sibling

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

2015-08-23 Thread Meir Goldenberg
...@gnu.org wrote: Hi Meir, Meir Goldenberg mgolde...@gmail.com writes: Now, if we do C-/ T and give TODO for the keyword, then we correctly get: * TODO Task1 [0/1]... However, if we press Tab on this line, then the whole content, including next headline (the one marked FUTURE) shows up

[O] How to make weeks start from Sunday and be numbered from a custom date

2015-08-23 Thread Meir Goldenberg
Two questions: 1. My work week starts on Sunday, so I have: (setq org-agenda-start-on-weekday 0) Now the agenda timeline starts on Sunday as desired. However, it says on top Week agenda (W34-W35), i.e. it still thinks that the week starts on Monday. Can I change that? 2. It would be very

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

2015-08-12 Thread Meir Goldenberg
Is there an alternative to TAB when I want to work only with the sparse tree and all the other entries only distract me? If not, can I somehow open the sparse tree in a separate buffer? On Wed, Aug 12, 2015 at 1:56 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Meir Goldenberg mgolde

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

2015-08-11 Thread Meir Goldenberg
the sub-trees under the tasks marked as TODO! On Tue, Aug 11, 2015 at 4:07 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Meir Goldenberg mgolde...@gmail.com writes: I am using org-mode 8.2.10. Suppose we have this: * TODO Task1 [0/1] SCHEDULED: 2015-08-09 Sun - [ ] Buy bread

Re: [O] Emacs sees the directory with the new org-mode version, but loads the old version

2015-08-10 Thread Meir Goldenberg
“All creativity is an extended form of a joke.” --Kay ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since I have been forced to stop taking it seriously.” --Thompson On Thu, Aug 6, 2015 at 7:53 AM, Meir Goldenberg mgolde...@gmail.com wrote: The version of org-mode

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

2015-08-09 Thread Meir Goldenberg
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 press Tab on this line, then the whole content, including

[O] Emacs sees the directory with the new org-mode version, but loads the old version

2015-08-09 Thread Meir Goldenberg
The version of org-mode that came with my version of Emacs (24.5.2) is 8.2.10. I have installed version 8.3.1 from ELPA and added this to my init file: (add-to-list 'load-path ~/.emacs.d/org-20150803) (require 'org) When I check the version of org in Emacs, it says: Org-mode version 8.2.10