Re: [O] Dired-like agenda

2014-06-07 Thread Thorsten Jolitz
Samuel Wales samolog...@gmail.com writes: Here is a brainstorm/RFC/FR. It is not entirely worked out, but it gives the flavor. The idea is to make Org agenda act more like Dired for consistency. Comments? sounds definitely interesting, especially with the same keybindings like in dired

Re: [O] #+INCLUDE: myfile.html html does not include /literally/; Org processes

2014-06-07 Thread Achim Gratz
Nicolas Goaziou writes: On second thought, we shouldn't bother too much about it, let the user provide any keyword, and turn it into a block of the same name. So, for example, both #+include: file.html html and #+include: file.html center are valid, even though the second one makes

[O] [BUG] org-log-note-how defined twice in org.el

2014-06-07 Thread Thorsten Jolitz
Hi List, I assume this shouldn't be the case (in org.el): , | 13097:(defvar org-log-note-how) | 13496:(defvar org-log-note-how nil) ` -- cheers, Thorsten

[O] Sauron and Org-mode

2014-06-07 Thread Doyley, Marvin
Hi there, Yesterday I discovered Sauron and now I am trying it out. However, for some reason I can't get it to work. More specifically, it runs, but appointments (due within the next 15 min) that I have included in my org-agenda-file doesn't show up. Could someone tell me what I am doing wrong.

Re: [O] #+INCLUDE: myfile.html html does not include /literally/; Org processes

2014-06-07 Thread Nicolas Goaziou
Hello, Achim Gratz strom...@nexgo.de writes: Here's the patch for this: Thank you. Some comments follow. +If markup is requested, the included content will be placed within an +appropriate block@footnote{While you can request paragraphs (@samp{verse}, +@samp{quote}, @samp{center}), there

[O] Control flow in org-todo drives me crazy

2014-06-07 Thread Thorsten Jolitz
Hi List, assume I call `org-todo' with this in my init.el: , | (setq org-todo-keywords | (quote |((sequence TODO(t) NEXT(n) | DONE(d!/!)) | (sequence | WAITING(w@/!) HOLD(h@/!) | | CANCELLED(c@/!)

Re: [O] a minor patch to awk invocation

2014-06-07 Thread Eric Schulte
Greg Minshall minsh...@acm.org writes: though, in the spirit of no good deed goes unpunished: #+name: foo | a | b | c | #+begin_src awk :var a=foo BEGIN{ print a; } #+end_src gives an error (and, ':var a=this is a test' doesn't behave as one might expect). i haven't looked at

Re: [O] a minor patch to awk invocation

2014-06-07 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte writes: Thanks for pointing out this shortcoming and for suggesting the command-line variable assignment option. I've just pushed up a patch which changes the behavior of awk code blocks to assign variables on the command line, so the

Re: [O] Adding source location information when tangling

2014-06-07 Thread Eric Schulte
Hi Thomas, I believe the `org-babel-tangle-comment-format-beg' and `org-babel-tangle-comment-format-end' variable should provide the functionality you desire. Hi, Eric, Thank you, though I'm afraid I'm still having trouble getting the right result. The closest I've come is with this

Re: [O] a minor patch to awk invocation

2014-06-07 Thread Achim Gratz
Eric Schulte writes: I can't reproduce these problems. Could you provide examples, and maybe a stack traces? The tests have all been done with make vanilla and testing/examples/ob-awk-test.org. The test failure is: --8---cut here---start-8--- ((tset:

Re: [O] a minor patch to awk invocation

2014-06-07 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte writes: I can't reproduce these problems. Could you provide examples, and maybe a stack traces? The tests have all been done with make vanilla and testing/examples/ob-awk-test.org. The test failure is: [...] I've no idea how to get at

[O] bug#17724: 24.4.50; regression: error `recenter'ing a window that does not display current-buffer. when opening org-mode file

