John Kitchin writes:
>> Can you (or Tom, or someone else) make the case that it is important
>> enough to have multicites that non-LaTeX backends should support them
>> out of the box? (I'm not doubting it, I just don't have any idea why
>> since I don't use them myself.)
>
> My case is that if
Richard Lawrence writes:
>
> My concern is just that we clearly distinguish the `main' or `proper'
> citation syntax from the user-extensible part, as I said here:
>
> Rasmus has also expressed support for something like this, and I can see
> that it is important for a user to be able to define
Hi John and all,
John Kitchin writes:
> I think the critical point is that the syntax must be user
> extendable. It should be possible to add these different types, even if
> most people do not use them. Otherwise, links will continue to be used
> anyway.
I completely agree. Some form of user
Nicolas Goaziou writes:
> Rasmus writes:
>
>> PS: Here's a quick link "proof-of-concept" (not really) with biblatex
>> only, and cite it textcitation. Documents with this type of syntax are
>> indeed pleasant to the eye.
>>
>> [[cite: pre1 @bohringer14 post1; pre2 @davis14 post2]]
>
> As pointe
any further comment on this?
On Fri, Feb 6, 2015 at 11:58 AM, Yuri Niyazov wrote:
>>> If a block agenda exists, with say, agenda on top and todo on the bottom,
>>> then by default it opens to "today". It is possible then to press j and
>>> select a
>>> different date to go to. After that, if we
Rasmus writes:
> The question:
>
> In any given document, do you typically need more than two types of
> citations, i.e. {citet, citep} OR {textcite, parentcite}?
>
> I do use other citation types, in particular a genitive version of
> textcite, but not very often. That was why I initia
Richard Lawrence writes:
> Hi Tom and all,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> IIUC, Org mode citation syntax needs to capture four pieces of
>> information for an *individual* citation: a =key= into one or more
>> stores of bibliographic information; a =citation-command= that is
>> u
Rainer M Krug krugs.de> writes:
>
> Sebastien Vauban
> writes:
>
> > Rainer M Krug wrote:
> >> Charles Berry writes:
> >>> Rainer M Krug krugs.de> writes:
>
> when exporting the fillowing org file, I get an endless loop of
> evaluations.
>
> --8<---cut
y...@ydl.cm (Yuri D. Lensky) writes:
> From: "Yuri D. Lensky"
> Date: Sat, 7 Feb 2015 13:37:46 -0500
> Subject: [PATCH] Fix timestamp-based sorting of tags-based entries in
> agenda
Applied. Thank you.
Regards,
Hello fellow Orgers,
Assume that I export an Org file with some mathematical formulae to
HTML. If I decide to export them as bitmaps (as opposed to using
MathJax), how can I obtain (programmatically, in Elisp) the list of
files which were generated (i.e., the HTML and the bitmaps)?
TIA,
--
Mar
Hi all org-mode gurus,
I am trying to generate a deck of slides using Emacs/org-mode /beamer &
some companion tools (graphviz & plantuml).
I have a problem to set the dimensions for the graphviz (or plantuml)
generated pictures.
Whatever the version used (tested 8.2.10-30 or 8.3-beta from git) and
Richard Lawrence writes:
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> IIUC, Org mode citation syntax needs to capture four pieces of
>> information for an *individual* citation: a =key= into one or more
>> stores of bibliographic information; a =citation-command= that is
>> understood by the =ci
On 2015-02-09, at 18:43, Paul Rudin wrote:
> If I type "C-c a L" I get a list of durations for each day - for example:
>
> Monday 9 February 2015 W07
> Clocked: (0:53) Revise document X
> Clocked: (1:12) Meet Fred
> ...
Wow. I don't get this behavior, though I'd like to. Is thi
Done.
>From 64c0ea3d6ac89d8ab12b030b9270ea21599a5c83 Mon Sep 17 00:00:00 2001
From: "Yuri D. Lensky"
Date: Sat, 7 Feb 2015 13:37:46 -0500
Subject: [PATCH] Fix timestamp-based sorting of tags-based entries in agenda
* lisp/org.el (org-scan-tags): Fix agenda org tags scans to properly
add times
This is probably overkill, but I use this:
(setq org-agenda-custom-commands (quote (
("c" "Clock" ((agenda ""
((org-agenda-sticky nil)
(org-agenda-ndays 1)
If I type "C-c a L" I get a list of durations for each day - for example:
Monday 9 February 2015 W07
Clocked: (0:53) Revise document X
Clocked: (1:12) Meet Fred
...
Is there a way of getting a timeline that includes the actual times of
day, so that I can reconstruct how I spent a
On Mon, 9 Feb 2015, Sebastien Vauban wrote:
"Charles C. Berry" wrote:
On Fri, 23 Jan 2015, Sebastien Vauban wrote:
"Charles C. Berry" wrote:
Sebastien Vauban wrote:
In a long document, I must have ":eval no" at file level, as this
is the common setting for most code blocks. However, how do I
Hi Tom and all,
t...@tsdye.com (Thomas S. Dye) writes:
> IIUC, Org mode citation syntax needs to capture four pieces of
> information for an *individual* citation: a =key= into one or more
> stores of bibliographic information; a =citation-command= that is
> understood by the =citation-style= spe
You may easily add your own templates eg:
https://github.com/grettke/home/blob/master/ALEC.txt#L4351
The docs explain how, and it is indeed easy.
On Mon, Feb 9, 2015 at 5:52 AM, Eric Abrahamsen wrote:
> torys.ander...@gmail.com (Tory S. Anderson) writes:
>
>> Is there a command for automaticall
Aloha Rasmus,
Rasmus writes:
> In any given document, do you typically need more than two types of
> citations, i.e. {citet, citep} OR {textcite, parentcite}?
Yes, I typically use what I call a multicite to get multiple citations
with biblatex. It just inserts {key}. I precede two o
This seems to do what you want on text in a region. It is not too well
tested though!
#+BEGIN_SRC emacs-lisp
(defun wrap-text-in-org-block (start end)
(interactive "r")
(goto-char end)
(insert "\n#+END_QUOTE\n")
(goto-char start)
(insert "\n#+BEGIN_QUOTE:\n"))
#+END_SRC
Eric Abrahamsen
"Charles C. Berry" wrote:
> On Fri, 23 Jan 2015, Sebastien Vauban wrote:
>> "Charles C. Berry" wrote:
>>> Sebastien Vauban wrote:
In a long document, I must have ":eval no" at file level, as this
is the common setting for most code blocks. However, how do I unset
that for some call l
Hi there,
it seems that there is some minor bug with the text size in the string
identifying the item being clocked in the mode-line. Here's a minimal
example showing the problem (tested with emacs -Q, GNU Emacs 25.0.50.1
(i686-pc-linux-gnu, GTK+ Version 3.10.8) of 2015-01-02):
M-: (set-face-att
Yes, Rasmus that will work. Also, I'd like to be able to do this basic
thing from html:
.
.
.
link to top
I know the reference manual is trying to tell me how, but I'm just not
getting it.
On Mon, Feb 9, 2015 at 4:11 AM, Rasmus wrote:
> Lawrence Bottorff writes:
>
> > I'm a beginner and I
Sebastien Vauban
writes:
> Rainer M Krug wrote:
>> Charles Berry writes:
>>> Rainer M Krug krugs.de> writes:
when exporting the fillowing org file, I get an endless loop of
evaluations.
--8<---cut here---start->8---
#+PROPERTY:
Hi Lawrence,
Welcome to org-mode! I think what you're looking for is footnote
funcationality[1]. To get started, just use `C-c C-x f' in your orgmode
document. Then use it again to go back to where you were. There's more you can
do and the page I've cited will get you started.
HTH,
- Tory
L
On 2015-02-07 19:55, John Kitchin writes:
> For a different approach, you could make this kind of an emacs script. I
> have not done this too often, and it can be tricky to setup and debug.
Very interesting! Thank you for the suggestion.
Alan
--
OpenPGP Key ID : 040D0A3B4ED2E5C7
signature.a
torys.ander...@gmail.com (Tory S. Anderson) writes:
> Is there a command for automatically entering org blocks (such as for
> quotes or src), the same way there's a command for inserting drawers?
> I'm sure there must be, but I've searched the "block" and "insert"
> command lists and don't see any
Nicolas Goaziou writes:
> Rasmus writes:
>
>> The question:
>>
>> In any given document, do you typically need more than two types of
>> citations, i.e. {citet, citep} OR {textcite, parentcite}?
>>
>> I do use other citation types, in particular a genitive version of
>> textcite, but
Rainer M Krug wrote:
> Charles Berry writes:
>> Rainer M Krug krugs.de> writes:
>>>
>>> when exporting the fillowing org file, I get an endless loop of
>>> evaluations.
>>>
>>> --8<---cut here---start->8---
>>> #+PROPERTY: header-args :exports both
>>> #+PROP
Rasmus writes:
> The question:
>
> In any given document, do you typically need more than two types of
> citations, i.e. {citet, citep} OR {textcite, parentcite}?
>
> I do use other citation types, in particular a genitive version of
> textcite, but not very often. That was why I init
Is there a command for automatically entering org blocks (such as for quotes or
src), the same way there's a command for inserting drawers? I'm sure there must
be, but I've searched the "block" and "insert" command lists and don't see
anything that seems promising.
--8<---cut here--
Aloha Tom,
Were obviously have similar requirements. However, there's one point
where I'm entirely on the same page as you. I want to figure out if
that's 'cause I haven't thought carefully enough about it, or because I
have simpler requirements.
t...@tsdye.com (Thomas S. Dye) writes:
> I don'
Nicolas Goaziou writes:
> In the initial suggestion @k:journal or @k:author was not possible. In
> pandoc, AFAIU, in-text means author is outside parenthesis. Nothing
> fancier. So [-@k1] would mean: "author" is outside parenthesis, but
> should not be displayed anyway.
If [-@k1] has non-obvious
Tom,
thanks for this contribution. From my point of view, you have
summarised the requirements very well. I agree with them completely,
especially the need to expose and to hide the right information when
perusing the org file.
--
Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D)
Lawrence Bottorff writes:
> I'm a beginner and I can't figure out how to build a simple link. All I
> want to do is have numbered footnotes throughout my org file that, when
> clicked, jump down to that footnote. Eg:
>
> -- This is in my org file and I'm describing Emacs fill (1). You can also
>
Rasmus writes:
> Pushed as f8f38f03.
Thank you.
> I added a org-NEWS entry, but I don't know if it should be there. Feel
> free to let me know or remove it yourself if it shouldn't.
That's OK.
>
> BTW: when figuring out how the heck macros works I came across two other
> undocumented macros, n
37 matches
Mail list logo