On 12-05-23 06:39 PM, Jambunathan K wrote:
Can a given Org document contain links to two different doi proxies? In
that case will a defcustom help.
No, my doi server is an enhancement or the official http://dx.doi.org/
Hence it would be a goog thing to redirect all the org-mode external
link
Hi William,
William Crandall writes:
> Drupal inline image syntax is:
>
>
>
> Default Org-mode html-export, for [[/sites/a.png]] seems to be:
>
>
Nicolas export engine does it right :
To use it, please pull from the git master repository then
- add the "contrib/" directory to your
Achim Gratz writes:
> At the very start of my Makefile branch I stated that I will use GNU
> make since the old make file already used some GNU make features. This
> will be documented when it gets released.
FWIW, Achim's work on the makefile will be part of Org 7.9, expected to
be released in
Hi Andreas,
Andreas Leha writes:
> I experience a problem with the preview of latex fragments: I can not
> change the foreground color (in org-format-latex-options). On a dark
> background, the black fragments are barely visible.
>
> The settings for background and scale (in the same variable)
Hi Kevin,
Kevin Buchs writes:
> This is my first contribution to this email list.
Welcome!
> Having a need to do my clocking in 1/4-hour multiples, I went and
> fully implemented my own solution in org-mode BEFORE I realized that
> org-mode was already set up to do it - it was just not complet
Hi Ingo,
Ingo Lohmar writes:
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -9606,6 +9606,7 @@
>(org-remove-occur-highlights nil nil t)
>(cond
> ((and (org-at-heading-p)
> +(not (org-at-timestamp-p t))
> (not (org-in-regexp
>(concat org-plain-link-re "\
Hi Jambunathan,
Jambunathan K writes:
>> So if want to be able to open odt files created with orgmode odt
>> exporter you have to have nxml-auto-insert-xml-declaration-flag set to
>> nil.
>
> Thanks for writing this down. It seems you aren't insisting on a fix.
I think the fix would be nice to
Hi Bastien,
Bastien writes:
> Hi Andreas,
>
> Andreas Leha writes:
>
>> I experience a problem with the preview of latex fragments: I can not
>> change the foreground color (in org-format-latex-options). On a dark
>> background, the black fragments are barely visible.
>>
>> The settings for b
I don't really object to using GNU make; enough things require it
(probably emacs does too) that it's already installed. It's more that
"anyone using a makefile will use gnu make" isn't a valid assumption,
especially when the documentation says "type make".
At the very start of my Makefile bra
Andreas Leha writes:
> Hi Bastien,
>
> Bastien writes:
>
>> Hi Andreas,
>>
>> Andreas Leha writes:
>>
>>> I experience a problem with the preview of latex fragments: I can not
>>> change the foreground color (in org-format-latex-options). On a dark
>>> background, the black fragments are bare
I'm not familiar enough with Emacs to comment about the performance of overlays,
etc., but I'm surprised that processing *text* can be so CPU intensive.
These days we have games running with millions of pixels and shading or whatever
(some use the GPU of course), and browsers with fancy Flash anim
Dear list:
Is there any way to stop org-mode from adding blank spaces on the left
margin of an R source code block when returning from editing in ESS
mode? Here is an example:
1) I create my org mode file with an R source code block:
-start org mode---
*
Hello everybody out there using Org-mode,
Some time ago, Eric Fraga had posted a script for generating Gantt charts
directly out of Org-mode which is very helpful.
Some project management software allows to follow the progress of tasks by
staining a proportional part of the rectangle for a certa
Hi Julian,
You can change org-edit-src-content-indentation to keep indentation from
being added:
(setq org-edit-src-content-indentation 0)
Regards,
Jason
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Andreas Leha wrote:
> Andreas Leha writes:
>
> > Hi Bastien,
> >
> > Bastien writes:
> >
> >> Hi Andreas,
> >>
> >> Andreas Leha writes:
> >>
> >>> I experience a problem with the preview of latex fragments: I can not
> >>> change the foreground color (in org-format-latex-options). On a dar
Thanks for this. I use inactive timestamps in headings all the time
and sort by them. It offers excellent usability for finding a contact
-- just scan the dates in order.
I had not noticed the /lack/ of the feature, because I didn't notice
its /presence/ in non-mouse.
I use RET to follow links.
On Thu, May 24, 2012 at 4:25 AM, Bastien wrote:
> What is your value of ̀org-time-stamp-rounding-minutes'?
>
It is (15 15).
>
> Replacing (current-time) with (org-current-time) here will surprise
> users that use ̀org-time-stamp-rounding-minutes' only for modifying
> time-stamps and not for c
Bastien writes:
> Hi Jambunathan,
>
> Jambunathan K writes:
>
>>> So if want to be able to open odt files created with orgmode odt
>>> exporter you have to have nxml-auto-insert-xml-declaration-flag set to
>>> nil.
>>
>> Thanks for writing this down. It seems you aren't insisting on a fix.
>
>
Jambunathan K writes:
>> Can you fix it?
>
> OK. Fixed in both maint and master. The exported ODT file will not
> have multiple XML declrations.
Great, thanks a lot!
--
Bastien
Jambunathan K writes:
> I see that there is a bug in nxml-mode. I file a bug report against
> Emacs sometime soon. The bug is:
>
> When `nxml-auto-insert-xml-declaration-flag' is on, if one opens a ODT
> file in archive mode and presses RET on say content.xml, an "extra" XML
> declaration is ad
Greg Troxel writes:
> I don't really object to using GNU make; enough things require it
> (probably emacs does too) that it's already installed. It's more that
> "anyone using a makefile will use gnu make" isn't a valid assumption,
> especially when the documentation says "type make".
[...]
Could
Ian Barton writes:
> Thanks, tried that but got same error. In any case the directory is
> owned by me, so it shouldn't be a permission problem.
What are the permissions on the directory and what is the OS? Unless
install-info has a bug on your system, it should create a "dir" file if
it cannot f
Hi all,
in my exported LaTeX-document all code blocks are wrapped in
#+begin_latex
\begin{verbatim}
% the code
\end{verbatim}
#+end_latex
With the "old" LaTeX-exporter I get
#+begin_latex
\lstset{language=Renhanced}
\begin{lstlisting}
% the code
\end{lstlisting}
#+end_latex
which i
M-x customize-group RET org-export-e-latex RET
(Hint: Search for listing)
Andreas Leha writes:
> Hi all,
>
> in my exported LaTeX-document all code blocks are wrapped in
> #+begin_latex
> \begin{verbatim}
> % the code
> \end{verbatim}
> #+end_latex
>
> With the "old" LaTeX-exporter I get
Hi Arne,
Arne Babenhauserheide wrote:
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen. You don't know how to make a good report? See
>
> http://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted to the Org-mode mai
Hi Jambunathan,
> M-x customize-group RET org-export-e-latex RET
>
> (Hint: Search for listing)
Thanks for looking into this. This variable is set to "t".
Sorry, that I did not give a more complete workflow of how I do *not* get
listings with the new LaTeX exporter.
This now follows.
Here is
Hello!
I was trying hard to set up Matlab R2011a to work with my Emacs 24.1.50.1 (org
version is release_7.8.09-532-gb797c8.dirty) and finally I was able to use it
from M-shell but not from orgmode yet. I've edited emacs wiki [1] to reflect
somewhat working matlab-mode setup on win32. Namely I
Andreas Leha wrote:
> I do emacs -Q -l .emacs.org, set the 'org-export-latex-listings to t and
That's the old exporter variable. The new exporter variable is
org-e-latex-listings.
Nick
On Thu, May 24, 2012 at 10:00 AM, wrote:
> Hello everybody out there using Org-mode,
>
> Some time ago, Eric Fraga had posted a script for generating Gantt charts
> directly out of Org-mode which is very helpful.
> Some project management software allows to follow the progress of tasks by
> sta
Nick Dokos writes:
> Andreas Leha wrote:
>
>> I do emacs -Q -l .emacs.org, set the 'org-export-latex-listings to t and
>
> That's the old exporter variable. The new exporter variable is
> org-e-latex-listings.
>
> Nick
blush. Thanks.
For my (weak) defense:
I did not see that variable in the
> -Original Message-
> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode-
> bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov
> Sent: Thursday, May 24, 2012 4:02 PM
> To: emacs-orgmode@gnu.org
> Subject: [O] [babel] ob-octave does not catch EOE from matlabShell on MS
Hey all...
I have:
#+BEGIN_SRC calc
foo := 5
foo + 5 =>
#+END_SRC
#+RESULTS:
: foo + 5 => foo + 5
What I'd like, obviously, is for it to result in:
#+RESULTS:
: foo + 5 => 10
I guess I really don't understand how calc support works in org-babel.
Could someone enlighten me?
I see now.
#+BEGIN_SRC calc :var foo=5
foo + 5 =>
#+END_SRC
#+RESULTS:
: 5 + 5 => 10
However, this isn't as useful as I'd like. I'd really like to be able
to see it say "foo + 5 =>" in the output. That's clearer which line is
being referred to...
Christopher Allan Webber writes:
> Hey all..
I guess what I'm saying is that assignment would be really nice.
However, I'm now seeing that this would take a lot of work.
What I'd really like to do is something like the following:
# Total BS financial projection, don't read into this at all
#+BEGIN_SRC calc
derp_expenses := 1234
derp_income
Note that building org requires GNU make, and that 3.82 is known to
work.
Begin to list the versions of emacs that org can work with. (It seems
clear taht some versions of XEmacs work, but I couldn't find out
which.)
---
README | 13 +
1 file changed, 13 insertions(+)
diff --git a
Achim Gratz writes:
> Could you please state clearly what you want to have changed and
> possibly how? You keep wandering back and forth in your arguments, but
What I meant was:
If GNU make is required it needs to be documented.
Separately from that, the makefiles look much more complica
On 5/23/12, Nicolas Goaziou wrote:
> That's normal. If it's commented, the link shouldn't be recognized
> anymore (but I suppose it sill is)
For some people (not necessarily you) it would be nice to know that
there is a link there.
>> When I kill a link and yank it into a footnote, the link stop
Just thought I'd let you know about two projects I've been working on
that, when combined, make Org even cooler than it already is.
A few months ago I took over maintenance of Emacs' bitly.el. I really
worked it over, fixed some bugs, and, most importantly, I made it
default to doing an asynch
Samuel Wales gmail.com> writes:
>
> The following, which is general and I wrote a long time ago,
> might also be relevant to the recent thread on comments
> breaking lists.
>
> ===
>
> There might be really good reasons for the #+ comment
> convention in Org, but I am not sure what they are.
I use the scheduling prompt very often and I usually
give times in 8pm/9am/etc. format, because they are conveniently
short to type.
Today it occured to me the m is unnecessary, because a and p already
gives the necessary info.
Could we also support 8a and 9p format for times like 8am and 9pm,
so
41 matches
Mail list logo