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 reference
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
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 (x-get-s
Hi Christopher!
* Christopher W. Ryan 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:
https://github.com/novoid/extract_pdf_annotations_to_orgm
Nicolas,
> · Nicolas Goaziou 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
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 third
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 wa
Gary Oberbrunner 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 line with %VARI
Ian Barton 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 a .bib
>
Gary Oberbrunner 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 line with %VARI
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 eg
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
Hello,
Thorsten Jolitz 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 Goaziou
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 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
> slime function r
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 here---
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
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 up
On 20/11/13 03:25, Eric Schulte wrote:
Ian Barton 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 f
I find that capture creates an absolute file link regardless of the variable.
On 11/6/13, David Belohrad wrote:
>> | org-link-file-path-type is a variable defined in `org.el'.
>> | Its value is adaptive
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 refreshi
Alan L Tyree writes:
> On 20/11/13 03:25, Eric Schulte wrote:
>> Ian Barton 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
Samuel Wales 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 location in the file
"Sebastien Vauban"
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 minimized Emacs fi
Actually, I wanted a link to a headline in the same file.
On 11/19/13, Nick Dokos wrote:
> Samuel Wales 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
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
g
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
On 20/11/13 14:37, Eric Schulte wrote:
Alan L Tyree writes:
On 20/11/13 03:25, Eric Schulte wrote:
Ian Barton 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
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
28 matches
Mail list logo