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

2015-08-23 Thread Nick Dokos
Meir Goldenberg mgolde...@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, it says on top Week agenda (W34-W35), i.e. it still thinks that the week starts on

Re: [O] Babel for eshell?

2015-08-23 Thread Lawrence Bottorff
Okay, if you check this https://emacs.stackexchange.com/questions/14979/access-to-the-elisp-commands-behind-eshell-commands/14981#14981 you'll see the answer I was after. With eshell you can stay within emacs to do system/command line stuff. Now, with the elisp code behind eshell I can stay within

Re: [O] Collaborative Team Project Management with Orgmode?

2015-08-23 Thread Peter Salazar
So what would it take to make Gnorb work with org-contacts and mu4e? I know Gnorb works with Gnus, but in my opinion, Gnorb's ability to automatically catch and identify incoming emails isn't as useful as its other features. In other words, if using Gnorb with mu4e required the user to manually

Re: [O] org-comment-string fontification stopped working in sublevel headlines

2015-08-23 Thread Samuel Wales
if not already done, perhaps the ert stuff could always test stuff that is on lower levels also?

Re: [O] Collaborative Team Project Management with Orgmode?

2015-08-23 Thread John Kitchin
Haha! I have been interested in gnorb a long time but I don't use bbdb or gnus. On Sunday, August23, 2015, Eric Abrahamsen e...@ericabrahamsen.net wrote: John Kitchin jkitc...@andrew.cmu.edu javascript:; writes: unless those services have some kind of API, and you have the desire to

Re: [O] Valid use cases for lists?

2015-08-23 Thread Peter Salazar
Agreed, plain-text lists are definitely preferable! On Fri, Aug 21, 2015 at 2:39 PM, Rasmus ras...@gmx.us wrote: Peter Salazar cycleofs...@gmail.com writes: Export isn't a good reason to use lists over headings, since you can always export headings as li lists if you want to, e.g. by

Re: [O] Sticky agendas not redone when using org-agenda-(set|remove)-restriction-lock

2015-08-23 Thread Nicolas Goaziou
Hello, Nikolai Weibull n...@disu.se writes: * org-agenda.el (org-agenda-maybe-redo): Test for org-agenda-this-buffer-name as well. The Agenda buffer will have a different name if it’s in sticky mode, but some commands that alter the agenda should still redo it, for example,

Re: [O] [PATCH 2/2] Allow inserting diary entries last in date tree

