Problem solved! I had forgotten that I was using a copy of the Org repository
instead of the package bundled with Emacs.
Peter.
On Mon, 12 Nov 2018, at 14:52, Peter Westlake wrote:
> Since upgrading from Fedora 27 to Fedora 28, Emacs 26.1-3.fc28.x86_64,
> links and other fontified text in Org f
Hello. I guess this is normal, but I wanted to report it in case
there is room for improvement:
After inserting a latex file into an .org file, I ended up with the
following part in the org file (which was an agenda file):
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End
minimal-org.el ---
;;; Minimal setup to load latest 'org-mode'
;; activate debugging
(setq debug-on-error t
debug-on-signal nil
debug-on-quit nil)
(add-to-list 'load-path "~/git-ext/org-9.1.14/lisp")
(add-to-list 'load-path "~/git-ext/org-9.1.14/
> my guess is that it would be a lot of work to mark up the Worg sources to get
> well-formatted info output.
The orgmode manual is going to be an org-file which I guess will output to
info:org.
Aha! Finally figured out how to get this installed over the MELPA version.
Yes, this is fixed in the development branch. I am so happy about this. I hope
this is released in a stable version soon, because right now org-capture is
really destructive otherwise.
Thanks!
Nicolas Goaziou writes:
>
Hi!
> Leo Gaspard writes:
>
>> Here is a translated example task from my .org file:
>>
>> *** TODO Check bank report
>> SCHEDULED: <2000-02-10 Thu +1m>
>>
>> Dated [2000-01-01 Sat +1m]
>>
>> The point of this “Dated” field being to tell me to which report I
>> should be looking, given I s
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
Hi Calvin,
This changed in recent versions - the default keyboard shortcut now C-c C-,
followed by a letter to choose the type of block (s for src, e for example,
etc.). I think there's still a way to enable the old tab expansions, but I
have gotten used to the new ones by now.
The new shortcuts
> The new shortcuts have the advantage of being able to wrap text - if you have
> a region selected, it will be wrapped in the new block.
Oh brilliant! I've always wanted to do that. Thanks!
I think the manual might still have the old easy-templates thing described?
That or I somehow have the
The new org-format manual in the git repo (
https://code.orgmode.org/bzg/org-mode/raw/master/doc/org-manual.org)
already documents the new templates (search for "Structure Templates"), but
I'm not sure if this is already available in rendered form somewhere. The
manual at https://orgmode.org/manual
Hello,
ST writes:
> I saw only "fn:" related variations in the docs...
Indeed, but every variation needs to be handled specifically, so it
ultimately counts as a different syntax.
> Even if somebody else implements this and provides a patch?...
Yes, please. This is a matter of design, not imp
Hello,
boris martin writes:
> minimal-org.el ---
>
> ;;; Minimal setup to load latest 'org-mode'
>
> ;; activate debugging
> (setq debug-on-error t
> debug-on-signal nil
> debug-on-quit nil)
> (add-to-list 'load-path "~/git-ext/org-9.1.14/lisp")
>
12 matches
Mail list logo