Hi!
Currently, the markdown org exporter does not export titles. For example, the
following org file:
#+TITLE: My Title
#+SUBTITLE: My Subtitle
#+OPTIONS: toc:nil
exports to an empty file. This patch adds title support to ox-md. Currently it
exports them as markdown headers. For example, the abo
Hi,
I have several questions about macro replacement usage.
1. I saw people using {{{n}}} macros, which looks very useful, but I could not
find it in current documentation about macro replacement
(http://orgmode.org/manual/Macro-replacement.html). Is this only available in
developmental versio
Kaushal Modi writes:
> +1 for tiny :)
>
> When I discovered it, I went a bit overboard and wrote a helper fn
> (modi/tiny-helper in here[1]) so that I don't have to remember the
> tiny syntax. I still use tiny from time to time.
>
> [1]:
> https://github.com/kaushalmodi/.emacs.d/blob/master/setu
On Wed, Aug 23, 2017 at 4:55 PM, Kaushal Modi
wrote:
> On Tue, Aug 22, 2017 at 4:10 PM Matt Price wrote:
>
>> And then I'd run some elisp that mashes them all up together, and give
>> that to the students, since I think that'll make it easier for them to read.
>>
>> Anyone on the list have any i
Hi Rasmus
On Wed, Aug 23, 2017 at 9:17 PM, Rasmus wrote:
> FWIW, I use similar patterns,
>
> ;; outline-regexp: ";;\\*+\\|\\`"
> ;; orgstruct-heading-prefix-regexp: ";;\\*+\\|\\`"
Thank you, I will try that out.
Michael
On Wed, Aug 23, 2017 at 2:31 AM Adam Porter wrote:
>
> Apologies to the list for practically spamming this recently, but it
> seems directly relevant:
>
> https://github.com/abo-abo/tiny
+1 for tiny :)
When I discovered it, I went a bit overboard and wrote a helper fn
(modi/tiny-helper in here
I've recently set up org-protocol as well and while I can confirm that
it prepends the full executable path, I don't get the extra "/" and
org-protocol works fine. And your link worked fine, except that I had to
obviously change the template name. From what I understand the additionÂ
of that "/
Hi Adam
Thank you for all the explanations that I will study and try later.
Especially the origami package looks very useful to me.
Michael
On Tue, Aug 22, 2017 at 4:10 PM Matt Price wrote:
> And then I'd run some elisp that mashes them all up together, and give
> that to the students, since I think that'll make it easier for them to read.
>
> Anyone on the list have any ideas?
>
How about using plain old #+INCLUDE:
Example made up
Dear all,
It appears that org-capture (with the no-frills, no-extensions method of
adding a registry entry for org-protocol) using new-style links is not
working correctly on Windows (tested with recent Firefoxes as well as
the Chromium derivative Iridium).
What happens is that the browser binary
Michael Brand writes:
> orgstruct-mode supports it with orgstruct-heading-prefix-regexp set to
> for example " *;;;* ".
FWIW, I use similar patterns,
;; outline-regexp: ";;\\*+\\|\\`"
;; orgstruct-heading-prefix-regexp: ";;\\*+\\|\\`"
Rasmus
--
This is the kind of tedious nonsense up
Adam Porter writes:
> It seems that org.el in org-20170821.tar is out of date. Sharon Kimble
> noticed that something was wrong, and after much digging, we found that
> org-clock.el has been updated to have calls to
> org-time-string-to-seconds with 2 arguments, but the function definition
> in or
On Tue, Aug 22, 2017 at 8:14 PM, Sacha Chua wrote:
> org-clone-subtree-with-time-shift might be a good starting point, too. It
> could be interesting to be able to replace dates within text and
> priorities. Good luck!
>
Interesting, I didn't know about `org-clone-subtree-with-time-shjift`.
than
Hi
I just learned there exist
https://github.com/arbox/org-sync
which imports and exports issues from github bb and others to emacs org
mode. Unfortunately for me the import works but not the export. I
already asked the author, but did anybody here try out that package?
Thanks
Uwe Brauer
Michael Brand writes:
Hi Michael,
> First thank you for taking over maintenance of outshine.el from
> Thorsten Jolitz.
Well, I figured it was the least I could do, since he's put so much
effort into outshine, outorg, and navi-mode over the years. Be advised,
although I am now the maintainer, I
It seems that org.el in org-20170821.tar is out of date. Sharon Kimble
noticed that something was wrong, and after much digging, we found that
org-clock.el has been updated to have calls to
org-time-string-to-seconds with 2 arguments, but the function definition
in org.el only takes 1 argument.
T
Hi Adam
First thank you for taking over maintenance of outshine.el from Thorsten Jolitz.
On Wed, Aug 23, 2017 at 1:33 PM, Adam Porter wrote:
> Rasmus writes:
>
>> I also would like to see a minor-mode for Org-like cycling when using
>> outline-minor-mode, as I use this feature in init.el.
>
> O
Rasmus writes:
> I also would like to see a minor-mode for Org-like cycling when using
> outline-minor-mode, as I use this feature in init.el.
Outshine provides this feature. In my init file, I have headers like:
Org
And when I press TAB with point on that line, it collapses everything
b
Hi Nicolas,
Thanks for bringing this up.
> I would like to remove Org Struct minor mode from Org code base. Here is
> the rationale:
Ugh, I use it in init.el and for emails, but it doesn’t work great in
message-mode anyway. I miss list handling. Supposedly, you can get Emacs
to handle lists, b
Hi,
when a headline starts with a date range, in the agenda it is displayed
as part of the headline . When a headline starts with an normal date,
the date is not displayed. For is example the following
* <2017-08-23 Wed>--<2017-08-24 Thu> Test range
* <2017-08-23 Wed> Test date
is displayed like
Adam Porter writes:
> Here are the patches. Please let me know if any other changes are
> needed.
Thank you! Comments follow.
> +(defmacro org-agenda--insert-overriding-header (&key default)
There is no "&key" in `defmacro'.
It should be (default).
> + "Insert header into agenda view depen
Hello,
Adam Porter writes:
> If you would prefer the &rest approach, that would mean doing the actual
> insertion into the agenda buffer in the macro call rather than the macro
> expansion. I thought it would be better to separate the actual
> insertion by abstracting it behind the macro.
I do
Hello,
Ken Mankoff writes:
> A capture template with %^T or %^U will prompt for date and time, but
> if I hit ENTER without manually typing a time, the present time (shown
> in the prompt) is dropped, and only a date is used in the capture.
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
23 matches
Mail list logo