2015-08-23 Thread Nikolai Weibull
On Sun, Aug 23, 2015 at 9:40 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: + (let ((last (eq org-agenda-insert-diary-strategy 'date-tree-last)) + (has-children (save-excursion (org-goto-first-child +(if (not (and last has-children)) + (outline-next-heading) +

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

2015-08-23 Thread Bill Burdick
Have you tried customizing org-agenda-format-date with a function? Here's the doc string: Format string for displaying dates in the agenda. Used by the daily/weekly agenda and by the timeline. This should be a format string understood by `format-time-string', or a function returning the

Re: [O] HTML Export, CSS Styling

2015-08-23 Thread Rick Frankel
On Fri, Aug 21, 2015 at 09:13:13PM -0700, David A. Gershman wrote: I've been reading all evening about HTML exporting, style sheets, etc. Maybe I've been inundated with information, but I haven't been able to determine an answer to my question: can text in the middle of a paragraph by styled?

Re: [O] Collaborative Team Project Management with Orgmode?

2015-08-23 Thread Eric Abrahamsen
John Kitchin jkitc...@andrew.cmu.edu writes: unless those services have some kind of API, and you have the desire to implement it in emacs, you might be out of luck. I am trying to figure out a way to do collaborative work via email, where I am the project coordinator. The idea is to use my

Re: [O] [PATCH 2/2] Allow inserting diary entries last in date tree

2015-08-23 Thread Nicolas Goaziou
Hello, Nikolai Weibull n...@disu.se writes: * org-agenda.el (org-agenda-insert-diary-strategy): Add new value 'date-tree-last. (org-agenda-insert-diary-make-new-entry): Handle `org-agenda-insert-diary-strategy' set to 'date-tree-last. To allow for diary entries to be entered in time

[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] Collaborative Team Project Management with Orgmode?

2015-08-23 Thread Ken Mankoff
This thread should merge with recent ongoing thread titled [O] Help testing orgmode connection to interactive web environment -k. Please excuse brevity. Sent from pocket computer with tiny non-haptic feedback keyboard. On Aug 21, 2015, at 11:33, Tory S. Anderson torys.ander...@gmail.com

Re: [O] Help testing orgmode connection to interactive web environment

2015-08-23 Thread Peter Salazar
In Chrome: The show/hide button doesn't seem to do anything. Clicking CLICKING THIS LINK gives elisp links not supported. Edits don't seem to stick. On Sat, Aug 22, 2015 at 4:42 PM, Bill Burdick bill.burd...@gmail.com wrote: Sorry -- I should have mentioned that it only supports

[O] how to merge two datetrees?

2015-08-23 Thread Gregor Zattler
Hello, I have two datetrees, each in one org-mode file. Any ideas how to merge them? Ciao, Gregor -- -... --- .-. . -.. ..--.. ...-.-

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

2015-08-23 Thread Meir Goldenberg
I am running on 8.3.1 and am getting the same behavior. In fact, when I run on the simple example from my original message, the heading marked FUTURE does not get hidden to start with. BTW, that message had a typo. The keys I press are: C-c / T. On Tue, Aug 18, 2015 at 6:32 PM, Bastien

Re: [O] Collaborative Team Project Management with Orgmode?

2015-08-23 Thread John Kitchin
unless those services have some kind of API, and you have the desire to implement it in emacs, you might be out of luck. I am trying to figure out a way to do collaborative work via email, where I am the project coordinator. The idea is to use my email.el code to send headlines to people I need

[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] Help testing orgmode connection to interactive web environment

2015-08-23 Thread Bill Burdick
On Sun, Aug 23, 2015 at 9:24 AM Peter Salazar cycleofs...@gmail.com wrote: In Chrome: The show/hide button doesn't seem to do anything. Clicking CLICKING THIS LINK gives elisp links not supported. Edits don't seem to stick. Thanks for the feedback, Peter! Elisp is not supported because

[O] org-comment-string fontification stopped working in sublevel headlines

2015-08-23 Thread Martin Carlé
Hello, guess the commit c27c101f (08/16/2015 04:14 PM) with the title org.el: Fix `org-comment-string' fontification has chosen a bit too harsh 'fixation' method: Since then, the 'org-special-keyword' face for 'COMMENT' is not applied to heading of lower levels any more but only to the top

Re: [O] HTML export / list issues

2015-08-23 Thread Jarmo Hurri
Rick Frankel r...@rickster.com writes: * Problem description The examples below illustrate three problems I have with lists and html export at the moment. 1. lists alphabetized in org are enumerated in html Actually this is a wrong assumption. Org only distinguishes enumerated,

Re: [O] HTML export / list issues

2015-08-23 Thread Jarmo Hurri
Greetings Nicolas and thank you for your prompt response. Nicolas Goaziou m...@nicolasgoaziou.fr writes: * Example I am making a hierarchical list with some code in it. 1. level 1 first a) level 2 first; I was hoping this would be alphabetized in html like it is in org,

Re: [O] Collaborative Team Project Management with Orgmode?

2015-08-23 Thread Bill Burdick
Heh, well I did add a todo item to the project when I saw this thread, but Leisure doesn't yet handle agenda items. This is the type of feedback I'm looking for though. I'm also wondering if there are any orgmode hackers out there with some JS/HTML skillz who might like to help out with modding

Re: [O] export options and exporting subtrees

2015-08-23 Thread Nicolas Goaziou
Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: I'm not sure why I've never noticed this issue before, but... Is it intentional that, when exporting a subtree, EXPORT_OPTIONS lines at the top of the file (or EXPORT_OPTIONS properties on parent headlines) are ignored? I have

Re: [O] [PATCH 2/2] Allow inserting diary entries last in date tree

2015-08-23 Thread Nicolas Goaziou
Nikolai Weibull n...@disu.se writes: That’s what I used first, but that doesn’t work if the subtree has children that has children. Indeed. I realized it was wrong a short time after sending it. What about: (end-of-line) (org-insert-heading '(4) t) (org-do-demote) ? Regards,

[O] org-crypt: Secure encrypted message against inadvertent change

2015-08-23 Thread AW
I'm using org-crypt. All text below a heading with the tag :crypt: becomes encrypted with saving the file and looks like this: -BEGIN PGP MESSAGE- Version: GnuPG v2 hQEOAxn9DjwjX2oYEAQAgLl/58dss1VVgmRb1rGIaNV2I5P+smcDjhWa5/arTMPE

Re: [O] Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emac

2015-08-23 Thread Nicolas Goaziou
Hello, Jakub Szypulka ja...@szypulka.de writes: Background: Open an org-file with only inactive timestamps. Execute C-c a L to show the timeline for it. The timeline will be empty, and only show the heading for today's date. This is correct. Now press v [ in order to include inactive

Re: [O] org-crypt: Secure encrypted message against inadvertent change

2015-08-23 Thread gershman
If it helps, though aside from the question, all GPG lines (except the last 2) are 64 chars(if memory serves). A little scripting and decryption should be plausible (possible in reasonable time), especially if chars were only added and not deleted/changed. On August 23, 2015 2:31:26 PM PDT,

Re: [O] Bug: Priorities not inheriting [8.3.1 (8.3.1-56-g17a225-elpa @ /Users/luke/.emacs.d/elpa/org-20150817/)]

2015-08-23 Thread Nicolas Goaziou
Completing myself: You are right, but I'm pretty sure the previous implementation of the property API didn't implement it this way, i.e., PRIORITY was not implemented like CATEGORY, at all. My gut feeling is that PRIORITY inheritance happened by side-effect. In any case, I see no objection

Re: [O] org-comment-string fontification stopped working in sublevel headlines

2015-08-23 Thread Nicolas Goaziou
Hello Martin Carlé m...@aiguphonie.com writes: guess the commit c27c101f (08/16/2015 04:14 PM) with the title org.el: Fix `org-comment-string' fontification has chosen a bit too harsh 'fixation' method: Since then, the 'org-special-keyword' face for 'COMMENT' is not applied to heading of

[O] Org to LaTeX export of tables

2015-08-23 Thread Vikas Rawal
Please see the sample org table below, and the way it is exported in LaTeX. I do not want \begin{center} and \end{center}. Having those results in some extra space between the table and the notes. How can I get rid of it? My org version: Org-mode version 8.3 (release_8.3-3-gb5f5d6) Vikas

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

2015-08-23 Thread Nicolas Goaziou
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 original message, the heading marked FUTURE does not get hidden to start with. Top level headlines are never hidden. Admittedly, this defeats

Re: [O] HTML export / list issues

2015-08-23 Thread Nicolas Goaziou
Jarmo Hurri jarmo.hu...@iki.fi writes: For some reason I can not reproduce your solution. I already had (setq org-list-allow-alphabetical t), and now I added (setq org-plain-list-ordered-item-terminator t), and still the following happens (and the list is broken in html export):

Re: [O] org-crypt: Secure encrypted message against inadvertent change

2015-08-23 Thread John Kitchin
I am not sure if you put the comment on this post: http://kitchingroup.cheme.cmu.edu/blog/2014/09/13/Make-some-org-sections-read-only/ but it is possible to setup a hook that makes headings read-only. You could do that for headings tagged crypt, for example. AW writes: I'm using org-crypt. All