(Where "radio button" means that for a list of checkboxes, only
one may be selected at any given time -- selecting a different
checkbox automatically de-selects the previous one.)
Hello org-mode,
John Kitchin posted this blog a few years back:
http://kitchingroup.cheme.cmu.edu/blog/2015/10/05/A-
Hello,
Prof. Dr. Johanna May wrote at 23:46 on November 1, 2019:
: Any hints on how to repair that? Any hints in which file
: that strange link may sit? And: how can I make sure my files stay
: exportable?
I guess an answer to the last question would be to set the variable
`org-export-with-broke
Hey there,
in the end I did find that link in my file. Probably I was using the
wrong search function (C-s) which did not show text inside links
whereas console grep did the job in the end. And then exporting via C-c c f
exported one
file for me.
Cheers,
J
Prof. Dr. Johanna May writes:
> H
* ox.el (org-export--update-included-link): Fix bug.
(org-export--update-included-link): Delete region only until one less
than (org-element-property :end link).
The old behaviour meant that e.g. the following headline could fail to
parse correctly after inclusion:
[[file:something.org][Title]] :
Jarmo,
John has already given you some elisp code that can help. The other
possibility could be to use the counter macro.
See the info manual: (org) Macro Replacement
--
Eric S Fraga via Emacs 27.0.50, Org release_9.2.6-552-g8c5a78
I use macros generally for this. For longer bits of text, I reword and,
instead of repeating the text inline, I use internal links. These links
can be inserted automatically if you use radio targets/links.
--
Eric S Fraga via Emacs 27.0.50, Org release_9.2.6-552-g8c5a78
On Saturday, 2 Nov 2019 at 14:01, alain.coch...@unistra.fr wrote:
> You also said that you had "already moved to using drawers for a large
> number of [your] inline task use cases, the ones that weren't really
> tasks!". Is this consistent with your "almost completely" above?
> This leads me to t
can you give an example of using an internal link? this would work
for me. but i am not getting what you mean.
* text to be included
<>
* blog post 1
twinkle star [syntactic magic]
?
On 11/3/19, Fraga, Eric wrote:
> I use macros generally for this. For longer bits of text, I reword and,
> in
ah, or do you mean you refer the reader to the text by a regular link
instaed of including? that's not what i am lokoing for here as these
are separate posts.
On 11/3/19, Samuel Wales wrote:
> can you give an example of using an internal link? this would work
> for me. but i am not getting wha
Hello. I have an org document with many latex snippets for which I use
the org latex preview facility. As the document has gotten bigger, any
changes requiring a rebuild of all images (e.g. changing
`org-format-latex-header') takes longer and longer to the point where
it now takes me over an hour t
Hi Joseph,
* Joseph Vidal-Rosset wrote:
>
> (I met difficulties with lazyblorg, for example. I did not succeed to
> understand how it works.)
I wrote lazyblorg because I could not find any existing tool that,
for example, let me put blog entries wherever I want:
https://github.com/novoid/lazybl
* Christian Egli wrote:
>
> The idea is that you use type todos using the people involved at the
> meeting. Below is an example how this could look:
>
> ``` org
> #+title: Meeting minutes
>
> #+TYP_TODO: Fred Sara Lucy Mike | DONE
I'd challenge the decisions on using TODO keywords for people
* Nathan Neff wrote:
>
> I have a question that's probably FAQ material but I was wondering
> what the "best" way to do something like this would be:
>
> I have a meeting that's scheduled from 10:00 - 11:00 for the next three
> days.
org-clone-subtree-with-time-shift was already mentioned. Here i
+1. This is how I do it as well. This approach makes it easier to not
only see what tasks have been assigned to what people, it also provides
a way to generate a custom agenda (report) showing what tasks each has
and what the state is for each task.
Tim
Karl Voit writes:
> * Christian Egli wrot
Hi!
I plan to use the following property for all of my projects:
:COOKIE_DATA: todo recursive
You can find details on this about this on [3].
In order to get this behavior for all of my headings that are using
progress cookies, I'd prefer the possibility to define this in my
init.el instead
Hello,
jingnan si writes:
> when do org-html-export-to-html, it fails with stringp, nil
> after toggole-debug-on-error, looks like the org-html-final-funciton
> failed with set-auto-mode t
>
I do not encounter this.
> Emacs : GNU Emacs 26.3 (build 1, x86_64-apple-darwin18.2.0, NS
> appkit-167
Hello,
Arne Babenhauserheide writes:
> The javascript license notice by org-mode is not recognized by
> librejs.
Would you want to provide a patch for that?
Thank you.
Regards,
--
Nicolas Goaziou
Hello,
Sebastian Miele writes:
> Subject: [PATCH] Respect buffer-local value of
> `org-edit-src-content-indentation'
>
> * lisp/org-src.el (org-src--contents-for-write-back): Use the
> potentially buffer-local value of `org-edit-src-content-indentation'
> from the source buffer instead of that
Hello,
Greg Minshall writes:
> using elpa org-mode, with org-plus-contrib, typing a character, or
> deleting a character, in an existing column in a table gives the error
> : (invalid-function org-table-with-shrunk-field)
>
> to reproduce, first
> : (setq debug-on-error t)
>
> then, open a (pres
Hi Nicolas,
Nicolas Goaziou writes:
> Sebastian Miele writes:
>
>> Subject: [PATCH] Respect buffer-local value of
>> `org-edit-src-content-indentation'
>>
>> * lisp/org-src.el (org-src--contents-for-write-back): Use the
>> potentially buffer-local value of `org-edit-src-content-indentation'
>>
Nicholas,
thanks for trying. i am also unable to reproduce it. i notice there
appears to be a new org-plus-contrib, and i suppose that might be a
factor. (or, i messed up somehow.) presumably, this is a dead bug.
in case it's *not* dead: i notice in my notes i had found this
https://emac
21 matches
Mail list logo