Nick Dokos gmail.com> writes:
>
>
> See footnote 4 in
>
> (info "(org) Literal examples")
>
> for an explanation.
>
I see. Thanks!
I've become fond of using Greek symbols in my R code (mu, sigma, etc). R
handles these just fine, but most of them disappear in the listing when I
export to LaTeX (lower-case mu comes through OK). I think the basic problem
is the the listings package can't handle the characters. I've come across
so
Mike McLean writes:
> Hello
>
> In the last few days I started getting an error when moving tasks to the DONE
> state.
>
> I have ~(setq org-clock-out-when-done t)~ in my Emacs configuration.
>
> I get the following back trace when I mark a task as done:
>
> Debugger entered--Lisp error: (void-
Aloha all,
The following ECM yields a blank footnote in LaTeX export.
,--
| * Footnote test
|
| This is text.[fn:1]
|
| * Footnotes
| #+attr_latex: :offset 0in
| [fn:1] A footnote.
`--
Hello
In the last few days I started getting an error when moving tasks to the
DONE state.
I have ~(setq org-clock-out-when-done t)~ in my Emacs configuration.
I get the following back trace when I mark a task as done:
Debugger entered--Lisp error: (void-variable org-state)
(member org-state
Arun Isaac writes:
> How long does FSF copyright assignment typically take? I sent a request
> around 2 weeks ago (on December 26), but haven't received a reply yet.
>
> Does it usually take this long? Should I resend my copyright
> assignment request?
Are you talking about a physical letter or
Hi Karl,
Karl Voit writes:
> I wonder if it is possible to define parts of content and "bind" it
> to a reference which can be inserted multiple times.
Recently, there was a thread on a similar issue.
http://permalink.gmane.org/gmane.emacs.orgmode/103942
If you can have external files,
Hi eveyrone,
I've recently consolidated all of my course lectures into a single file,
which makes it a lot easier for me to organize and re-organize my notes.
I used to have an org-publish-project-alist like this:
(setq org-publish-project-alist
'(
("courses"
:components (
I would prefer the second option (modifying the display-buffer-alist). I
don't customize this variable for any of the org-mode buffer but I do for
other buffers. That too, I do it indirectly using the shackle package.
Here's my setup that can give your examples and a brief documentation on
how to c
On 2016-01-13 at 13:17, Ken Mankoff wrote:
> On 2016-01-13 at 13:08, Kaushal Modi wrote:
>>> I'd like to keep the active buffer visible while capturing.
>
>I think the issue is that the template requests a timestamp or a
>SCHEDULED field (or as you describe, you may add those manually). The
>ema
Nick Dokos writes:
> "cschr" writes:
>
>> Hello
>>
>> Im a software developer and new to emacs. I want to maintain my calendar
>> appointments in
>> orgmode, and define individual alerts for each appointment (which also
>> includes to have no
>> alert for some appointments). Using the emacs di
Hi Kaushal,
On 2016-01-13 at 13:08, Kaushal Modi wrote:
>> I'd like to keep the active buffer visible while capturing.
>
> That's how it works for me. I do not see a calendar buffer unless I do
> something like C-c C-d (org-deadline) or C-c C-s (org-schedule) in an
> org buffer.
You're right, a
> I'd like to keep the active buffer visible while capturing.
That's how it works for me. I do not see a calendar buffer unless I do
something like C-c C-d (org-deadline) or C-c C-s (org-schedule) in an org
buffer.
If I am in a frame with one buffer ABC, calling org-capture splits the
frame into
I'd like to keep the active buffer visible while capturing. Currently, when I
invoke a capture template, the text I was viewing disappears. The frame splits
into two parts: The capture template, and a calendar. Is there a way to have it
split into three? Or have the capture buffer open in a new
Sorry,
I have to apologize for
a) Auto correct messing with the subject line, it should have been clocktable.
b) Not including the ECM
Axel
clocktable.org
Description: Binary data
Hi,
I use org mode to clock the time I spend on different tasks.
Starting this year my company switched to account working time by the minute
instead of using a quarter of an hour.
Getting the exact time is no problem but right now I have to translate the
HH:MM time into minutes since that is w
Suppose I have the following configuration
("test"
:base-directory "src"
:publishing-directory "dest"
:publishing-function org-latex-publish-to-pdf
:recursive t)
Is it possible to publish both org files to destination in the save level
E.g., publish from
src
├── dir1
│ └──
Hello,
"T.F. Torrey" writes:
> Hello,
>
> I have a function that uses org-map-entries to build a list of entries.
> It worked until recently. Now, it fails with simple combinations. For
> instance, 'LEVEL=1' matches what it should, and 'weblog' matches what it
> should, but 'LEVEL=1+weblog' do
OK, now it's working. I'm not sure what the problem was before, but
it seems resolved now.
Sorry for the false alarm.
Thanks,
G
On Wed, Jan 13, 2016 at 3:33 AM, Marco Wahl wrote:
> Nick Dokos writes:
>
>> Kynn Jones writes:
>>
>>> The [Show Org source] button at the bottom of pages such as
Karl Voit writes:
> Hi!
>
> I wonder if it is possible to define parts of content and "bind" it
> to a reference which can be inserted multiple times.
Sounds like macros in Org -- maybe check out that part of the manual?
If you have a pretty recent org-ref, You can set a list of functions for
org-ref-clean-bibtex-entry:
https://github.com/jkitchin/org-ref/blob/master/org-ref.el#L302
Use this in an init file, and remove the functions you don't want to
run.
(setq org-ref-clean-bibtex-entry-hook
'(orcb-key-comma
Hi!
I wonder if it is possible to define parts of content and "bind" it
to a reference which can be inserted multiple times.
In LaTeX, I am using:
,[ LaTeX example ]
| \newcommand{\mycontent}{This is some content containing lists,
| headings, and much more which is defined once and pops up i
Hi!
Kenneth Jacker writes:
>> Are you sure you have a font that supports italic or boldface variants?
>>
>
> Hmmm ... not sure I know how to check that ...
>
> Might you suggest a "variable", "function" or "menu item" that would
>
> indicate whether the needed "font support" was there/enable
Dear list,
I am using org-ref-clean-bibtex-entry to clean up my biblatex file. Among
other things, this function detects if there are non-ASCII characters in
each bibtex/biblatex entry. My file has many non-ASCII characters that
are exported via Latex to pdf with no problems because my setup is
I guess that gives away I am still using 8.2.10! I have never figured
out how to get a higher version of that through
elpa/melpa/http://orgmode.org/elpa/.
Nick Dokos writes:
> John Kitchin writes:
>
>> That is pretty weird. It should be defined in org-faces.el. What org version
>> are you using
org now supports multiple TBLFM lines - see the "Using multiple #+TBLFM
lines" subsection in
(info "(org) Editing and debugging formulas")
However, editing the formulas with C-c ' does not work, except for the
first one. On subsequent ones, org says
user-error: Not at a table
Org-mode version
Hello,
I have a function that uses org-map-entries to build a list of entries.
It worked until recently. Now, it fails with simple combinations. For
instance, 'LEVEL=1' matches what it should, and 'weblog' matches what it
should, but 'LEVEL=1+weblog' does not match the intersecting set, or
anyth
zariskij writes:
> Hi,
>
> I encounter a strange behavior of org-edit-special.
>
> Whenever I have a line starting with * in org-edit-special buffer,
> org-mode automatically inserts a comma before * in the original
> org file.
>
> For instance, if I type into org-edit-special buffer:
> /**
>
Nick Dokos writes:
> Kynn Jones writes:
>
>> The [Show Org source] button at the bottom of pages such as
>>
>> http://orgmode.org/worg/
>>
>> does not work. Nothing happens when one clicks on it. It's supposed
>> to execute the statement `show_org_source()`, but as far as I can
>> tell, the fu
Hello,
I’m looking at a tool[fn:1] that uses highlight.js to do syntax highlighting
of text files. As it does not support orgmode yet, I’ve started some
work on it. It’s very preliminary (I wanted to see how difficult it
would be to do anything), but in case there is some interest for it,
it’s her
For me it took 6 weeks, but it was due to tremendous efforts of Russian Post )
Arun Isaac writes:
> How long does FSF copyright assignment typically take? I sent a request
> around 2 weeks ago (on December 26), but haven't received a reply yet.
>
> Does it usually take this long? Should I resend
31 matches
Mail list logo