Claudius Mueller writes:
> Thanks for trying to help! I really appreciate that!
>
> (image-type-available-p 'imagemagick) ==> output: "t"
> org-image-actual-width ==> output: "10"
>
> I had set org-image-actual-width to 10 in the .emacs file to make sure
> I really notice the difference once the
I can't see graph in org-agenda. At the moment, I only have one entry from
todo to done - is one entry too little information to develop graph and
will it develop later as I put in more entries?
* Habits
*** TODO Do dishes
SCHEDULED: <2014-08-31 Sun +1d>
- State "DONE" from "TODO"
Thanks for trying to help! I really appreciate that!
(image-type-available-p 'imagemagick) ==> output: "t"
org-image-actual-width ==> output: "10"
I had set org-image-actual-width to 10 in the .emacs file to make sure I
really notice the difference once the problem is solved.
Claudius
On 08
Claudius Mueller writes:
> I tried your file - but whatever I do the images are shown the same
> size. I also had to manually paste in ditaa.jar because my compiled
> emacs version (24.3) that includes org does not include the
> contributed org scripts.
>
ditaa was just a quick way for me to get
I tried your file - but whatever I do the images are shown the same
size. I also had to manually paste in ditaa.jar because my compiled
emacs version (24.3) that includes org does not include the contributed
org scripts.
I guess I'm at my wits end.
Thank you,
Claudius
On 08/29/2014 10:43 AM
Hi John,
No, they still do not work even after I click on the bibliography link
and get my .bib file opened.
Julian
John Kitchin writes:
> "Julian M. Burgos" writes:
>
> If you click on the bibliography link to open the file, and then go back
> to your org-file, do the cite links work?
>
> I
"Julian M. Burgos" writes:
If you click on the bibliography link to open the file, and then go back
to your org-file, do the cite links work?
I suspect the notes problem is related to the no key found problem.
> Hello everyone,
>
> I am playing around with Joh Kitchin's excellent org-ref, and I
Hello,
Just for completeness purpose, if someone else comes across the same
behavior and does the same wrong judgment.
There is an issue opened about it on git-gutter - "with org mode, the
indention is dancing around crazily" -
https://github.com/syohex/emacs-git-gutter/issues/24.
Cheers,
ardu
Gotcha thanks for explaining that because I didn't understand how it
would fix it and just wanted to communicate my intent here.
Love that we can make customizations and am sure to enjoy the end
result of that discussion.
Grant Rettke | ACM, ASA, FSF
g...@wisdomandwonder.com | http://www.wisdomand
Le 29/08/2014 11:54, Nicolas Goaziou a écrit :
>
> Patch applied (with tiny changes to comments formatting, and a few
> trailing whitespaces).
>
Great!
I will now write a few words of documentation.
This page [[info:org#Org-Plot]] seems to be the right place, unless
someone has a better idea.
I'm trying to set up the odt exporter which is disabled by default.
After loading the exporter with:
(require 'ox-odt)
I got the message about missing files.
I inspected the org-odt-data-dir and found that it points to
non-existant directory. So I did:
(setq org-odt-data-dir "/usr/share
Hello everyone,
I am playing around with Joh Kitchin's excellent org-ref, and I am
having a few issues. In my .emacs file I have set up the values for the
org-ref-bibliography-notes, org-ref-default-bibliography, and
org-ref-pdf-directory.
With this I can access my .bib database and use org-ref-
Claudius Mueller writes:
> Thank you for pointing this out. I compiled emacs 24.3 with
> imagemagick support:
>
> "ldd /usr/local/bin/emacs | grep Magick" >
> libMagickWand-6.Q16.so.1 => /usr/lib64/libMagickWand-6.Q16.so.1
> (0x7f3946278000)
> libMagickCore-6.Q16.so.1 => /usr/lib64/libMag
Hi Nicolas,
This is nice, but it brought a bug, `[N]' in HTML block is recognized as
footnote, e.g.:
#+BEGIN_HTML
ONE[1]
console.log(v1[0]);
#+END_HTML
There are two footnotes in the generated HTML. Would you fix this please?
Thanks.
On Sun, Jul 27, 2014 at 8:37 PM, Nicolas Goaziou
wrote
Thank you for pointing this out. I compiled emacs 24.3 with imagemagick
support:
"ldd /usr/local/bin/emacs | grep Magick" >
libMagickWand-6.Q16.so.1 => /usr/lib64/libMagickWand-6.Q16.so.1
(0x7f3946278000)
libMagickCore-6.Q16.so.1 => /usr/lib64/libMagickCore-6.Q16.so.1
(0x7f3945dd90
I have tried in the cleanest environment I could think of, but still
get duplicated clock line. Here are the steps.
- CTRL+ALT+F1
login to get a console
- env -i TERM=linux HOME=/tmp bash --login --norc --noprofile
almost empty enviroment, except TERM and HOME, which emacs need
- git clone
g
Hi,
we have had a conversation about this issue on the org-mode IRC channel
and have agreed to follow up on this list in case anybody has further ideas.
The function org-agenda-bulk-marked-p indicates whether or not an entry
is marked. Would it be possible to use it somehow to define a special
pr
Hello again,
> I assume (but I can be wrong, thus feel free to correct me):
And yes I were.
> (I am unable to understand the reasons it does for some and not for
> others)
Ok, so sorry for the noise. Now I do.
I kept looking and I believe that it's 2 minor modes that do not like to work
with
Aaron Ecay wrote:
> I’ve noticed that the faces defined by org-copy-face are not added to
> the org-faces customize group. This is in accordance with the docstring
> of ‘copy-face’, which says (in part) “This function does not copy face
> customization data, so NEW-FACE will not be made customizab
Hello,
I have a minor visual annoyance with checkboxes and `org-indent-mode`.
As I move to next/previous line, headlines stay still (ok) but checkbox keeps
going forward and backward (2 blank spaces).
(I did not change the default binding C-n/C-p which are still bind to the
default next-line/pre
Julien Cubizolles writes:
> Thanks for the pointer, it works:
>
> (defun jc-org-publish-project-options ()
> (setq org-publish-project-alist
> `(("TeX"
>:base-directory "./"
>:publishing-directory "./"
>:publishing-function org-beamer-publish-to-late
Nicolas Goaziou writes:
> Hello,
>
> Julien Cubizolles writes:
>
>> I don't think there would be any inconvenients to changing \textwidth to
>> \columnwidth for regular beamer files (it's fine with my beamer files so
>> far).
>
> I agree. Done in master. Thank you for suggesting it.
Thank you.
REN Lifeng writes:
> Sorry. I gave the wrong steps. The last step should be C-u C-u C-u C-c
> C-x C-i. Could you try again?
This is what I did. I still cannot reproduce your problem. I also tried
different values for `org-clock-into-drawer', namely nil, t and "CLOCK",
to no avail.
Regards,
--
Hello,
Thierry Banel writes:
> This new patch takes into account all your feedback.
> Thanks again for the time spent !
Patch applied (with tiny changes to comments formatting, and a few
trailing whitespaces).
Thank you for this work.
Regards,
--
Nicolas Goaziou
Hello,
Julien Cubizolles writes:
> I don't think there would be any inconvenients to changing \textwidth to
> \columnwidth for regular beamer files (it's fine with my beamer files so
> far).
I agree. Done in master. Thank you for suggesting it.
Regards,
--
Nicolas Goaziou
Nick Dokos writes:
> Julien Cubizolles writes:
>
>> I'm using the following elisp source block in my org files to choose the
>> publication options.
>>
>> (setq org-publish-project-alist
>> '(("TeX"
>>:base-directory "./"
>>:publishing-directory "./"
>>
Hello,
I execute the following block of R code by going in the temporary buffer (via
`C-c '') and by sending the lines to the =*R*= buffer (via `C-c C-b').
#+begin_src R :eval yes
id.etp <- as.data.frame(c(111:113, 444, 555, 666))
names(id.etp) <- "Id"
id.etp
#+end_src
The commands are out
27 matches
Mail list logo