I have a file with a large number of top-level headlines. Each subtree
corresponding to a top-level headline is exported to its own PDF file. The
subtrees all use the same LaTeX headers except for \hypersetup. Right now, I
have to uncomment the \hypersetup manually whenever I export a subtree. I
Alexander Baier writes:
> This looks really nice! A few things I discovered:
Thanks, I will fix these soon!
There are also some other alternatives on the emacs-devel list from when
I asked as a general question regarding package.el and dependencies.
Should be noted that this issue is primarily caused because, fro the
package.el perspective, org-plus-contrib is different to the org
package. Other ELPA/M
This is indeed useful, thanks.
I think this may be best done by some startup code, which when installing
org-plus-contrib with require-package, deletes any existing org package,
and makes this dummy org package.
Would it be useful if such code appeared within the org-plus-contrib
package itself,
On 07/29/2017 03:20 AM, Adam Porter wrote:
Alexander Baier writes:
Hi Adam,
I hadn't heard of org-quick-peek. I found
https://github.com/alphapapa/org-quick-peek but could not find the
package on MELPA, do you know why this is the case?
Hi Alexander,
Actually I haven't submitted it to MEL
In case it is useful, here is Achim's post:
From: Achim Gratz
To: emacs-orgmode@gnu.org
Subject: Re: [O] Stable releases
Flags: replied, seen, list
Date: Sat Aug 22 07:44:14 2015
Maildir: /TSDYE/INBOX
List: emacs-orgmode.gnu.org
Thomas S. Dye writes:
> I do have a technical question that you or s
Hi all,
I notice that org-open-at-point reports "no link found" when the point
is on the tags in a headline, even though the mouse pointer indicates
that emacs regards org tags as a link. I believe this is a bug, which
the attached patch addresses.
Please let me know if I can provide any mor
Adam Porter writes:
> I've had the same problem, I have to manually delete the extra org
> package now and then. I wonder if a dummy package would prevent
> package.el from reinstalling it...
Yes it does and I've provided instructions on how to do that quite some
time ago on this list.
Regards,
Colin Baxter writes:
> Considering how fundamental keywords and tags are to org-mode, I'm a
> little surprised that only two other users have reported the issue.
It's because of the bravery of users like you that I don't run master.
;)
> Colin Baxter writes:
> Hello,
> As of today, TODO now appears with three sets of un-requested
> double colons after it, as in TODO :: :: ::
> The behaviour doesn't occur with emacs -q, so the cause is
> presumably in my ~/.emacs. I can't work out what's wrong with my
Hi Jarmo,
Thanks for your report.
Jarmo Hurri writes:
> I get an error (pdflatex hangs up) when trying to Beamer export the
> following simple Org file (key command C-c C-e l O).
>
> # -
>
> #+STARTUP: beamer
>
> * This is a simple
John Kitchin writes:
> Hi,
>
> In my ipynb exporter, I generate md strings for cells using something like
>
> (org-export-string-as
> s
> 'md t '(:with-toc nil :with-tags nil))
>
> This works unless there is a broken link:
>
> https://github.com/jkitchin/ox-ipynb/issues/2#issuecomment-321061051
>
Hi John,
John Kitchin writes:
> In my ipynb exporter, I generate md strings for cells using something like
>
> (org-export-string-as
> s
> 'md t '(:with-toc nil :with-tags nil))
>
> This works unless there is a broken link:
>
> https://github.com/jkitchin/ox-ipynb/issues/2#issuecomment-321061051
Hi there;
When I miss a deadline and scheduled todo, the org-agenda neatly
prints the item until I've turned it to DONE. In iCalendar export, I
expect/wish that it is also the case when deadlines and scheduled
todos are exported as Events (I use VEVENT's as Google Calendar seems
to not support VT
While the bug is being fixed, here is a quick band-aid for anyone else
struggling with this problem.
1. When the export hangs up, press C-g to interrupt.
2. Run the following on the intermediate tex file, here exported.tex :
sed -i 's/\[,/\[/g' exported.tex
3. Run pdflatex by hand:
pdflatex
Greetings.
I get an error (pdflatex hangs up) when trying to Beamer export the
following simple Org file (key command C-c C-e l O).
# -
#+STARTUP: beamer
* This is a simple test
- let us see what happens
# ---
Rasmus writes:
> Hi,
>
> Kaushal Modi writes:
>
>> Thanks for checking. The validator (the default one in org-html-postamble)
>> never worked for me, probably because of something being blocked at work..
>> I get this when I click the validator link:
>>
>> =
>> Sorry! This document cannot be
Hi,
Kaushal Modi writes:
> Thanks for checking. The validator (the default one in org-html-postamble)
> never worked for me, probably because of something being blocked at work..
> I get this when I click the validator link:
>
> =
> Sorry! This document cannot be checked.
> No Referer header
Hello,
Samuel Wales writes:
> clocking in produces this bt:
>
> Debugger entered--Lisp error: (wrong-number-of-arguments decode-time 2)
I see. The you are missing b561c8b7efa5e88763c67d9327507e01af601352.
You need to update Org.
Regards,
--
Nicolas Goaziou
19 matches
Mail list logo