2014-06-07 Thread Glenn Morris
Eli Zaretskii wrote: Bastien, could you please look into this? This is like forwarding every Emacs bug to Stefan. I suggest instead reassigning the bug to org-mode (or emacs,org-mode), then simply posting a reply in the normal way. It will then go to the emacs-orgmode mailing list (which is

[O] Do not export single newlines to latex

2014-06-07 Thread Alexander Baier
Hello org-moders! I am writing a document for which my main export target is latex. To obtain reasonable diffs wrt version control systems, I use one line per sentence in addition to =visual-line-mode= as was mentioned in this post last November http://thread.gmane.org/gmane.emacs.orgmode/78332.

[O] Starting ordered list with a different value

2014-06-07 Thread Vikas Rawal
The manual says: If you want a list to start with a different value (e.g., 20), start the text of the item with [@20]4. “ The following does not work for me: [@6]. by 2030 reduce by 50% global food waste at retail and consumer level My Org-version is: Org-mode version 8.2.6

Re: [O] Starting ordered list with a different value

2014-06-07 Thread Vikas Rawal
This works: 6. [@6] by 2030 reduce by 50% global food waste at retail and consumer level May be an example in the manual would make it clearer. Vikas On 07-Jun-2014, at 7:46 pm, Vikas Rawal vikasli...@agrarianresearch.org wrote: The manual says: If you want a list to start with a different

Re: [O] a minor patch to awk invocation

2014-06-07 Thread Achim Gratz
Eric Schulte writes: Are these failures only present *after* these recent changes to ob-awk? I can't think of how these changes could be related to this STDIN error. Yes, they've just started with the second commit (the first one broke the tests in a different way as you may know). I would be

[O] Sauron and Org-mode

2014-06-07 Thread Doyley, Marvin M.
I go this to work. It turns out that it works only for appointments not deadlines or schedule. Cheers, M

Re: [O] babel C, C++, D enhancement

2014-06-07 Thread Thierry Banel
Thanks Eric for your feed-back. Bastien told me the same as you about the commit message. So I will take time to clear all those issues. Le 06/06/2014 18:31, Eric Schulte a écrit : Hi Thierry, This looks wonderful, however after applying this patch I get the following errors when running

Re: [O] Dired-like agenda

2014-06-07 Thread Thierry Banel
+1 Le 07/06/2014 07:11, Samuel Wales a écrit : Here is a brainstorm/RFC/FR. It is not entirely worked out, but it gives the flavor. The idea is to make Org agenda act more like Dired for consistency. For example, we might have commands like: 1) %m -- mark headers with regexp 2) %g

Re: [O] Automatic ordered lists with intelligent decimalization?

2014-06-07 Thread Lawrence Bottorff
Besides the stackoverflow idea, my kludge is #+STARTUP: hidestars * 1 ** 1.1 ** 1.2 ** 1.3 *** 1.3.1 *** 1.3.2 1.3.2.1 * 1.3.2.1.1 * 1.3.2.1.2 Does anyone know where this sort of thing resides? Emacs outline? On Sat, Jun 7, 2014 at 8:58 AM, Nicolas Goaziou

Re: [O] Org Converge: Configuration management with Org Babel

2014-06-07 Thread Grant Rettke
Hi Waldemar, Would this be used in parallel with org-mode? Would it replace it or complement it? I'm not very familiar with what you are trying to replace or augment. Kind regards, gcr Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi g...@wisdomandwonder.com |

[O] bug#17724: 24.4.50; regression: error `recenter'ing a window that does not display current-buffer. when opening org-mode file

2014-06-07 Thread Bastien
Glenn Morris r...@gnu.org writes: Eli Zaretskii wrote: Bastien, could you please look into this? This is like forwarding every Emacs bug to Stefan. I suggest instead reassigning the bug to org-mode (or emacs,org-mode), then simply posting a reply in the normal way. It will then go to the

Re: [O] a minor patch to awk invocation

2014-06-07 Thread Greg Minshall
thanks -- nice!

Re: [O] Collapse LaTeX source before start of main document?

2014-06-07 Thread Eric Schulte
Eric Schulte schulte.e...@gmail.com writes: Matt Lundin m...@imapmail.org writes: Chris Malone chris.m.mal...@gmail.com writes: (Note: When using gmail, please adjust the settings to send your messages as plain text only instead of multipart/alternative.) When I include the actual

[O] Is s TAB supposed to expand into upper case #+BEGIN_SRC?

