[O] Repeated task, every other day, at a specific time, but how?

2015-10-30 Thread Sharon Kimble
I'm trying to schedule a task, which is a habit, for every other day at 0900, like this - --8<---cut here---start->8--- ** TODO put slow cooker on for tea SCHEDULED: <2015-10-28 Wed 09:00 .+2> :PROPERTIES: :LAST_REPEAT: [2015-09-09 Wed 07:17] :END: :LOGBOOK:

[O] TODO items which do not appear in the agenda?

2015-10-30 Thread Marcin Borkowski
Hi all, I would like to have some TODO items, so that I can mark some tasks as incomplete; however, I don't want them to appear in the agenda, so that it's not too cluttered. Use case: * Blog ** DONE Blog post idea 1 ** TODO Blog post idea 2 I know about (setq org-agenda-todo-list-sublevels

[O] contributing to work on citations

2015-10-30 Thread Matt Price
So, from the "some projects" thread I have the sense there is a group of users with some interest in improving citation support. What is the best way to kickstart that process? it seems to me that, at a minimum, the following is needed: 1. Finalization of the citation syntax. IIUC, This involves

[O] Babel: How to call code in one org file into another org file

2015-10-30 Thread Lawrence Bottorff
There are many, many Babel examples, but I can't seem to find this functionality: A function in a Lisp code block in one org file is to be called from a Lisp code block in another org file. Is this possible? I know you can stick stuff into your personal "Library of Babel," but I just want to write

Re: [O] Babel: How to call code in one org file into another org file

2015-10-30 Thread Thomas S . Dye
Aloha Lawrence, Lawrence Bottorff writes: > There are many, many Babel examples, but I can't seem to find this > functionality: A function in a Lisp code block in one org file is to be > called from a Lisp code block in another org file. Is this possible? I know > you can

Re: [O] [PATCH] Prevent overwriting of output files from babel calls with nil result

2015-10-30 Thread Éibhear
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/10/15 19:59, Aaron Ecay wrote: > Hi Éibhear, > > Thanks for sending the example. I think it is not expected to > work going forward because the lisp block relies on being able to > pick up the value of ‘params’, which will not be possible now

Re: [O] problems with export and :cache

2015-10-30 Thread Andreas Leha
Hi all, As a follow-up. The caching produces un-expected results for call lines 'in the other direction' as well: Changes in the arguments to the called code block do not invalidate the cache. --8<---cut here---start->8--- * Test Cached Export ** A long

Re: [O] How to hide UP and HOME links ?

2015-10-30 Thread Mehul Sanghvi
I had to use the following CSS entry to make the links invisible: #org-div-home-and-up { font-size: 80%; color: #edf0f2; background-color: #edf0f2; } #org-div-home-and-up a:link, a:visited { color: #edf0f2; background-color: #edf0f2; } to get what I wanted. Is there a

Re: [O] Babel: How to call code in one org file into another org file

2015-10-30 Thread briangpowell .
Could create a named pipe and have one org-mode file write to it and another org-mode file read from it. On Fri, Oct 30, 2015 at 4:55 PM, Thomas S. Dye wrote: > Aloha Lawrence, > > Lawrence Bottorff writes: > > > There are many, many Babel examples, but I

Re: [O] Emacs+org-mode in a Docker?

2015-10-30 Thread briangpowell .
* Here are some of my notes+URL links on some docker+emacs experiments thus far: ** Last I checked some glimmering developments seem to be coming to light in the docker+emacs realm: *** Believe some links below might be stepping-stones for your students, Dr. Kitchin: ** Happily, below, I note

Re: [O] Babel: How to call code in one org file into another org file

2015-10-30 Thread John Kitchin
I don't think this is possible. You probably need some tangling and loading to make it happen the way I understand it. Lawrence Bottorff writes: > There are many, many Babel examples, but I can't seem to find this > functionality: A function in a Lisp code block in one org file is to be > called

Re: [O] Using org-mode with iOS?

2015-10-30 Thread Ken Mankoff
> On Oct 30, 2015, at 07:13, Peter Davis wrote: > > I don't think there will be an IOS version of emacs anytime soon http://gamma-level.com/iphoneos/ports/emacs -k. Please excuse brevity. Sent from pocket computer with tiny non-haptic feedback keyboard.

[O] Using org-mode with iOS?

2015-10-30 Thread Peter Davis
I'm considering replacing my MacBook with an iPad, and I wondered if there's a reasonable way to use org-mode from a tablet. I know there are various mobile apps that can sync with org-mode on a "real" computer, but I'm looking for something more transparent and robust. I don't think there

Re: [O] Markup (=, ~) in word?

2015-10-30 Thread Rainer M Krug
Rasmus writes: > Rainer M Krug writes: > >> Hi >> >> I guess this is not possible (and has been asked before, but I can't >> find it t the moment...)- but how can I export the following markup? >> >>

Re: [O] Bug: cached code blocks should return the same value [8.3.1]

2015-10-30 Thread Aaron Ecay
Hi Benda, 2015ko irailak 18an, Benda Xu-ek idatzi zuen: [...] > However, this feature does not work with cache. In case that "input" > code block takes a long time to evaluate, it is a good idea to cache the > result. But that returns "nil" in subsequent function calls: > >#+name: input

Re: [O] Babel: How to call code in one org file into another org file

2015-10-30 Thread John Kitchin
Odd. I found this I wrote before http://kitchingroup.cheme.cmu.edu/blog/2014/06/24/Using-org-files-like-el-files/ What org version do you have? On October 30, 2015, at 10:15 PM, Lawrence Bottorff wrote: @John Kitchin: I can't seem to find a `org-babel-load-file`.  

Re: [O] Babel: How to call code in one org file into another org file

2015-10-30 Thread Lawrence Bottorff
Org-mode version 8.3.2 (8.3.2-10-g00dacd-elpa @ ../.emacs.d/elpa/org-20151005/) Did you all see my post directly before? The whole LOB idea seems not to work with Lisp/SLIME. . .

Re: [O] Babel: How to call code in one org file into another org file

2015-10-30 Thread Lawrence Bottorff
In my init file I have (custom-set-variables . . . '(org-babel-lob-files (quote ("/home/hercynian/org/babeltest/a.org" "/home/hercynian/org/babeltest/ b.org"))) that, of course, lasted an Emacs reboot after I had set them with customization. But then right after Emacs reboot, looking

[O] Org markup bug ?

2015-10-30 Thread Mehul Sanghvi
I have the following written in an org file: The =\,= allows you to put a Lisp expression there and the =#= is the /replace-count/. Read /*replace-regexp*/ for more information. When I render this in HTML I get the following: The \,= allows you to put a Lisp expression

Re: [O] How to hide UP and HOME links ?

2015-10-30 Thread Nick Dokos
Mehul Sanghvi writes: > I had to use the following CSS entry to make the links invisible: > > #org-div-home-and-up { >     font-size: 80%; >     color: #edf0f2; >     background-color: #edf0f2; > } > > to get what I wanted. > > Is there a better way to do this either via

Re: [O] Babel: How to call code in one org file into another org file

2015-10-30 Thread Lawrence Bottorff
@John Kitchin: I can't seem to find a `org-babel-load-file`.

Re: [O] Babel: How to call code in one org file into another org file

2015-10-30 Thread Lawrence Bottorff
> > > I would use local variables for this--something like (untested): > > # eval: (org-babel-lob-ingest path/to/your/file) > # eval: (sbe "my-add") > # eval: (sbe "multi_x2") > > Computer savvy Org moders don't like eval because anything can happen, > but if you're willing to trust yourself, then

Re: [O] Babel: How to call code in one org file into another org file

2015-10-30 Thread Lawrence Bottorff
Doing M-x org-babel-lob-files called up a customization buffer that allowed me to put in many separate file paths. I did this for ../a.org and ../b.org. a.org: #+name: myadd #+begin_src lisp :session (defun myadd (x y) (+ x y)) #+end_src b.org: #+name: multi_x2 #+begin_src lisp :session

Re: [O] Babel: How to call code in one org file into another org file

2015-10-30 Thread Thomas S . Dye
Aloha Lawrence, Lawrence Bottorff writes: > Doing M-x org-babel-lob-files called up a customization buffer that allowed > me to put in many separate file paths. I did this for ../a.org and ../b.org. > > a.org: > > #+name: myadd > #+begin_src lisp :session > (defun myadd (x y)

[O] Comment lines interfere with figure options

2015-10-30 Thread Mark Edgington
If I have some org-mode content that looks like this... #+NAME: fig-myimage #+CAPTION: Caption of Figure #+ATTR_LaTeX: :width 5cm #+RESULTS: myimage [[file:images/myimage.png]] then I get a centered figure with the appropriate width and caption when exporting to LaTeX. If, however, I add a

[O] How to hide UP and HOME links ?

2015-10-30 Thread Mehul Sanghvi
I have :html-link-home and :html-link-up defined for my project. I also use the org-info.js script for navigation and so end up with two places where the UP and HOME links are available. How do I prevent or hide the UP and HOME links that are in the #org-div-home-and-up HTML div tag? I want to

Re: [O] Using org-mode with iOS?

2015-10-30 Thread Stelian Iancu
On 30/10/15 12:37, Ken Mankoff wrote: On Oct 30, 2015, at 07:13, Peter Davis > wrote: I don't think there will be an IOS version of emacs anytime soon http://gamma-level.com/iphoneos/ports/emacs A big drawback of this port, which is a

[O] Minor regression

2015-10-30 Thread Simon Thum
Hi all, I have a strange symptom when trying to add a line behind a SCHEDULED: line: *** TODO BU SCHEDULED: <2016-01-14 Di>x <-- press CR here I keep getting a message: user-error: No link found and cannot insert that line from the point described. I'm on maint

Re: [O] Using org-mode with iOS?

2015-10-30 Thread Peter Davis
On 10/30/15 7:37 AM, Ken Mankoff wrote: On Oct 30, 2015, at 07:13, Peter Davis > wrote: I don't think there will be an IOS version of emacs anytime soon http://gamma-level.com/iphoneos/ports/emacs Cool! I wonder how it works on an iPad

Re: [O] Comment lines interfere with figure options

2015-10-30 Thread Nicolas Goaziou
Hello, Mark Edgington writes: > If I have some org-mode content that looks like this... > > #+NAME: fig-myimage > #+CAPTION: Caption of Figure > #+ATTR_LaTeX: :width 5cm > #+RESULTS: myimage > [[file:images/myimage.png]] > > then I get a centered figure with the appropriate

Re: [O] small caps

2015-10-30 Thread Christian Moe
Thomas S. Dye writes: > Sorry, I forgot to give an example. I use it like this [[sc:ad][AD]]. > > The advantage of a link over a macro is that the link should export > correctly to both LaTeX and HTML. > > If you intend to export to a single backend, then Nicolas' suggestion to > use a macro is

Re: [O] Regression in Org triggered from helm

2015-10-30 Thread Simon Thum
Thank you, works like a charm! On 10/28/15 13:34, Nicolas Goaziou wrote: Hello, Kyle Meyer writes: Fixed with 1c74002. Thanks for reporting the issue. Thank you for the patch, and the tests. Regards,

Re: [O] TODO items which do not appear in the agenda?

2015-10-30 Thread Nick Dokos
Marcin Borkowski writes: > Hi all, > > I would like to have some TODO items, so that I can mark some tasks as > incomplete; however, I don't want them to appear in the agenda, so that > it's not too cluttered. Use case: > > * Blog > ** DONE Blog post idea 1 > ** TODO Blog post

Re: [O] TODO items which do not appear in the agenda?

2015-10-30 Thread Tory S. Anderson
I'm a little confused; for me, by default, TODO items do NOT appear in the agenda. They only appear if connected to a deadline, date, or schedule item. I have files of hundreds of TODO items that don't appear in agenda unless I give them a date. I think this is the default behavior. Marcin

[O] Filtering properties in agenda view

2015-10-30 Thread Georg Otto
Dear all, I am trying to filter my entries in agenda view by properties According to the orgmode manual, this can be done with C-c a m However for me, C-c a m filters only on tags, not on properties. Also the commands C-c / m and C-c \ give me an error, saying they are undefined. Has anybody

Re: [O] TODO items which do not appear in the agenda?

2015-10-30 Thread Marcin Borkowski
On 2015-10-30, at 15:42, Tory S. Anderson wrote: > I'm a little confused; for me, by default, TODO items do NOT > appear in the agenda. They only appear if connected to a deadline, > date, or schedule item. I have files of hundreds of TODO items > that don't appear

[O] Wrong agenda results in orgmode 8.3.2

2015-10-30 Thread Dr. Martin Zuther
Hi! I've been using org-mode as schedule for a while and simply love it! Last week I tried updating org-mode from version 8.2.9 which is distributed with Emacs to the current version 8.3.2-10-g00dacf (via ELPA). Things worked quite fine, except for certain parts of my agenda where events

[O] 'bare' time stamps

2015-10-30 Thread Subhan Michael Tindall
I'm a fairly well versed org user for managing projects, on a personal level. I'm trying to set up some projects that need to have fixed numbers of hours from other departments distributed among projects and/or users. In order to do this cleanly, I'd like to be able to use 'bare' time stamps and

Re: [O] TODO items which do not appear in the agenda?

2015-10-30 Thread Marcin Borkowski
On 2015-10-30, at 15:38, Nick Dokos wrote: > Don't schedule them? Well, as I wrote a moment ago, I meant the global TODO list, not the agenda. Sorry for the confusion. Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and

[O] Emacs+org-mode in a Docker?

2015-10-30 Thread John Kitchin
Has anyone tried setting up a Docker with an Emacs and org-mode setup? I am looking for some kind of solution like this to use with some students. Any thoughts? Thanks, -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA

[O] Bug: commit 72c3f5e8e breaks diary-style sexp entries

2015-10-30 Thread Stefan-W. Hahn
Hello, commit 72c3f5e8e55ccab8a9793f729bfbaa89f4fab732 Author: Nicolas Goaziou Date: Wed Oct 28 14:41:31 2015 +0100 org-agenda: Fix `org-agenda-get-scheduled' * lisp/org-agenda.el (org-agenda-get-scheduled): Rewrite function. Comment code. Fix

Re: [O] Wrong agenda results in orgmode 8.3.2

2015-10-30 Thread Eric S Fraga
On Friday, 30 Oct 2015 at 12:36, Dr. Martin Zuther wrote: > Hi! > > I've been using org-mode as schedule for a while and simply love it! > > Last week I tried updating org-mode from version 8.2.9 which is > distributed with Emacs to the current version 8.3.2-10-g00dacf (via > ELPA). Things worked

Re: [O] Wrong agenda results in orgmode 8.3.2

2015-10-30 Thread Kyle Meyer
Eric S Fraga writes: [...] > I believe there is a function for fixing such org files but I don't know > where or what it is. Sorry. It's here: http://orgmode.org/Changes.html -- Kyle

Re: [O] Filtering properties in agenda view

2015-10-30 Thread Subhan Michael Tindall
Read a little further down. It's all in the syntax, you have to specify a property name and value. >From the org manual: C-c a m Match: BIB_AUTHOR="Walter Evensong" On Fri, Oct 30, 2015 at 8:13 AM Georg Otto wrote: > Dear all, > > I am trying to filter my entries in agenda

Re: [O] Regression in Org triggered from helm

2015-10-30 Thread Simon Thum
I was a bit early; I am getting this error now: Debugger entered--Lisp error: (wrong-type-argument arrayp nil) replace-regexp-in-string("[ ]+\\'" "" nil) (lambda (s) (replace-regexp-in-string "[ ]+\\'" "" s))(nil) mapconcat((lambda (s) (replace-regexp-in-string "[ ]+\\'" ""

Re: [O] Filtering properties in agenda view

2015-10-30 Thread Eric S Fraga
On Friday, 30 Oct 2015 at 15:10, Georg Otto wrote: > Dear all, > > I am trying to filter my entries in agenda view by properties > > According to the orgmode manual, this can be done with C-c a m > > However for me, C-c a m filters only on tags, not on properties. Also > the commands C-c / m and

Re: [O] Regression in Org triggered from helm

2015-10-30 Thread Kyle Meyer
Simon Thum writes: > I was a bit early; I am getting this error now: > > Debugger entered--Lisp error: (wrong-type-argument arrayp nil) > replace-regexp-in-string("[ ]+\\'" "" nil) > (lambda (s) (replace-regexp-in-string "[]+\\'" "" s))(nil) >

[O] [RFC] [PATCH] bug with babel call lines and cache

2015-10-30 Thread Aaron Ecay
Hello all, In playing around with some of the cache-related issues, I’ve discovered that C-c C-c on the following #+call line will give the following backtrace: , | #+name: foo | #+begin_src emacs-lisp :var bar="baz" | bar | #+end_src | | #+call: foo[:cache yes]("qux") | | #+RESULTS: | :

Re: [O] Emacs+org-mode in a Docker?

2015-10-30 Thread Matt Price
I don't have any thoughts but would love to see what you ocme upwith. Would be great not only for teaching but e.g. for pointing to a working environment for research results. On Fri, Oct 30, 2015 at 12:13 PM, John Kitchin wrote: > Has anyone tried setting up a Docker