Aloha all,
Links in #+caption: lines are shown as literal links. IIRC, they used
to show as descriptive links. Has this changed, or is my memory faulty?
In any case, I'd like them to be descriptive links to keep the
#+caption: lines as short as possible.
All the best,
Tom
--
T.S. Dye & Colle
On Tue, Jun 2, 2015 at 10:05 PM, Nicolas Goaziou
wrote:
> Hello,
>
> meingbg writes:
>
> > Steps to reproduce:
> > - Create a file "file.org" with the content "* a"
> > - In that file buffer, type C-x C-e h h
> >
> > Expected:
> > - File "file.html" is created by the html exporter.
> >
> > Actua
On Tue, Jun 02, 2015 at 11:27:55PM +0200, Nicolas Goaziou wrote:
> Suvayu Ali writes:
>
> > Btw, since you warn against large documents, would it help if
> > I narrowed a large document before enabling the mode?
>
> It wouldn't: cache ignores narrowing anyway.
Okay thanks :)
--
Suvayu
Open s
Suvayu Ali writes:
> I have enabled the mode on my document. Let's see how this goes.
OK. You have to keep an eye on the *Messages* buffer so that warning
don't go unnoticed.
> Btw, since you warn against large documents, would it help if
> I narrowed a large document before enabling the mode?
Brice Waegenire writes:
> Here is that version of this patch, at least I hope it is.
Applied, Thank you.
Would you mind preparing an entry in ORG-NEWS?
Regards,
Hi Nicolas,
On Tue, Jun 02, 2015 at 10:26:54PM +0200, Nicolas Goaziou wrote:
> Hello,
>
> Suvayu Ali writes:
>
> > I have been noticing a strange heisenbug. From time to time, Org starts
> > eating CPU for certain specific tasks: org-end-of-line, fill-paragraph,
> > folding or unfolding trees,
Sorry for the long delayed response.
Here is that version of this patch, at least I hope it is.
Yes I signed the papers, my number is #1011602.
2015-05-07 22:09 GMT+02:00 Nicolas Goaziou :
> Brice Waegenire writes:
>
>> Thanks for help on this!
>> Here is the last version of the patch taking int
Hello,
Suvayu Ali writes:
> I have been noticing a strange heisenbug. From time to time, Org starts
> eating CPU for certain specific tasks: org-end-of-line, fill-paragraph,
> folding or unfolding trees, or adding/changing properties with
> org-set-property. However these happen only after I h
Hello,
meingbg writes:
> Steps to reproduce:
> - Create a file "file.org" with the content "* a"
> - In that file buffer, type C-x C-e h h
>
> Expected:
> - File "file.html" is created by the html exporter.
>
> Actual:
> - A message is shown: "Invalid function: org-with-wide-buffer"
It looks su
Nik Clayton writes:
> I also see the same problem in agenda view (org-agenda-columns)
Fixed in 03936a50f4fe9a261577d467098ed1080c61cb6e. Thank you.
Regards,
Property inheritance does not seem to work when running C-c C-x C-c
(org-columns).
Reproduction recipe:
1. Start emacs with "emacs -Q"
2. Evaluate the following to enable property inheritance, and to define
custom columns that include the value of the "PROJECT" property.
(setq org-columns-def
Steps to reproduce:
- Create a file "file.org" with the content "* a"
- In that file buffer, type C-x C-e h h
Expected:
- File "file.html" is created by the html exporter.
Actual:
- A message is shown: "Invalid function: org-with-wide-buffer"
Emacs : GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK
I already tried three version: macports, build from sources and the bundled
version. All have this problem. So, I guess it has to do with the way emacs
interacts with my Python, but I don't know how to debug it.
Is there no one here that is a python/orgmode ninja that can give me a hand
here?
Tha
Hi,
I have been noticing a strange heisenbug. From time to time, Org starts
eating CPU for certain specific tasks: org-end-of-line, fill-paragraph,
folding or unfolding trees, or adding/changing properties with
org-set-property. However these happen only after I have been using Org
for a while.
Nicolas Goaziou writes:
> Hello,
>
> Daimrod writes:
>
>> I've encountered a bug when using org-mode in source blocks. I'm using
>> the latest version of org-mode from git:
>> Org-mode version 8.3beta (release_8.3beta-1195-g1a7364 [...])
>>
>> I have no problem with the following snippet:
>> #+B
Hi Nicolas,
On 2 June 2015 at 16:06, Nicolas Goaziou wrote:
> Fixed in 0f93638ce1b29792033231426a4555e538f5c959. Thank you.
>
That was quick, thanks.
I also see the same problem in agenda view (org-agenda-columns)
N
--
http://try-dot-ch.blogspot.com/
Hello,
Daimrod writes:
> I've encountered a bug when using org-mode in source blocks. I'm using
> the latest version of org-mode from git:
> Org-mode version 8.3beta (release_8.3beta-1195-g1a7364 [...])
>
> I have no problem with the following snippet:
> #+BEGIN_SRC org
> ,* test 1
> ,* test 2
>
Hi SabreWolfy,
* SabreWolfy [02. Jun. 2015]:
> Nicolas Goaziou nicolasgoaziou.fr> writes:
>
>> Org Lint does that already.
>
> Please provide a link. Searching was not helpful.
http://orgmode.org/cgit.cgi/org-mode.git/log/?h=wip-lint
this is to the git repository
Ciao, Gregor
--
-... --- .
Hello,
Nik Clayton writes:
> Property inheritance does not seem to work when running C-c C-x C-c
> (org-columns).
>
> Reproduction recipe (I can also reproduce this on org-mode from the Git
> repository
> (reproduced with 1a7364177046... and it's also noted on
> http://emacs.stackexchange.com/qu
Hi,
I've encountered a bug when using org-mode in source blocks. I'm using
the latest version of org-mode from git:
Org-mode version 8.3beta (release_8.3beta-1195-g1a7364 [...])
I have no problem with the following snippet:
#+BEGIN_SRC org
,* test 1
,* test 2
,* test 3
,* test 4
,* test 5
,* test
Hello,
Rainer M Krug writes:
> In one document, I would like to make two changes how images are
> inserted in LaTeX / pdf documents, namely:
>
> 1) have no re-sizing, i.e.
>
> ,
> | \includegraphics[]{./output/fig_crossValidationDefaultByUA.pdf}
> `
>
> instead of
>
> ,
> |
> \inclu
Hello,
Michael Strey writes:
> In an org file containing timestamps I tried to create a sparse tree
> with C-c / D and get an error message regarding eq having only one
> argument. C-c / b and C-c / a show the same behaviour.
>
> The culprit seems to be this line:
>
> + '(eq (org-element-type
Switch to an emacs that doesn't have this bug on your system. Try
Homebrew-installed versions (although I know you aren't supposed to mix brew
and macports, and I think you use macports).
-k.
On 2015-06-02 at 01:49, Dror Atariah wrote:
> No ideas? Please, I really don't know how to tackle t
Hello,
On 2 June 2015 at 07:44, Jude DaShiell wrote:
> | Date | Sys | Dia | Pul | Sugar |
> |--+---+-+-+---|
> | [2014-04-27 Sun] | 125 | 88 | 78 |92 |
> | [2014-04-28 Mon] | 102 | 88 | 86 |
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.
| Date | Sys | Dia | Pul | Sugar |
|--+---+-+-+---|
| [2014-04-27 Sun] | 125 | 88 | 78 |92 |
| [2014-04-28 Mon] | 102 | 88 | 86 |92 |
| Averages:| =$2=vmean(@<..@>) | | |
On Tue, Jun 02, 2015 at 12:17:04PM +0200, Rainer M Krug wrote:
>
> Hi
>
> In one document, I would like to make two changes how images are
> inserted in LaTeX / pdf documents, namely:
>
> 1) have no re-sizing, i.e.
>
> ,
> | \includegraphics[]{./output/fig_crossValidationDefaultByUA.pdf}
>
Property inheritance does not seem to work when running C-c C-x C-c
(org-columns).
Reproduction recipe (I can also reproduce this on org-mode from the Git
repository
(reproduced with 1a7364177046... and it's also noted on
http://emacs.stackexchange.com/questions/7335).
1. Start emacs with "emacs
Hi
In one document, I would like to make two changes how images are
inserted in LaTeX / pdf documents, namely:
1) have no re-sizing, i.e.
,
| \includegraphics[]{./output/fig_crossValidationDefaultByUA.pdf}
`
instead of
,
|
\includegraphics[width=.9\linewidth]{./output/fig_crossVa
SabreWolfy gmail.com> writes:
> Something else must be wrong, as this gives me:
>
> "Symbol's value as variable is void: org-export-backends"
This worked:
http://lists.gnu.org/archive/html/emacs-orgmode/2013-05/msg00313.html
Christian Moe christianmoe.com> writes:
> Adding
>
> (add-to-list 'org-export-backends 'odt)
>
> should do the trick.
Something else must be wrong, as this gives me:
"Symbol's value as variable is void: org-export-backends"
Thanks. This idea works, based on which I used the following
in the end.
#+NAME: tbl:lab
#+ATTR_LATEX: :caption \caption[short]{\label{tbl:lab} long.}
\scriptsize{\resizebox{\textwidth}{!} \centering
It does’t look very org like but is good that it works.
Thanks,
Zhihao
> On 2 Jun 2015, at
It's at the beginning of my ~/.emacs init file. I've tried starting with
--no-site-lisp and inhibit-default-init set to non-nil -- I get more org
less the same backtrace (http://pastebin.com/HEgwdPPT). If it's any use
to know, I'm getting these messages http://pastebin.com/xshMe0xz
So I'm a bi
SabreWolfy writes:
> I'm using Org 8.2.4. "C-c C-e" does not offer any ODT export. Where should I
> start looking to solve this?
It's not included among export backends by default.
Adding
(add-to-list 'org-export-backends 'odt)
should do the trick.
Yours,
Christian
Hello Nicolas
El lun, 01-06-2015 a las 00:12 +0200, Nicolas Goaziou escribió:
> Hello,
>
> flow writes:
>
> > I would like to ask you about how org-mode exports title and headlines
> > to markdow
> >
> > org-mode to markdown doesn't export title as md heading one # and
> > org-mode heading one
Nicolas Goaziou nicolasgoaziou.fr> writes:
> Org Lint does that already.
Please provide a link. Searching was not helpful.
I'm using Org 8.2.4. "C-c C-e" does not offer any ODT export. Where should I
start looking to solve this?
On Saturday, 30 May 2015 at 11:33, Bernhard Schmitz wrote:
> Hi,
>
> my org-gantt.el is now in a usable state.
Thanks for this. I've had a play with it. I like it and it's quite
likely I'll be using it in anger soon so you'll probably hear from me
again!
The only comments I have at the moment i
On Tue, Jun 02, 2015 at 08:43:07AM +, Zhihao Ding wrote:
> Thanks very much for your reply. The proposed method
> in this reply won’t work. It needs to be in the following
> structure where this line
>
> “\scriptsize{\resizebox{\textwidth}{!}{“
>
> is after “\begin{table}[htb]” and immed
Thanks very much for your reply. The proposed method
in this reply won’t work. It needs to be in the following
structure where this line
“\scriptsize{\resizebox{\textwidth}{!}{“
is after “\begin{table}[htb]” and immediately before
“\begin{tabular}{rr}”.
I don’t know how to achieve that in t
>
> > I have added an option :lowlevel-scale (e.g. 0.5 or 0.75) that will scale
> > the
> complete resulting chart.
> > You can of course also use the pgfgantt options (:options) x unit chart and
> > y unit
> chart for more specific scaling.
>
> Lowlevel-scale doesn’t seem to have an effect, ad
Hi,
> Von: Karl Voit [mailto:devn...@karl-voit.at]
>
> And accomplishing this, I personally would like to see that your
> method takes org-depend into consideration. Namely the properties
> BLOCKER and TRIGGER:(NEXT|TODO|STARTED). I plan my projects using
> mostly BLOCKER and TRIGGER:NEXT to expr
On Friday, 29 May 2015 at 21:45, Adam Sneller wrote:
> Recently, I upgraded to a macbook pro with retina display, and now all
> my latex previews in org-mode are... fuzzy. These are generated with
> org-preview-latex-fragment command, using dvipng.
>
> Is there a setting I can change to up-res thes
43 matches
Mail list logo