Re: [O] open file link in dired?

2014-12-10 Thread Marcin Borkowski
Hi, please note that I did not read the original message, but does this help? http://mbork.pl/2013-10-06_Links_to_directories_in_Org-mode_files Best, mb On 2014-12-10, at 08:48, Alan Schmitt wrote: (I replied to Steve directly but forgot to copy the list. Here it is.) On 2014-12-09 19:05,

Re: [O] open file link in dired?

2014-12-10 Thread Alan Schmitt
On 2014-12-10 10:51, Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi, please note that I did not read the original message, but does this help? http://mbork.pl/2013-10-06_Links_to_directories_in_Org-mode_files I think it's different: the goal here is too reveal the file in its enclosing

[O] Is it possible for the clock table to display only clocked activities between two timestamps?

2014-12-10 Thread Marcin Borkowski
More precisely, I'd like to have a clock report, say, from today 6:00 until now? I tried with :tstart/:tend, but didn't succeed. (This is what I naively tried: #+BEGIN: clocktable :maxlevel 2 :scope subtree :tstart 2014-12-10 wed 06:00 :tend 2014-12-10 wed 23:59 ) TIA, -- Marcin Borkowski

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-10 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: I think required definitions should be extracted from the included file and inserted at the end of the source file, without any footnote section. The hard solution. I will look into it. It may not be that hard,

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-10 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Rasmus ras...@gmx.us writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: I think required definitions should be extracted from the included file and inserted at the end of the source file, without any footnote section. The hard solution.

Re: [O] Is it possible for the clock table to display only clocked activities between two timestamps?

2014-12-10 Thread Sebastien Vauban
Marcin Borkowski wrote: More precisely, I'd like to have a clock report, say, from today 6:00 until now? I tried with :tstart/:tend, but didn't succeed. This is what I naively tried: #+BEGIN: clocktable :maxlevel 2 :scope subtree :tstart 2014-12-10 wed 06:00 :tend 2014-12-10 wed 23:59

[O] org-plus-contrib yes, org no!

2014-12-10 Thread Sharon Kimble
I have this as part of my init.org - --8---cut here---start-8--- (unless package-archive-contents;; Refresh the packages descriptions (package-refresh-contents)) (setq package-load-list '(all)) ;; List of packages to load (unless (package-installed-p

[O] [org-babel R] Difference between output in RStudio and in Org Babel

2014-12-10 Thread Sebastien Vauban
Hello, I have yet another [1] code chunk that produces very different results whether it's executed in RStudio or in an Org document. Here is the code: #+begin_src R :results value replace :rownames yes :colnames yes df.str - 'liste,nb item31\nitem80,2 item52,1' df -

[O] Entering Repeating Scheduled Tasks in the Minibuffer

2014-12-10 Thread Kenneth Jacker
Good day! Is there a way that I can specify a scheduled task's repeat period within a single time specification in the minibuffer? I thought something like this would work: Dec 25 +1y but it neither inserts the repeater nor gives any error message. I've tried various things and

[O] How do I stop org-info.js showing all children recursively?

2014-12-10 Thread Daniele Parisi
When org-info.js is in (org-like) folding mode and you click on a heading, it expands showing all of its childrend headings recursively. Is there a way so that it shows only the first children headings? Instead of this: * A Expanding into * A ** B1 *** C1 *** C2

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-10 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: I'm curious about the hash table. (info (elisp) Hash Tables) says For smaller tables (a few tens of elements) alists may still be faster [than hash tables]. True, but then, both a small table and a small alist are very fast. OTOH, hash tables scale better. For

Re: [O] Is it possible for the clock table to display only clocked activities between two timestamps?

2014-12-10 Thread Marcin Borkowski
On 2014-12-10, at 14:00, Sebastien Vauban wrote: Marcin Borkowski wrote: More precisely, I'd like to have a clock report, say, from today 6:00 until now? I tried with :tstart/:tend, but didn't succeed. This is what I naively tried: #+BEGIN: clocktable :maxlevel 2 :scope subtree :tstart

Re: [O] Is it possible for the clock table to display only clocked activities between two timestamps?

2014-12-10 Thread Marcin Borkowski
On 2014-12-10, at 17:48, Marcin Borkowski wrote: :tstart 2014-12-10 :tend 2014-12-11 will work. Not tested with hours, though... It is exactly hours I need. I often work past midnight, and I really would like the day to start at, say 3:00. If this is not possible (AFAIK, it's not), I'd

Re: [O] open file link in dired?

2014-12-10 Thread Steven Arntson
Alan Schmitt alan.schm...@polytechnique.org writes: On 2014-12-10 10:51, Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi, please note that I did not read the original message, but does this help? http://mbork.pl/2013-10-06_Links_to_directories_in_Org-mode_files I think it's different:

[O] Several org-entities to be fixed.

2014-12-10 Thread Konstantin Kliakhandler
Hello, On all the computers I've used so far, including: Windows[8, 8.1] , OSX[Mavericks,Yosemite], debian[wheezy], ubuntu[14.04.1], I've seen the same problem: the org-entities symbols for phi and varphi were inverted, and the symbol for setminus was displayed as a W with a strike-through.

[O] [PATCH] Adding org-babel support for rust (ob-rust.el)

2014-12-10 Thread Philip Munksgaard
Dear org-mode developers I've been working on adding support for rust in org-babel, and this is what I've come up with so far. It's basically just a modification of ob-C.el. The branch is viewable at [0], but so far the only commit is [1]. I've also attached an example of how it works. Note that

Re: [O] problems with INCLUDE, noweb and tangle

2014-12-10 Thread ablepharus
Sebastien Vauban sva-n...@mygooglest.com writes: Daniele Pizzolli wrote: Or use the Library of Babel, if the code you wanna tangle gets eventually used in many different files? I tried that yesterday and ran into some trouble, I've set :noweb yes for all C++ blocks in the files and it seems

[O] org-babel for prolog

2014-12-10 Thread Bjarte Johansen
Hi, I have started to implement org-babel support for (swi-)prolog. I have gotten to the point where I can execute a goal in an external process and have the result show up in the org file. I am now working on getting the session to work correctly. It runs and prints, but it doesn’t do the

[O] Patch to implement sorting Org tables by IP address

2014-12-10 Thread Jon Snader
There is currently no easy way to sort an Org table by IP address. The only method I could find involves selecting the IP addresses in a rectangle and piping them to sort with a complicated sort recipe. Even though I am not a system administrator, I sometimes need to maintain tables that I’d

Re: [O] table formula help...

2014-12-10 Thread Michael Brand
Hi Thierry On Tue, Dec 9, 2014 at 11:35 PM, Thierry Banel tbanelweb...@free.fr wrote: A clean design has been implemented for handling empty cells. Very good. On output, empty cells are generated when the aggregation function does not have enough input. For instance, =mean= needs at least

Re: [O] table formula help...

2014-12-10 Thread Michael Brand
Hi Thierry On Mon, Dec 8, 2014 at 11:32 PM, Thierry Banel tbanelweb...@free.fr wrote: Le 08/12/2014 22:12, Thierry Banel a écrit : Le 07/12/2014 17:48, Michael Brand a écrit : Cool, thank you. As a hint for the user you could add something like @$4 = string(header) etc. to the TBLFMs in the

Re: [O] [dev] New version of org-index.el --- a personal index for org and beyond

2014-12-10 Thread Marc Ihm
Hi Alan, I see the same error, when starting with a vanilla emacs; so these errors were easy to fix (version 3.0.1): http://orgmode.org/w/org-mode.git?p=org-mode.git;a=blob_plain;f=contrib/lisp/org-index.el;hb=HEAD Thanx for reporting ! best regards Marc On 12/09/2014 09:02 PM, Alan

Re: [O] [org-babel R] Difference between output in RStudio and in Org Babel

2014-12-10 Thread Aaron Ecay
Hi Seb, [re-adding the list to cc] 2014ko abenudak 10an, Sebastien Vauban-ek idatzi zuen: FYI, the link is a screen capture image, in this case, not a video! OK, now I feel sheepish. I assumed from the screencast.com URL that there was intended to be some video, for which the image displayed

Re: [O] [PATCH] Second proposal for :session doc

2014-12-10 Thread Aaron Ecay
Hi Thierry, 2014ko abenudak 7an, Thierry Pellé-ek idatzi zuen: Hi, here is a proposal for some change on the :session header doc. Comments are welcome! Thierry diff --git a/doc/org.texi b/doc/org.texi index c1e84d4..45e177e 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -15566,7

Re: [O] Entering Repeating Scheduled Tasks in the Minibuffer

2014-12-10 Thread Pete Ley
PS What is the meaning of (=F) that appears at the end of the minibuffer? I believe this means org has chosen the future option of an ambiguous input. e.g., it is December 10th. I use C-c . to create a timestamp and simply put in 9. The closest date that matches is December 9th, but there is a

Re: [O] table formula help...

2014-12-10 Thread Thierry Banel
Le 10/12/2014 22:06, Michael Brand a écrit : Hi Thierry On Tue, Dec 9, 2014 at 11:35 PM, Thierry Banel tbanelweb...@free.fr wrote: On output, empty cells are generated when the aggregation function does not have enough input. For instance, =mean= needs at least one value, otherwise a

Re: [O] unlinking links

2014-12-10 Thread Adam Spiers
On Thu, Dec 04, 2014 at 06:07:53PM +0100, Nicolas Goaziou wrote: Adam Spiers orgm...@adamspiers.org writes: On Thu, Nov 06, 2014 at 08:30:08PM -0500, John Kitchin wrote: Adam Spiers orgm...@adamspiers.org writes: Is it just me or is there no quick way to remove the link from some

Re: [O] FR: refile-and-link

2014-12-10 Thread Adam Spiers
On Thu, Dec 04, 2014 at 07:21:30PM -0500, Kyle Meyer wrote: Adam Spiers orgm...@adamspiers.org wrote: Forgive me if this has already been implemented, but I couldn't see it... I don't know of a command that does this. I'm looking for something similar to the extract method operation

[O] Bug: org-babel-script-escape misses a lonely double quote [8.2.10 (8.2.10-23-g1ec416-elpaplus @ c:/Users/jowik/.emacs.d/elpa/org-plus-contrib-20141208/)]

2014-12-10 Thread Johan W . Klüwer
I encountered a problem with unmatched double quotes in an org-babel table of results. Seems like the issue lies with escaped double quotes: (org-babel-script-escape [[\a\, \b]]) returns error Invalid read syntax: ] in a list. Adding the following after line 41 of

Re: [O] org-plus-contrib yes, org no!

2014-12-10 Thread Grant Rettke
My system is Emacs `24.4.1' and Org `8.2.10' using Package package to install org-plus-contrib and it does not install org in addition to org-plus-contrib. On Wed, Dec 10, 2014 at 8:16 AM, Sharon Kimble boudic...@skimble.plus.com wrote: I have this as part of my init.org -

Re: [O] org-plus-contrib yes, org no!

2014-12-10 Thread Sharon Kimble
Grant Rettke g...@wisdomandwonder.com writes: My system is Emacs `24.4.1' and Org `8.2.10' using Package package to install org-plus-contrib and it does not install org in addition to org-plus-contrib.  Thanks Grant. My emacs version is in the sig, and my org-version is Org-mode version

Re: [O] org-plus-contrib yes, org no!

2014-12-10 Thread Alexis
Sharon Kimble writes: My emacs version is in the sig, and my org-version is Org-mode version 8.2.10 (8.2.10-23-g1ec416-elpaplus @ /home/boudiccas/.emacs.d/elpa/org-plus-contrib-20141208/) so we're in agreement, but still it happens. I've checked everywhere in my init.org and I don't have a

Re: [O] [dev] New version of org-index.el --- a personal index for org and beyond

2014-12-10 Thread Alan Schmitt
On 2014-12-10 22:26, Marc Ihm m...@ihm.name writes: Hi Alan, I see the same error, when starting with a vanilla emacs; so these errors were easy to fix (version 3.0.1): http://orgmode.org/w/org-mode.git?p=org-mode.git;a=blob_plain;f=contrib/lisp/org-index.el;hb=HEAD It works great now,

Re: [O] open file link in dired?

2014-12-10 Thread Alan Schmitt
On 2014-12-10 11:07, Steven Arntson ste...@stevenarntson.com writes: For me, I'll construct a list of project files in an org-mode buffer. Then I'll be able to easily visit those files in a dired directory and do whatever I need to (usually copying the files to a stick drive or other portable

Re: [O] [PATCH] Second proposal for :session doc

2014-12-10 Thread abonnements
Hello thanks for this. ^ ^^ ^^^ Sorry, but my English needs to be improved, but my French is not even better :-D ...it’s until the interpreter process exit... I will use your reformulation; I know just a little about the background or the internals. “If the session name is empty,