fatkasuvayu+li...@gmail.com writes:
> On Tue, Jul 02, 2013 at 04:27:27PM +0200, Alan Schmitt wrote:
>>
>> If someone can show me how to launch ediff from the command line, I can
>> explain how to set up Unison for it (I found this old question
>> http://superuser.com/questions/81958/how-to-make-e
On 01/07/13 13:06, Xebar Saram wrote:
Hi all
I have been using dropbox since i started using orgmode a few weeks ago
(yeah im a neewb :)), which kinda works but i find it very annoying as
it keeps creating conflicted copies, isnt reliable on my Linux main
machine etc etc..
I was wondering what
l.stelm...@samsung.com (Łukasz Stelmach) writes:
> The docstring says the function returns a *marker*. The function does not
> return org-clock-marker but only the buffer the clock is ticking in. You
> can't:
>
> (goto-char (org-clock-is-active))
>
> which should be possible according to goto-
Hi all,
There seems to be a wrong statement in the description of the value 'strip-export' of header :noweb (Sec. 14.8.2.13) of the manual:
`strip-export' "Noweb" syntax references in the body of the code
block will be expanded before the block is evaluated or tangled.
However, "noweb" syntax
Ian Barton writes:
> I used to use Dropbox and git. However, as you have found I often got
> "Conflicted Files". This is a particular problem if it happens in your
> .git folder, because it can lead to a corrupt git repo. Even though I
> have a remote git repo, this still lead to lots of wasted ti
Hello,
For the first time, I try the "ELPA" version of Org.
When installing it locally, I got 4 warnings:
--8<---cut here---start->8---
In end of data:
ob-C.el:195:1:Warning: the function `org-element-type' might not be defined at
runtime.
In org-get-entr
Hello Christophe,
Christophe Pouzat wrote:
> There seems to be a wrong statement in the description of the value
> strip-export' of header :noweb (Sec. 14.8.2.13) of the manual:
>
> `strip-export' "Noweb" syntax references in the body of the code
> block will be expanded before the block is ev
> Bastien :
> Steinar Bang writes:
>> Hm... I get "invalid key" when pressing 'v' after doing 'C-c a'... am I
>> missing some key binding or other setting?
> `C-c a' should be followed by the key for the agenda view you want to
> display.
Yes, I know.
> `v w' does its job when an agenda vi
Hello,
Carsten Dominik writes:
> this does look like a good change - and hopefully few enough external backends
> have been written for this patch to not pose a problem.
Its almost exclusively an internal change. Only the removal of
`org-export-with-translations' might bite back-end developers,
Hi Nicolas,
Nicolas Goaziou writes:
> I applied the patches.
Is there anything that backend developers (both in core and contrib/)
should change in their code?
Thanks,
--
Bastien
Hello,
Bastien writes:
> Is there anything that backend developers (both in core and contrib/)
> should change in their code?
I don't think so. AFAICT, the only changes needed were in
ox-html/ox-odt/ox-freemind; I took care of them.
Again, you only need to change something if
`org-export-with-
Nicolas Goaziou writes:
> Again, you only need to change something if
> `org-export-with-translations' appears in the code. See
> 758a545fb6da5e3314d609472c0defcee05cf703 for examples.
Okay, thanks.
(This is `org-export-data-with-translations', for those who
check this thread.)
I checked and n
Bastien writes:
> Nicolas Goaziou writes:
>
>> Again, you only need to change something if
>> `org-export-with-translations' appears in the code. See
>> 758a545fb6da5e3314d609472c0defcee05cf703 for examples.
>
> Okay, thanks.
>
> (This is `org-export-data-with-translations', for those who
> chec
All,
I pulled today and since then run into this issue after starting an agenda:
Please help!
Rainer
Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil)
upcase(nil)
(setq key (upcase (match-string 1 ext-setup-or-nil)) value
(org-match-string-no-properties 2 ext-setup-
Completing myself,
> I applied the patches. Now, onto orgtbl-to-*.
Here is an example illustrating the new features provided by quick and
anonymous export back-ends:
#+begin_src emacs-lisp
(defun my-orgtbl-to-csv ()
"Insert a comma separated version of Org table at point.
The table will be ins
Going back to
git checkout f0c2a680568009ad2f93020af8134dbd481070e2
works again, so I assume it could be the following commit.
Rainer
Am 04.07.2013 15:35, schrieb Rainer Stengele:
> All,
>
> I pulled today and since then run into this issue after starting an agenda:
>
> Please help!
>
> Rai
Nicolas Goaziou writes:
> Here is an example illustrating the new features provided by quick and
> anonymous export back-ends:
This is very neat indeed!
--
Bastien
Hi Rainer,
Rainer Stengele writes:
> I pulled today and since then run into this issue after starting an
> agenda:
Can you give a recipe?
Thanks,
--
Bastien
Am 04.07.2013 16:07, schrieb Bastien:
> Hi Rainer,
>
> Rainer Stengele writes:
>
>> I pulled today and since then run into this issue after starting an
>> agenda:
> Can you give a recipe?
>
> Thanks,
>
("01" "agenda - prio A,B todos - sorted prio up - today" ;;
(
;; show ONGOING t
Please send a recipe: a step-by-step way of reproducing the problem,
with minimal config and org file.
--
Bastien
On 4.7.2013, at 16:01, Bastien wrote:
> Nicolas Goaziou writes:
>
>> Here is an example illustrating the new features provided by quick and
>> anonymous export back-ends:
>
> This is very neat indeed!
Wow, indeed.
- Carsten
>
> --
> Bastien
Am 04.07.2013 16:11, schrieb Bastien:
> Please send a recipe: a step-by-step way of reproducing the problem,
> with minimal config and org file.
>
Found it:
Lisp error is triggered by the SETUPFILE option:
#+SETUPFILE: ~/org/GLOBAL_SETUP_DIPLAN.org
If I remove that line everything works fine.
Andreas Leha writes:
> Hi Eric,
>
>
> Eric Schulte writes:
>
>> Hi Andreas,
>>
>> This should be easy to turn on or off using the newly introduced
>> :prologue and :epilogue header arguments. See the manual and the
>> following example.
>>
>> #+Title: debug messages
>> #+Property: session *R*
>
"Sebastien Vauban" writes:
> Hello Christophe,
>
> Christophe Pouzat wrote:
>> There seems to be a wrong statement in the description of the value
>> strip-export' of header :noweb (Sec. 14.8.2.13) of the manual:
>>
>> `strip-export' "Noweb" syntax references in the body of the code
>> block
Rainer Stengele writes:
> Lisp error is triggered by the SETUPFILE option:
>
> #+SETUPFILE: ~/org/GLOBAL_SETUP_DIPLAN.org
>
> If I remove that line everything works fine.
Can you copy and past lines starting with "#+" from
GLOBAL_SETUP_DIPLAN.org?
Parsing those lines is where the error probably
Hi all.
I turned on reftex-mode in ord-mode and did some experiments with the
automated reftex label generation which I like a lot.
1. A reference is generated for Fig.~\ref{fig:1} nicely using reftex
using C-c ) as shown in this text.
#+BEGIN_LaTeX
\begin{figure}[h]
\centering
It was <2013-07-03 śro 19:40>, when Bastien wrote:
> l.stelm...@samsung.com (Łukasz Stelmach) writes:
>
>> (defun org-clock-is-active ()
>> "Return non-nil if clock is currently running.
>> The return value is actually the clock marker."
>> (marker-buffer org-clock-marker))
>>
>> Either the doc
Jan-Mark Batke writes:
> 2. How do I actually address Figure~\ref{fig:name} (this is the latex
>way) using org-mode means (to be more generic)?
>
>#+name: fig:name
>#+caption: Figure
> [[ ./figure.png]]
Yeah, I'd also like to extend Refetex to use this "label" format. I
haven't h
Am 04.07.2013 17:12, schrieb Bastien:
> Rainer Stengele writes:
>
>> Lisp error is triggered by the SETUPFILE option:
>>
>> #+SETUPFILE: ~/org/GLOBAL_SETUP_DIPLAN.org
>>
>> If I remove that line everything works fine.
> Can you copy and past lines starting with "#+" from
> GLOBAL_SETUP_DIPLAN.org?
Hi Rainer,
This should now be fixed, thanks.
--
Bastien
Am 04.07.2013 22:15, schrieb Bastien:
> Hi Rainer,
>
> This should now be fixed, thanks.
>
Confirmed!
Thanks!
Am 03.07.2013 15:07, schrieb Bastien:
> Hi Mike,
>
> Mike McLean writes:
>
>> Did you ever find a resolution for this? I am experiencing very
>> similar, né identical, symptoms.
>
> I applied Nicolas' patch from this thread.
>
> Thanks for the heads up,
>
Confirmd: works as before!
Thanks!
Suvayu Ali writes:
> All of what you list above is supported.
I should know better, this is Emacs + Orgode :-), and now I *have* to
try it even though I'm not sure I need it...
> You just need to learn the syntax.
I'm starting to get my bearings, I'll read and experiment with it.
Thanks.
33 matches
Mail list logo