Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-19 Thread Ian Barton
On 19/11/13 01:40, Christopher W. Ryan wrote: Not sure citational is even a word, but hopefully it conveys my meaning! I've been using LaTeX for academic writing and reading for quite some time, with emacs as my editor. I'm pretty familiar with managing a .bib file containing all the references

Re: [O] patch proposal for org-clock-time% with day

2013-11-19 Thread Bastien
Hi Marco, can you send it as a patch? It helps spotting the difference. Clone the git repo, edit the file, save the buffer, then simply do `C-x v =' to create a new buffer with the diff. This is from a recent Emacs, but not so recent. Thanks, -- Bastien

Re: [O] [PATCH] org-compat: Support for getting data from Windows clipboard

2013-11-19 Thread Bastien
Hi Alexander, can you test the attached patch and let me know if it works for you? Thanks, diff --git a/lisp/org-compat.el b/lisp/org-compat.el index b714f13..2eea724 100644 --- a/lisp/org-compat.el +++ b/lisp/org-compat.el @@ -350,7 +350,8 @@ Works on both Emacs and XEmacs. (or

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-19 Thread Karl Voit
Hi Christopher! * Christopher W. Ryan cr...@binghamton.edu wrote: I've come to org-mode more recently. I'm trying to imagine how I might use it to manage my personal library. I have summarized how I manage my papers and references with Org-mode here:

Re: [O] links to attachments don't export anymore

2013-11-19 Thread Myles English
Nicolas, · Nicolas Goaziou n.goaz...@gmail.com wrote: Done for `org-entry-properties'. The regression should be fixed now. Thank you for the report. Thanks very much, I'll test it soon. Myles

[O] Is it possible to repeat a block of org-mode text on export, maybe with replacement?

2013-11-19 Thread Gary Oberbrunner
I don't know if this is beyond the capabilities of org-mode or not. I'd like to have a block of text repeated multiple times with slight variations. For the sake of the example, a numbered list: 1. this is the first line 1. this is the second line with %VARIANT% as the value 1. this is the

Re: [O] Lisp code blocks fail

2013-11-19 Thread Eric Schulte
Hi Tom, Sorry about the slow reply, I've been busy as usual. I just pushed up a fix for this problem. As you've discovered, the slime function returns a two-element list holding any strings written to STDOUT, and the value of the evaluated code. In two different places org-babel-execute:lisp

Re: [O] Is it possible to repeat a block of org-mode text on export, maybe with replacement?

2013-11-19 Thread Thorsten Jolitz
Gary Oberbrunner ga...@oberbrunner.com writes: I don't know if this is beyond the capabilities of org-mode or not.  I'd like to have a block of text repeated multiple times with slight variations.  For the sake of the example, a numbered list: 1. this is the first line 1. this is the second

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-19 Thread Eric Schulte
Ian Barton li...@wilkesley.net writes: On 19/11/13 01:40, Christopher W. Ryan wrote: Not sure citational is even a word, but hopefully it conveys my meaning! I've been using LaTeX for academic writing and reading for quite some time, with emacs as my editor. I'm pretty familiar with managing

Re: [O] Is it possible to repeat a block of org-mode text on export, maybe with replacement?

2013-11-19 Thread Eric Schulte
Gary Oberbrunner ga...@oberbrunner.com writes: I don't know if this is beyond the capabilities of org-mode or not. I'd like to have a block of text repeated multiple times with slight variations. For the sake of the example, a numbered list: 1. this is the first line 1. this is the second

Re: [O] Is it possible to repeat a block of org-mode text on export, maybe with replacement?

2013-11-19 Thread Thomas S. Dye
Hi Gary, I came up with this, which uses example blocks. #+name: example #+begin_example 1. this is the first line 2. this is the second line with %VARIANT% as the value 3. this is the third line #+end_example #+name: repeated-text #+header: :results raw #+header: :var x= #+header: :var

[O] [Exporter] Application order of transcode and filter functions?

2013-11-19 Thread Thorsten Jolitz
Hi List, when exporting an Org file, is the order in which things happen: 1. transcode all elements 2. filter all elements or rather 1. transcode and filter one element 2. transcode and filter the next element 3. ... ? -- cheers, Thorsten

Re: [O] [Exporter] Application order of transcode and filter functions?

2013-11-19 Thread Nicolas Goaziou
Hello, Thorsten Jolitz tjol...@gmail.com writes: when exporting an Org file, is the order in which things happen: 1. transcode all elements 2. filter all elements or rather 1. transcode and filter one element 2. transcode and filter the next element The latter. Regards, -- Nicolas

Re: [O] Lisp code blocks fail

2013-11-19 Thread Thomas S. Dye
Hi Eric, No problem with the slow reply. Thanks for the fix, which gets me back up and running. All the best, Tom Eric Schulte schulte.e...@gmail.com writes: Hi Tom, Sorry about the slow reply, I've been busy as usual. I just pushed up a fix for this problem. As you've discovered, the

