My problem with bibtex is in the context of a website I am developing
using orgmode (http://www.indianstatistics.org).
I would like some pages to have a bibliography of works relevant to
the subject area. I need the kind of thing that is done using
\nocite(key) in bibtex. \nocite is useful when on
> One problem I am having is that the exported LaTeX replaces the ":" with
> a "-" to become \ref{tab-niceone} which precludes the use of (e.g.)
> \autoref which would need to know that the thing being referenced was a
> table by recognising the "tab:", no? I am sure there is a good reason
> for t
I am using the maint as of today (c20730b).
make "ORG_ADD_CONTRIB=org-contacts" prefix=/tmp/org install
Running this once in a clean org-mode working tree results in org not
copying org-contacts.el(c) to /tmp/org/emacs/site-lisp/org. Running the
command a second time does that, though.
This
Da: Nicolas Goaziou
inviato: Martedì 6 Novembre 2012 18:20
Giovanni Ridolfi writes:
>> did you try to replicate the bug?
> Yes, sir.
Thank you very much for having fixed it
some time ago and, please,
accept my apology for having overreacted
yesterday evening, without double checking.
I
Michael Brand writes:
> Hi François
Hello, Michael!
> To check the invisible parts of an Org link here are some alternatives
> to Fundamental mode that stay in Org mode:
> 1) M-x org-toggle-link-display
> 2) M-x visible-mode(also toggling)
> 3) temporarily delete the first "[" or last "]" o
Hi all,
how is it possible to add an empty line to a LaTeX header?
Any empty
#+latex_header:
is 'stripped' from the exported document.
Background:
I am building a beamer presentation using the progress bar from
http://www.mrunix.de/forums/showpost.php?p=316577&postcount=3
and that definition re
On Thu 25 Oct 2012, Bastien wrote:
> Hi Hsiu-Khuern,
>
> Hsiu-Khuern Tang writes:
>
>> Sorry if this has been reported -- a brief search didn't turn up
>> anything.
>
> this is now fixed -- thanks for reporting this!
>
> Best,
Has this been pushed to org in emacs trunk ?
I'm seeing a similar pr
I'm starting another novel translation, and want to keep track of
progress in org (I've blown too many deadlines in the past). I've been
looking at the habits functionality, but it doesn't quite match what I
want, and I'm looking for a little advice here. I'd like to:
1. Set myself a minimum of pa
Hi Andreas,
Andreas Leha wrote:
> how is it possible to add an empty line to a LaTeX header?
> Any empty
> #+latex_header:
> is 'stripped' from the exported document.
Couldn't you use a #+begin/end_LaTeX block instead?
> Background:
> I am building a beamer presentation using the progress bar f
I've been through all of the export and publishing documentation and what
I could find about includes and I can't see a way to do what I want to
accomplish.
I have multiple org files, each of which represents a project, with the
first level headings representing milestones for the project and lowe
Christopher Schmidt writes:
> I am using the maint as of today (c20730b).
>
> make "ORG_ADD_CONTRIB=org-contacts" prefix=/tmp/org install
>
> Running this once in a clean org-mode working tree results in org not
> copying org-contacts.el(c) to /tmp/org/emacs/site-lisp/org. Running the
> comman
I would like to solve a problem I have: C-e (org-end-of-line) does not
move to the end of the line with long lines that are not headings. I
find myself wanting to get to the end of a long line often and have to
hit multiple C-e sequences to get there. I don't have the
org-special-ctrl-a/e set to no
Michael Heerdegen writes:
> So, IMHO `org-display-outline-path' should still display its stuff in
> the echo area, but prevent logging in *Messages*. AFAIK, the way to
> do this is to bind `message-log-max' to nil.
>
> I'm not sure if this is the right thing in every case, but if the goal
> is to
Achim Gratz writes:
> Christopher Schmidt writes:
>> I am using the maint as of today (c20730b).
>>
>> make "ORG_ADD_CONTRIB=org-contacts" prefix=/tmp/org install
>>
>> Running this once in a clean org-mode working tree results in org not
>> copying org-contacts.el(c) to /tmp/org/emacs/site-li
Christopher Schmidt writes:
> +1, I totally agree. These message do not need to be logged into the
^^^
> *Messages*-buffer because this provides no benefit whatsoever.
s/message/messages
Christopher
This sounds like it might be related to recent end-of-line changes and an
even more recent (not yet applied) patch I posted.
On Wed, Nov 07, 2012 at 12:50:20PM -0600, Kevin Buchs wrote:
> I would like to solve a problem I have: C-e (org-end-of-line) does not
> move to the end of the line with long
I'm running version 7.8.10 of org-mode. I think I should grab an
update. I did see some recent discussion which cued by memory but I
thought since I was not using visual-line-mode that it did not apply.
Thanks.
What an interesting title your group has!
- Kevin Buchs
On Wed, Nov 7, 2012 at 1:50 P
For a website that I am producing using orgmode, I would like to
insert a javascript code in the postamble to get a piwik installation
to track traffic to the website.
I am unable to add html markup/java script to :html-postamble in
project alist. The documentation on postamble is too brief for me
Nicolas Goaziou writes:
>> One problem I am having is that the exported LaTeX replaces the ":" with
>> a "-" to become \ref{tab-niceone} which precludes the use of (e.g.)
>> \autoref which would need to know that the thing being referenced was a
>> table by recognising the "tab:", no? I am sure
Andy Moreton writes:
> I'm seeing a similar problem in emacs trunk (r110821) where "C-c '" in
> the *Org Src* buffer closes the source edit window and discards the
> entire contents of the source block.
>
> Should I raise an emacs bug for this ?
>
> AndyM
I've seen this happen recently as wel
Hello,
in trying to see if I could replicate a problem with disappearing src
code blocks, I have run into problems with the new exporter. The
attached minimal example generates a very strange convoluted latex
output (also attached).
The old exporter doesn't do a perfect job but comes a lot close
Apologies! I attached the latex file generated by the old exporter
instead of the one generated by the new one.
Here is the latex generated by the new exporter (I hope ;-).
Thanks,
eric
--
: Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D
: in Emacs 24.2.50.1 and Org release_7.9.2-568-gc2ebee
% Crea
On Wed, Nov 7, 2012 at 10:48 AM, Phil! Gold wrote:
> I've been through all of the export and publishing documentation and what
> I could find about includes and I can't see a way to do what I want to
> accomplish.
>
> I have multiple org files, each of which represents a project, with the
> first
Colons are now allowed in targets.
Thanks for submitting the suggestion.
Regards,
--
Nicolas Goaziou
Toby Cubitt writes:
> But that only needs to parse clock strings stored in properties/drawers,
> not the ones displayed in overlays (column view) or in the mode-line.
Correct.
> Are the clock strings stored in properties/drawers formatted using the
> existing org-time-clocksum-* defcustoms? I c
Eric S Fraga writes:
> I will try to repeat this and develop a repeatable test case.
I have been unable to have this problem (disappearing src code blocks)
appear again.
Thanks,
eric
--
: Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D
: in Emacs 24.2.50.1 and Org release_7.9.2-570-gc149e04a
Nicolas Goaziou writes:
> Colons are now allowed in targets.
>
> Thanks for submitting the suggestion.
Thanks a lot Nicolas.
In case anyone else finds this useful, here is the filter I'll use to replace
\ref
with \autoref:
(defun my-autoref-filter-link-func (output backend info)
(when (
Andreas Leha writes:
> Hi all,
>
> how is it possible to add an empty line to a LaTeX header?
> Any empty
> #+latex_header:
> is 'stripped' from the exported document.
>
>
> Background:
> I am building a beamer presentation using the progress bar from
> http://www.mrunix.de/forums/showpost.php?p
28 matches
Mail list logo