Hi
I started using org-bibtex and ox-bibtex which, after a few initial
struggles got to work. I just have one question: how can I import
multiple entries from bibtex format to the org-bibtex format?
org-bibtex yank does only convert one entry, even if mulatiple entries
are selected. Is there a wa
Alan Schmitt writes:
Hi Alan,
> On 2014-11-03 09:06, Thorsten Jolitz writes:
>
>> Grant Rettke writes:
>>
>>> On Sat, Nov 1, 2014 at 5:58 AM, Thorsten Jolitz
>>> wrote:
And there is a new library
[[http://goo.gl/pYYzS6][outorg-export]]
>>>
>>> I just used http://goo.gl/pYYzS6 a
Hi!
Sometimes, I use single events and use
"org-clone-subtree-with-time-shift" to create clones for multiple
occurrences. (method A)
: ** <2014-08-30 Sat 15:00-17:00> Volleyball
:
: Do some sport.
For other events, I do have one single "* Volleyball" heading and
multiple time-stamps for each oc
Alan Schmitt writes:
Thanks Alan for this. Ledger is something that I would dearly love to be
using, but I can't find a good tutorial [by which I mean, it works in
small steps which build on the previous steps]. I've looked at
http://lists.gnu.org/archive/html/emacs-orgmode/2014-04/msg00727.html
Sharon Kimble writes:
> Alan Schmitt writes:
>
> Thanks Alan for this. Ledger is something that I would dearly love to be
> using, but I can't find a good tutorial [by which I mean, it works in
> small steps which build on the previous steps]. I've looked at
>
> http://lists.gnu.org/archive/html
Stormking web.de> writes:
>
> Francesco Pizzolante ...> writes:
>
> >
> > Hi Joost,
> >
> > > I reported this on September 2nd too.
>
> I'm having this problem, too.
For now, I have added the following code to my init.el:
(eval-after-load "org-clock"
'(defun org-clocktable-indent-strin
Thanks for your answer,
Unfortunatly the #+attr_latex: :environment tabu seem to not be taken into
account
I have org 6.33x, could that be the problem?
Code used:
#+DRAWERS: LATEX
:LATEX:
#+LATEX_HEADER: \usepackage[table]{xcolor}
#+LATEX_HEADER: \usepackage{tabu}
#+TITLE: Some statistics about
Hello,
In the agenda view, when filtering for the tasks marked `work' (through
`/ w') [1], I get the following error:
--8<---cut here---start->8---
Debugger entered--Lisp error: (wrong-type-argument listp
#("{\\<\\(?:work\\)\\>}" 0 16 (grouptag t)))
reverse(
On Sun, Nov 2, 2014, at 20:28, Rasmus wrote:
> It works nice for source blocks. However, I don't get any feedback in
> header-lines:
>
> #+header:
> #+begin_src emacs-lisp
This works only on #XXX_SRC header lines (I don't use anything else and
am not very knowledgable about it, thus I only su
Hello,
I use inline code for simple calculations to insert numeric results into
text apart from "normal" code blocks for more complex calculations and
graphics (all in R).
The :results replace option is not working for inline code, even if I
explicitly set it in the code block. So I get
#+PROP
Eric Abrahamsen writes:
> Sharon Kimble writes:
>
>> Alan Schmitt writes:
>>
>> Thanks Alan for this. Ledger is something that I would dearly love to be
>> using, but I can't find a good tutorial [by which I mean, it works in
>> small steps which build on the previous steps]. I've looked at
>>
On Friday, 7 Nov 2014 at 13:03, kevin.lemorzadec wrote:
> Thanks for your answer,
>
> Unfortunatly the #+attr_latex: :environment tabu seem to not be taken into
> account
>
> I have org 6.33x, could that be the problem?
Yes, most definitely. org 6.33 is ancient! there have been two major
releas
On Friday, 7 Nov 2014 at 13:19, Sharon Kimble wrote:
> Alan Schmitt writes:
>
> Thanks Alan for this. Ledger is something that I would dearly love to be
> using, but I can't find a good tutorial [by which I mean, it works in
> small steps which build on the previous steps]. I've looked at
>
> htt
Hello,
Karl Voit writes:
> * Elric Milon wrote:
>>
>> ("i" "Incoming" ((tags "REFILE" ((org-agenda-overriding-header
>> "Tasks to Refile") (org-tags-match-list-sublevels nil))) (tags-todo
>> "-SOMEDAY-NOTES-@office-@home-@errands"
>> ((org-agenda-overriding-header "Tasks with no context")
>> (o
Hello,
Sebastien Vauban
writes:
> In the agenda view, when filtering for the tasks marked `work' (through
> `/ w') [1], I get the following error:
>
> Debugger entered--Lisp error: (wrong-type-argument listp
> #("{\\<\\(?:work\\)\\>}" 0 16 (grouptag t)))
This should already be fixed. Please
Hi,
I have an issue with links created by org-ref's function
'org-ref-insert-cite-link' and John Kitchin asked me to post it on this
list.
in my textfiles, links created with org-ref-insert-cite-link are not enclosed
in brackets (textcite:sth), while those created with org-insert-link are
([[tex
Hello,
Christopher Dannheim writes:
> in my textfiles, links created with org-ref-insert-cite-link are not enclosed
> in brackets (textcite:sth), while those created with org-insert-link are
> ([[textcite:sth]]). Recently, the links without the brackets are not
> recognized by my emacs anymore
Hi,
the variable org-link does contain 'textcite' (as well as all other bibtex
and biblatex link types defined by org-ref/reftex).
org-link-types is a variable defined in `org.el'.
Its value is
("http" ... "citep*" "citealt" "citealt*" "citealp" "citealp*" "citenum"
"citetext" "citeauthor" "citea
Hi, Karl.
Karl Voit writes:
For other events, I do have one single "* Volleyball" heading
and multiple time-stamps for each occurrence in its body.
(method B)
Unfortunately in the agenda view, both entries are visualized
the same way. This is causing issues in certain cases.
For example,
* Nicolas Goaziou wrote:
> Hello,
Hello Nicolas!
> Karl Voit writes:
>
>> * Elric Milon wrote:
>>>
>>> Debugger entered--Lisp error: (wrong-type-argument listp
>>> #("-{\\<\\(?:@office\\)\\>}" 0 20 (grouptag t)))
>
> This should now be fixed. Thanks to both of you.
Agenda works again as expe
Is there any way to have latex formatted math in a live org buffer? That
is, not in separate outputted pdf, ps, or html file, but right in the
running buffer? I'm guessing it would be like babel where you run the code
snippet to see output -- and some sort of image of the formatted math would
be i
On 7 November 2014, Lawrence Bottorff wrote:
Is there any way to have latex formatted math in a live org buffer? That
is, not in separate outputted pdf, ps, or html file, but right in the
running buffer? I'm guessing it would be like babel where you run the code
snippet to see output -- and som
22 matches
Mail list logo