[O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

2013-11-19 Thread Sebastien Vauban
Glenn Morris wrote: Apparently this is fixed: http://lists.gnu.org/archive/html/emacs-orgmode/2013-11/msg00682.html Sadly, it's only partially fixed: if it is WELL fixed for the original code, the problem comes BACK with the following minimized Emacs file: --8---cut

Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

2013-11-19 Thread Sebastien Vauban
Josh wrote: On Wed, Nov 13, 2013 at 1:27 PM, Sebastien Vauban wrote: (with-eval-after-load org (message Eval this when Org is loaded) (sit-for 3) (message )) the code block in the `with-eval-after-load' is eval'ed twice whenever an Org file is loaded. Have you checked to see what

[O] Refresh buffer properties and local variables

2013-11-19 Thread Thomas S. Dye
Aloha all, I just discovered that refreshing buffer properties, C-c C-c at the top of my Org mode file, resets Local Variables to their default values (I think). At any rate, the Local Variables I set at the end of the file are changed by refreshing buffer properties. Is this intended? I end

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-19 Thread Alan L Tyree
On 20/11/13 03:25, Eric Schulte wrote: Ian Barton li...@wilkesley.net writes: On 19/11/13 01:40, Christopher W. Ryan wrote: Not sure citational is even a word, but hopefully it conveys my meaning! I've been using LaTeX for academic writing and reading for quite some time, with emacs as my

Re: [O] how to make relative file links?

2013-11-19 Thread Samuel Wales
I find that capture creates an absolute file link regardless of the variable. On 11/6/13, David Belohrad da...@belohrad.ch wrote: | org-link-file-path-type is a variable defined in `org.el'. | Its value is adaptive

Re: [O] Refresh buffer properties and local variables

2013-11-19 Thread Nick Dokos
t...@tsdye.com (Thomas S. Dye) writes: Aloha all, I just discovered that refreshing buffer properties, C-c C-c at the top of my Org mode file, resets Local Variables to their default values (I think). At any rate, the Local Variables I set at the end of the file are changed by refreshing

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-19 Thread Eric Schulte
Alan L Tyree alanty...@gmail.com writes: On 20/11/13 03:25, Eric Schulte wrote: Ian Barton li...@wilkesley.net writes: On 19/11/13 01:40, Christopher W. Ryan wrote: Not sure citational is even a word, but hopefully it conveys my meaning! I've been using LaTeX for academic writing and

Re: [O] how to make relative file links?

2013-11-19 Thread Nick Dokos
Samuel Wales samolog...@gmail.com writes: I find that capture creates an absolute file link regardless of the variable. That's correct: the variable is only used by org-insert-link. Capture uses org-store-link which stores an absolute link. Since you can initiate a capture from an arbitrary

Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

2013-11-19 Thread Nick Dokos
Sebastien Vauban sva-n...@mygooglest.com writes: Glenn Morris wrote: Apparently this is fixed: http://lists.gnu.org/archive/html/emacs-orgmode/2013-11/msg00682.html Sadly, it's only partially fixed: if it is WELL fixed for the original code, the problem comes BACK with the following

Re: [O] how to make relative file links?

2013-11-19 Thread Samuel Wales
Actually, I wanted a link to a headline in the same file. On 11/19/13, Nick Dokos ndo...@gmail.com wrote: Samuel Wales samolog...@gmail.com writes: I find that capture creates an absolute file link regardless of the variable. That's correct: the variable is only used by org-insert-link.

[O] How to publish a whole website resource with org-publish, and how to set :components () ?

2013-11-19 Thread chris
1. What I want to do: I want to publish *all* my resources(which I choose) to public. It means any filetype files under the :base-directory. And I hope my org file inline source code, babel, inline images etc can be displayed correctly. Anyway, just like a normal website. (This sentence is not a

[O] How to get notify from Org-mode's clock, timestamps, and appointments etc with in modeline or with notify-send etc programs ?

2013-11-19 Thread chris
I want to good way to notify me about Org-mode's clock, timestamps, effort estimates and appointments etc with in Emacs's modeline or with notify programs like notify-send. And I hope this notify solution also can work for calendar events, new email's arrival, and IRC notification. (I know maybe

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-19 Thread Alan L Tyree
On 20/11/13 14:37, Eric Schulte wrote: Alan L Tyree alanty...@gmail.com writes: On 20/11/13 03:25, Eric Schulte wrote: Ian Barton li...@wilkesley.net writes: On 19/11/13 01:40, Christopher W. Ryan wrote: Not sure citational is even a word, but hopefully it conveys my meaning! I've been

[O] ob-python session output

2013-11-19 Thread Kyle Meyer
Hello, I've been having some issues with the output of babel python session blocks. They do not seem to be properly processing python shell characters and leading spaces in the output. For the examples that follow, the only user configuration is the loading of python. #+BEGIN_SRC elisp :results