2014-06-07 Thread Grant Rettke
Hi, When I type s TAB it is expanded into #+BEGIN_SRC #+END_SRC Is supposed to expand into upper case letters? For some reason, my system won't tangle blocks that are all upper case, instead only all lower case is tangled. Kind regards, Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM,

Re: [O] bug in org-icalendar--combine-files?

2014-06-07 Thread Nicolas Goaziou
Hello, Chris Poole li...@chrispoole.com writes: I wrote a function to export scheduled, done tasks to iCalendar[1]. All works well, but I noticed that before the function is run, my agenda views only show upcoming scheduled tasks (I globally have agendas not show done scheduled or deadline

Re: [O] Is s TAB supposed to expand into upper case #+BEGIN_SRC?

2014-06-07 Thread Thorsten Jolitz
Grant Rettke g...@wisdomandwonder.com writes: Hi, When I type s TAB it is expanded into #+BEGIN_SRC #+END_SRC Is supposed to expand into upper case letters? you can customize org-structure-template-alist, e.g.:

Re: [O] Automatic ordered lists with intelligent decimalization?

2014-06-07 Thread Alexander Baier
On 2014-06-07 20:34 Lawrence Bottorff wrote: Besides the stackoverflow idea, my kludge is #+STARTUP: hidestars * 1 ** 1.1 ** 1.2 ** 1.3 *** 1.3.1 *** 1.3.2 1.3.2.1 * 1.3.2.1.1 * 1.3.2.1.2 Does anyone know where this sort of thing resides? Emacs outline? What do you

Re: [O] Is s TAB supposed to expand into upper case #+BEGIN_SRC?

2014-06-07 Thread Thorsten Jolitz
Grant Rettke g...@wisdomandwonder.com writes: #+BEGIN_SRC #+END_SRC Is supposed to expand into upper case letters? or put this in your init.el: #+BEGIN_SRC emacs-lisp (setq org-structure-template-alist (quote ((s #+begin_src ?\n\n#+end_src src lang=\?\\n\n/src)

[O] org-table: missing vertical boundary when exported

2014-06-07 Thread Shiyuan
Hi, I am following the manual example http://orgmode.org/worg/org-tutorials/tables.html. But the two vertical boundary line on the very left and right is not showing up when exported to html. Anything I am missing? Thanks. | | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |

Re: [O] org-table: missing vertical boundary when exported

2014-06-07 Thread Thorsten Jolitz
Shiyuan gshy2...@gmail.com writes: Hi, I am following the manual example http://orgmode.org/worg/org-tutorials/tables.html. But the two vertical boundary line on the very left and right is not showing up when exported to html. Anything I am missing? Thanks. | | N | N^2 | N^3 | N^4 |

Re: [O] Is s TAB supposed to expand into upper case #+BEGIN_SRC?

2014-06-07 Thread Grant Rettke
Thank you Thorsten. Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since I have been forced to stop taking it seriously.”

Re: [O] org-table: missing vertical boundary when exported

2014-06-07 Thread Shiyuan
I use Emacs 24.3.9, org 8.2.6. I viewed the html on Chrome/Firebox. I don't use emacs-w3m. But could it be the problem of browsers? Thanks. On Sat, Jun 7, 2014 at 2:40 PM, Thorsten Jolitz tjol...@gmail.com wrote: Shiyuan gshy2...@gmail.com writes: Hi, I am following the manual example

Re: [O] org-table: missing vertical boundary when exported

2014-06-07 Thread Thorsten Jolitz
Shiyuan gshy2...@gmail.com writes: I use Emacs 24.3.9, org 8.2.6. I viewed the html on Chrome/Firebox. I don't use emacs-w3m. But could it be the problem of browsers? Thanks. hmm ... no idea, but I attach the html, so you can compare that. Title: tmp tmp N N2 N3

[O] How to create non-inheritable properties?

2014-06-07 Thread Grant Rettke
Hi, My org file has a lot of text in it. It really needs to be in the same file though, so it is a big file. When I org-babel-tangle, I would like to speed it up as it takes 8 minutes. One thought; if I mark the headings that should neither export nor tangle, at all, with this: :PROPERTIES: