Re: [O] [bug] Link to filename beginning by a date opens... the agenda

2014-11-18 Thread Sebastien Vauban
Hello Nick and Nicolas, Nicolas Goaziou wrote: Nick Dokos ndo...@gmail.com writes: And org-return-follows-link is set to t in my case. I was using C-c C-o instead of RET. It should now be fixed in master. Thanks to you both. The face is still wrong (`org-date' instead of `org-link'), but

Re: [O] Selection of TODO entry keyword with S-right arrow

2014-11-18 Thread Sebastien Vauban
Hello Nicolas, Sebastien Vauban wrote: Sebastien Vauban wrote: Up to recently, with the following customization: (setq org-todo-keywords '((sequence NEW(n!) TODO(t!) STRT(s!) WAIT(w!) SDAY(y!) | DONE(d!) CANX(x!)) (sequence QTE(q!) QTD(Q!)

Re: [O] [bug] Link to filename beginning by a date opens... the agenda

2014-11-18 Thread Nicolas Goaziou
Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: The face is still wrong (`org-date' instead of `org-link'), but the link is well opened on RET. Thanks. Fontification has many tiny bugs like this one. It should use the parser instead of plain regexps. However,

Re: [O] [bug] Link to filename beginning by a date opens... the agenda

2014-11-18 Thread Sebastien Vauban
Nicolas Goaziou wrote: Sebastien Vauban writes: The face is still wrong (`org-date' instead of `org-link'), but the link is well opened on RET. Thanks. Fontification has many tiny bugs like this one. It should use the parser instead of plain regexps. However, this is a work that cannot

Re: [O] Bug: Agenda filtering by DEADLINE, SCHEDULED broken [8.3beta (release_8.3beta-575-g1dfa77 @ /home/rwl/src/org-mode/lisp/)]

2014-11-18 Thread Nicolas Goaziou
Hello, Richard Lawrence richard.lawre...@berkeley.edu writes: I'm on master, and after updating recently (to a version after the switch to the new property drawer syntax), some of my agenda views seem to be broken. Specifically, I cannot get any agenda views that compare a timestamp with

Re: [O] org-mode pretty entities has \perp but not \parallel

2014-11-18 Thread Brady Trainor
Rasmus ras...@gmx.us writes: Would you be interested in providing a patch? You would have to add it to org-entities.el, e.g. after the perp entity and then send the patch to this list. I think this works, I did try it, with M-x org-toggle-pretty-entities. (Re: 5th and 6th argument: Is || a

Re: [O] org-mode pretty entities has \perp but not \parallel

2014-11-18 Thread Rasmus
Brady Trainor algeb...@uw.edu writes: Rasmus ras...@gmx.us writes: Would you be interested in providing a patch? You would have to add it to org-entities.el, e.g. after the perp entity and then send the patch to this list. I think this works, I did try it, with M-x

Re: [O] Recording Time - org-clock-sum

2014-11-18 Thread Fredrik Unger
Hi, I found a bug when testing larger files. diff --git a/.emacs b/.emacs index 3579b7a..9bb7e8c 100644 --- a/.emacs +++ b/.emacs @@ -255,7 +255,7 @@ (apply 'encode-time (org-parse-time-string te))) ts (if tstart (max ts tstart) ts) te (if

[O] bug#19014: 25.0.50; Disable Org, Tbl, Text menu items that change buffer when read-only

2014-11-18 Thread Bastien
Hi Drew, Drew Adams drew.ad...@oracle.com writes: There are lots of menu items in the Org menu-bar menus (Org, Tbl, Text) that modify the buffer but are not disabled when the buffer is read-only. They should be - they are no-ops in this context. This is all the more important because there

Re: [O] org-mode pretty entities has \perp but not \parallel

2014-11-18 Thread Brady Trainor
Rasmus ras...@gmx.us writes: Brady Trainor algeb...@uw.edu writes: [ snip ] #+BEGIN_SRC emacs-lisp (parallel \\parallel t parallel; || || %) #+END_SRC Except the ∥ that was somehow eaten in your snip (but OK below). Hmm, not sure where that happened, I'll have to look out for that when

[O] How to access tables headers from within code block?

2014-11-18 Thread Andreas Hilboll
Hi, I have a table like this #+TBLNAME: t_tracers | Trace gas | SCIATRAN alias | |---+| | O3| O3 | | NO2 | NO2| | HCHO | HCHO | | CHOCHO| NO3| | HONO | OCLO | | BRO | BRO

Re: [O] org-mode pretty entities has \perp but not \parallel

2014-11-18 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: Otherwise, I'm happy to submit it for you (though I'm not sure if something like this would go to maint or master...?) Master, please. Regards, -- Nicolas Goaziou

Re: [O] org-contacts search case insensitive

2014-11-18 Thread Martin Gross
I am on Org-mode version 8.3beta and my org-contacts search is case insensitive. Indeed! Thank you very much.

Re: [O] How to access tables headers from within code block?

2014-11-18 Thread Sebastien Vauban
Andreas Hilboll wrote: I have a table like this #+TBLNAME: t_tracers | Trace gas | SCIATRAN alias | |---+| | O3| O3 | | NO2 | NO2| | HCHO | HCHO | | CHOCHO| NO3| | HONO | OCLO | |

[O] Orgmode links trouble with Emacs 24.4 on Windows 7: ShellExecute failed: ...

2014-11-18 Thread AW
hi, I installed Emacs 24.4 on Windows 7. Everything works, except some of my links in orgmode. They worked under Emacs 24.3, and they work with Emacs 24.4 under Linux. The non-working links have a certain structure: I'm using shorcuts. I have a file AW-org-file.el, containing lines like:

Re: [O] Float placement in org-latex

2014-11-18 Thread Pete Ley
org-export-latex-image-default-option is just what I'm looking for, I think. I figured making all the images smaller would do it, I just didn't know if there was a way to do that without putting a #+ATTR_LATEX on every image or something. Thanks!

[O] bug#19014: 25.0.50; Disable Org, Tbl, Text menu items that change buffer when read-only

2014-11-18 Thread Drew Adams
Hi Bastien, There are lots of menu items in the Org menu-bar menus (Org, Tbl, Text) that modify the buffer but are not disabled when the buffer is read-only. They should be - they are no-ops in this context. This is all the more important because there are still plenty of menu items

Re: [O] Bug: Agenda filtering by DEADLINE, SCHEDULED broken [8.3beta (release_8.3beta-575-g1dfa77 @ /home/rwl/src/org-mode/lisp/)]

2014-11-18 Thread Richard Lawrence
Hi Nicolas, Nicolas Goaziou m...@nicolasgoaziou.fr writes: This should be fixed. Thank you for reporting it. I confirm that it is fixed. Thanks so much! -- Best, Richard OpenPGP Key ID: CF6FA646 Fingerprint: 9969 43E1 CF6F A646 (See http://www.ocf.berkeley.edu/~rwl/encryption.html for

Re: [O] Executing org shell blocks on remote machine over ssh

2014-11-18 Thread Brett Viren
David Bjergaard davi...@duke.edu writes: I use org mode as a lab notebook. I write org-src blocks to keep track of tasks I do at the command line, and then I copy paste them into the terminal. I would really like to hit C-c C-c on the source block and have it executed on the remote machine.

Re: [O] Executing org shell blocks on remote machine over ssh

2014-11-18 Thread Andreas Leha
Hi Myles, Myles English mylesengl...@gmail.com writes: Hi Dave, David Bjergaard writes: Hi All, I'm sorry if this has been covered before, I've been searching for a while and haven't found anything. I use org mode as a lab notebook. I write org-src blocks to keep track of tasks I do

[O] How to get remember working properly?

2014-11-18 Thread Sharon Kimble
I am using remember as well as org-capture, meaning that I have them both setup and working, but there are two things that I'm not sure about. This is my remember setup - --8---cut here---start-8--- * remember ** setup remembering #+BEGIN_SRC emacs-lisp

Re: [O] Executing org shell blocks on remote machine over ssh

2014-11-18 Thread Ista Zahn
On Tue, Nov 18, 2014 at 10:43 AM, Brett Viren b...@bnl.gov wrote: David Bjergaard davi...@duke.edu writes: I use org mode as a lab notebook. I write org-src blocks to keep track of tasks I do at the command line, and then I copy paste them into the terminal. I would really like to hit C-c

Re: [O] Executing org shell blocks on remote machine over ssh

2014-11-18 Thread David Bjergaard
Ista Zahn istaz...@gmail.com writes: On Tue, Nov 18, 2014 at 10:43 AM, Brett Viren b...@bnl.gov wrote: David Bjergaard davi...@duke.edu writes: I use org mode as a lab notebook. I write org-src blocks to keep track of tasks I do at the command line, and then I copy paste them into the

Re: [O] Executing org shell blocks on remote machine over ssh

2014-11-18 Thread Ista Zahn
On Tue, Nov 18, 2014 at 1:23 PM, David Bjergaard davi...@duke.edu wrote: Ista Zahn istaz...@gmail.com writes: On Tue, Nov 18, 2014 at 10:43 AM, Brett Viren b...@bnl.gov wrote: David Bjergaard davi...@duke.edu writes: I use org mode as a lab notebook. I write org-src blocks to keep track of

[O] babel, header arguments.

2014-11-18 Thread jenia.ivlev
Hello. I want to go through the book little schemer and take notes interlaced with the code from the book. For this I want to use babel. So lets say there's this function: #+name: my-plus #+begin_src scheme (define my-plus (lambda (x y) (+ x y))) #+end_src And i

Re: [O] Executing org shell blocks on remote machine over ssh

2014-11-18 Thread Brett Viren
David Bjergaard davi...@duke.edu writes: I know this is working against the grain of the literate programming paradigm where the document and the source code are coupled, and tangling the document produces a program that can be executed. I'm just wondering if its possible. If not that's

Re: [O] Executing org shell blocks on remote machine over ssh

2014-11-18 Thread Subhan Michael Tindall
-Original Message- From: emacs-orgmode-bounces+subhant=familycareinc@gnu.org [mailto:emacs-orgmode-bounces+subhant=familycareinc@gnu.org] On Behalf Of David Bjergaard Sent: Tuesday, November 18, 2014 10:23 AM To: Ista Zahn Cc: Brett Viren; emacs-orgmode Mailinglist

Re: [O] Executing org shell blocks on remote machine over ssh

2014-11-18 Thread Brady Trainor
Ista Zahn istaz...@gmail.com writes: [snip] I guess I'm missing something (like why the OP want's to run a shell in a separate window), but why not just #+BEGIN_SRC sh :results output :dir /ssh:lycastus:/home/bviren :session *shell* /bin/pwd echo $HOSTNAME ls -l foo.sh echo ---

Re: [O] Long table with NAME but no CAPTION

2014-11-18 Thread Nicolas Goaziou
Hello, presn...@member.fsf.org writes: So my sugggestion would be for org's latex export to produce no \label{} (and hence no \\) when the table has no caption, or at least I would prefer to have this as an option. Is there some way to achieve this? You can use a table filter to remove

Re: [O] Issue with multiline string variable for JavaScript source code blocks

2014-11-18 Thread Nicolas Goaziou
Hello, Peter Moresi peter.mor...@gmail.com writes: I'm found a bug in ob-js.el when passing multi-line strings into a JavaScript source code blocks. Thanks for your report. The attached org file describes the problem and fix that I'm using to work around the issue. Would you mind

Re: [O] Bug (regression) in org-replace-disputed-keys. Bisected.

2014-11-18 Thread Nicolas Goaziou
Hello, Miro Bezjak bezjak.m...@gmail.com writes: I rather like that `org-read-date` takes over windmove keys during the second or two that I'm using it. By reverting this, I guess I'll have to copy and paste the whole `defvar` just to add `(org-replace-disputed-keys nil)`. I fail to see why

Re: [O] Orgmode links trouble with Emacs 24.4 on Windows 7: ShellExecute failed: ...

2014-11-18 Thread Nicolas Goaziou
Hello, AW alexander.will...@t-online.de writes: I installed Emacs 24.4 on Windows 7. Everything works, except some of my links in orgmode. They worked under Emacs 24.3, and they work with Emacs 24.4 under Linux. The non-working links have a certain structure: I'm using shorcuts. I have a

Re: [O] cannot get an agenda showing logged todos, scheduled todos and clockcheck items at the same time

2014-11-18 Thread Rainer Stengele
Am 17.11.2014 10:03, schrieb Brady Trainor: Hello, Rainer Stengele rainer.steng...@online.de writes: (agenda todays agenda ( (org-agenda-span 'day) (org-agenda-log-mode 'clockcheck) (org-agenda-start-with-log-mode t)

Re: [O] Executing org shell blocks on remote machine over ssh

2014-11-18 Thread Andreas Leha
Hi all, Brady Trainor algeb...@uw.edu writes: Ista Zahn istaz...@gmail.com writes: [snip] I guess I'm missing something (like why the OP want's to run a shell in a separate window), but why not just #+BEGIN_SRC sh :results output :dir /ssh:lycastus:/home/bviren :session *shell*

Re: [O] Issue with multiline string variable for JavaScript source code blocks

2014-11-18 Thread Peter Moresi
Sure, the patch is attached.​ From 2c8214a8e45a6368c709ae26d6d20c7458ebe0dd Mon Sep 17 00:00:00 2001 From: Peter Moresi peter.mor...@pnmac.com Date: Tue, 18 Nov 2014 15:58:17 -0800 Subject: [PATCH] Fix problem passing multiline variables into JS source code block --- lisp/ob-js.el |2 +- 1

[O] Undocumented command: org-table-blank-field (C-c SPC)

2014-11-18 Thread Vicente Vera
Hello. I was browsing Emacs StackExchange and found this question: https://emacs.stackexchange.com/questions/15/how-to-clear-a-cell-in-an-org-mode-table. One of the answers mentions the org-table-blank-field command and that For some reason it's missing from the manual.. I'm using Org

[O] Org-edu-HTML

2014-11-18 Thread Marcin Borkowski
Hi all, as I mentioned some time ago, I started working on a custom exporter from Org to HTML for educational materials. My vision is that there will be (some kind) of syntax in Org (most probably, I'm going to (ab)use the existing syntax) for specifying various kinds of exercises. The project

[O] PATCH: Add JISON to ORG-Babel Supported Languages

2014-11-18 Thread Peter Moresi
Hi, I'm spending a lot of time in org-mode doing literate programming and it does most everything that I need. However, it did not support the jison http://zaach.github.io/jison/try/ compiler generator. So I added it by copying ob-dot.el and making some minor changes. I also wrote instructions

[O] clock gone error, fixing it issues, and K does not clock out

2014-11-18 Thread Samuel Wales
maint. when i am clocking something, when i clock out, it says byte-code: Clock start time is gone. the only way i have found to deal with it is to cancel. messages says: Clock gone, cancel the timer anyway. Clock canceled No active clock. then i have to start the clock again. it offers me a

Re: [O] How to get remember working properly?

2014-11-18 Thread Richard Lawrence
Hi Sharon, Sharon Kimble boudic...@skimble.plus.com writes: #+BEGIN_SRC emacs-lisp (setq org-remember-templates '((Todo ?t * TODO %^{Brief Description} %^g\n%?\nAdded: %U ~/.emacs.d/org/remember.org Tasks) (Journal ?j ** %^{Head Line} %U %^g\n%i%? ~/.emacs.d/org/journal.org)

[O] Bug: wrong type error on load-file in org-babel-load-file when there's nothing to be tangled [8.3beta (release_8.3beta-580-g787733.dirty @ /usr/local/share/emacs/24.4/lisp/org/)]

2014-11-18 Thread Enzo Chi
--text follows this line-- Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.