[O] Seconds display in custom timestamp

2015-02-03 Thread bdillahu
I've set a custom timestamp display to (org-time-stamp-custom-formats (quote (%Y-%m-%d %a . %Y-%m-%d %a %H:%M:%S))) So that seconds are included. It displays fine and seems to work, but the seconds display is ALWAYS 00, no matter what I type in. If I check the text stored, the actual

Re: [O] Citations, continued

2015-02-03 Thread Erik Hetzner
Hi Richard, On Tue, 3 Feb 2015 at 08:11:19 PST, Richard Lawrence richard.lawre...@berkeley.edu wrote: […] Yes. I'll have to take a look at the Pandoc citeproc code and see how easy it would be to add support for something like this. If there are Org people that need citation types that

Re: [O] [bug] Removing the Babel results

2015-02-03 Thread Daniele Pizzolli
Hello Sebastien, Sebastien Vauban writes: Hello, Removing the Babel results (through `C-c C-v k') is not done in a coherent way, as you can see in the following example: Nice to hear that I am not the only one to complaint. :-) I proposed a new function that preserve the placement of the

[O] [bug] Removing the Babel results

2015-02-03 Thread Sebastien Vauban
Hello, Removing the Babel results (through `C-c C-v k') is not done in a coherent way, as you can see in the following example: #+begin_src shell echo | a | echo | very | echo | very | echo | long | echo | table | #+end_src #+latex: \footnotesize #+attr_latex: :environment

Re: [O] Bug: ELPA org-plus-contrib package is missing files from the contrib/lisp directory

2015-02-03 Thread Achim Gratz
Mark A. Flacy writes: In particular (comparing the org-plus-contrib-20150202 package against today's http://orgmode.org/cgit.cgi/org-mode.git/tree/contrib/lisp): You are looking at the master branch. The packages are made from maint:

Re: [O] Pico change in ORG documentation

2015-02-03 Thread Nicolas Goaziou
Hello, t...@evon.thierry-pelle.eu (Thierry Pellé) writes: Hi, I have noticed a typo in the beta 3 manual. Here is a rewriting proposal. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Bug: agenda interaction with org-agenda-dim-blocked-tasks, org-agenda-max-entries and org-enforce-todo-dependencies [8.3beta (release_8.3beta-785-gb5d9f4 @ /Users/yn/dotfiles/org.emacs.d/org-m

2015-02-03 Thread Yuri Niyazov
On Tue, Feb 3, 2015 at 1:13 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: This starts happening when org-agenda-dim-blocked-tasks is set to invisible. What seems to happen is that the blocked tasks, even though they are invisible, are still counted towards org-agenda-max-entries.

Re: [O] Bug: agenda interaction with org-agenda-dim-blocked-tasks, org-agenda-max-entries and org-enforce-todo-dependencies [8.3beta (release_8.3beta-785-gb5d9f4 @ /Users/yn/dotfiles/org.emacs.d/org-m

2015-02-03 Thread Nicolas Goaziou
Yuri Niyazov yuri.niya...@gmail.com writes: Yes, that seems to me the behavior I am seeing. Are you saying that this is not a bug? It doesn't look like one. It is certainly very surprising behavior. I had the make blocked tasks invisible setting for months, and then only recently started

Re: [O] Citations, continued

2015-02-03 Thread Richard Lawrence
Hi Eric and all, Eric S Fraga e.fr...@ucl.ac.uk writes: On Tuesday, 3 Feb 2015 at 11:35, Rasmus wrote: I'm enjoying following this thread. I look forward to the community converging on some solution. Me too! For me, any solution will likely do just fine as my use of citations is quite

Re: [O] Citations, continued

2015-02-03 Thread Richard Lawrence
Hi Erik and all, Erik Hetzner e...@e6h.org writes: On Mon, 2 Feb 2015 at 20:41:06 PST, Richard Lawrence richard.lawre...@berkeley.edu wrote: The only reason I proposed anything else was that it seemed like other people already know that they need more than the Pandoc syntax provides. I

Re: [O] Citations, continued

2015-02-03 Thread Eric S Fraga
On Tuesday, 3 Feb 2015 at 11:35, Rasmus wrote: [...] I'm enjoying following this thread. I look forward to the community converging on some solution. For me, any solution will likely do just fine as my use of citations is quite straightforward. I seldom, if ever, have pre or post text but I

[O] Bug: org-wikinodes: Failed to add wikinodes to `org-font-lock-extra-keywords'. [8.2.10 (8.2.10-30-gca21b7-elpa @ /home/scott/.emacs.d/elpa/org-20150202/)]

2015-02-03 Thread Scott Campbell
Hello. I started testing org-wikinodes, and although the functionality seems to work (C-c C-o links from CamelCase words to headlines, with new headlines created as necessary), I can't get the face to change to match plain links. When I load an org file with CamelCase words/headlines, I get an

Re: [O] [RFC] removing all results WAS: Re: idempotency ... org-babel-remove-inline-result

2015-02-03 Thread Charles C. Berry
Further Daniele's response to '[bug] Removing the Babel results': http://article.gmane.org/gmane.emacs.orgmode/94604 See below. On Sat, 31 Jan 2015, Charles C. Berry wrote: On Sat, 31 Jan 2015, Daniele Pizzolli wrote: [discussing the RFC, now] Hello Charles, Charles C. Berry writes:

Re: [O] Citations, continued

2015-02-03 Thread Eric S Fraga
On Tuesday, 3 Feb 2015 at 08:27, Richard Lawrence wrote: [...] For me, any solution will likely do just fine as my use of citations is quite straightforward. I seldom, if ever, have pre or post text but I do use a couple of alternative citation types (author, year; year only). Just to

Re: [O] Limiting number of items shown in custom agenda

2015-02-03 Thread Nick Dokos
Subhan Michael Tindall subh...@familycareinc.org writes: I have the following custom agenda command (Z Last Worked skip ((alltodo ((org-agenda-skip-function (lambda nil (org-agenda-skip-entry-if (quote notregexp) \\:LastWorked\\:))) (org-agenda-sticky nil)

[O] Limiting number of items shown in custom agenda

2015-02-03 Thread Subhan Michael Tindall
I have the following custom agenda command (Z Last Worked skip ((alltodo ((org-agenda-skip-function (lambda nil (org-agenda-skip-entry-if (quote notregexp) \\:LastWorked\\:))) (org-agenda-sticky nil) (org-agenda-view-columns-initially t)

Re: [O] Limiting number of items shown in custom agenda

2015-02-03 Thread Yuri Niyazov
does org-agenda-max-entries not work? On Tue, Feb 3, 2015 at 11:13 AM, Subhan Michael Tindall subh...@familycareinc.org wrote: I have the following custom agenda command (Z Last Worked skip ((alltodo ((org-agenda-skip-function (lambda nil (org-agenda-skip-entry-if (quote notregexp)

Re: [O] Bug: agenda interaction with org-agenda-dim-blocked-tasks, org-agenda-max-entries and org-enforce-todo-dependencies [8.3beta (release_8.3beta-785-gb5d9f4 @ /Users/yn/dotfiles/org.emacs.d/org-m

2015-02-03 Thread Yuri Niyazov
On Tue, Feb 3, 2015 at 2:12 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Documentation (e.g., docstrings) may be improved, then. Would you want to suggest such an improvement? In the docstring for org-agenda-dim-blocked-tasks Because dimming is not the same as skipping, items dimmed to

Re: [O] Bug: agenda interaction with org-agenda-dim-blocked-tasks, org-agenda-max-entries and org-enforce-todo-dependencies [8.3beta (release_8.3beta-785-gb5d9f4 @ /Users/yn/dotfiles/org.emacs.d/org-m

2015-02-03 Thread Nicolas Goaziou
Yuri Niyazov yuri.niya...@gmail.com writes: I now think that having the ability to dim to invisible is a feature mistake. I'm having a difficult time seeing when a user would want to dim to invisible purely visually, rather than really skipping a blocked task. There's no visual difference

[O] tangle multiple ORG files to single source code file

2015-02-03 Thread Svjatoslav Agejenko
Hello! I see it is easy to generate multiple source code files from one ORG document. Is it possible also to tangle code snippets spread across multiple ORG documents into single resulting source code file ? I tried to create one master ORG file and #+INCLUDE: ... multiple documents from

Re: [O] [PATCH] Improved org-habits documentation

2015-02-03 Thread Nicolas Goaziou
Hello, Andrew Francis Swann sw...@math.au.dk writes: * org.texi: Improve example in info file adding concrete indication of how to set-up logging in the format needed by org-habits Thanks for the patch. However, the modified paragraph already contains a reference to Tracking TODO state

Re: [O] Turn a plain list item into a headline bahevious differently for level (1, 2) and (3 and higher) levels

2015-02-03 Thread Nicolas Goaziou
Hello, Rainer Stengele rainer.steng...@online.de writes: Hi, having *** headline level 3 - item1 ^ and executing C-c * having put cursor as indicated results in *** headline level 3 *** item1 whereas I would expect *** headline level 3 item1 for lower level

Re: [O] Citations, continued

2015-02-03 Thread Rasmus
Vikas Rawal vikasli...@agrarianresearch.org writes: Org-ref is very functional and has so far been able to deal with much of my needs. So, I just hope we are not trying to fix something that is not broken. IMO for the same reason it is attractive to limit *bold* to imply bold. [At one point

[O] [PATCH] Pico change in ORG documentation

2015-02-03 Thread Thierry Pellé
Sorry for the noise, my mailer seems to be fool...

Re: [O] Citations, continued

2015-02-03 Thread Rasmus
Richard Lawrence richard.lawre...@berkeley.edu writes: Hi Rasmus and all, Thanks for your comments! Rasmus ras...@gmx.us writes: #+BEGIN_QUOTE [See @Doe99, pp. 34--45; also @Doe00:year, section 6] [See their article in @Doe99:journal:year.] #+END_QUOTE First, I think we should use

[O] Pico change in ORG documentation

2015-02-03 Thread Thierry Pellé
Hi, I have noticed a typo in the beta 3 manual. Here is a rewriting proposal. Thierry --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index cb31dd6..f5b81aa 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -831,7 +831,7 @@

Re: [O] How to inspect a document and check for the presence of source block language names and support

2015-02-03 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Grant Rettke g...@wisdomandwonder.com writes: My goal is to obtain the following behavior in org mode for a document: 1) Report an error if there is a source block without a language specified 2)

[O] Pico change in ORG documentation

2015-02-03 Thread Thierry Pellé
Hi, I have noticed a typo in the beta 3 manual. Here is a rewriting proposal. Thierry --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index cb31dd6..f5b81aa 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -831,7 +831,7 @@

[O] Pico change in ORG documentation

2015-02-03 Thread Thierry Pellé
Hi, I have noticed a typo in the beta 3 manual. Here is a rewriting proposal. Thierry --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index cb31dd6..f5b81aa 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -831,7 +831,7 @@

[O] Pico change in ORG documentation

2015-02-03 Thread Thierry Pellé
Hi, I have noticed a typo in the beta 3 manual. Here is a rewriting proposal. Thierry --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index cb31dd6..f5b81aa 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -831,7 +831,7 @@

[O] [PATCH] Pico change in documentation

2015-02-03 Thread Thierry Pellé
Hi, I have noticed a typo in the beta 3 manual. Here is a rewriting proposal. Thierry PS: hope this patch is correctly formatted... --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index cb31dd6..f5b81aa 100644 --- a/doc/org.texi

Re: [O] Bug: 8.2.10 fails to insert diary entry [as opposed to 8.3beta (release_8.3beta-785-gb5d9f4 @ /home/grfz/src/org-mode/lisp/)]

2015-02-03 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou m...@nicolasgoaziou.fr [02. Feb. 2015]: Gregor Zattler telegr...@gmx.net writes: from the agenda I want to add an entry to the diary. When I do emacs24 -Q -nw M-x org-mode M-x org-agenda a i d I get: Diary entry: [d]ay [w]eekly [m]onthly [y]early

Re: [O] Bug: agenda interaction with org-agenda-dim-blocked-tasks, org-agenda-max-entries and org-enforce-todo-dependencies [8.3beta (release_8.3beta-785-gb5d9f4 @ /Users/yn/dotfiles/org.emacs.d/org-m

2015-02-03 Thread Nicolas Goaziou
Hello, Yuri Niyazov yuri.niya...@gmail.com writes: This starts happening when org-agenda-dim-blocked-tasks is set to invisible. What seems to happen is that the blocked tasks, even though they are invisible, are still counted towards org-agenda-max-entries. AFAIU, even though they are

[O] fix confirmed (was: Re: Bug: org-agenda-diary-entry messes with datetree in org-agenda-diary-file [8.3beta (release_8.3beta-785-gb5d9f4 @ /home/grfz/src/org-mode/lisp/)])

2015-02-03 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou m...@nicolasgoaziou.fr [02. Feb. 2015]: Gregor Zattler g...@gmx.de writes: adding a date to the datetree in the org-agenda-diary-file produces a mess: - emacs-snapshot -Q -L /home/grfz/src/org-mode/lisp/ -nw –eval (setq org-agenda-diary-file /tmp/diary.org) -