Ihor Radchenko wrote:
> James Thomas writes:
>
>>>> They're loaded on import and view/edit/add-able before re-exporting. A
>>>> 'Save WIP' feature for writing to disk until then is on the TODO list.
>>>
>>> Are the comments also using
Ihor Radchenko wrote:
> James Thomas writes:
>
>>> What about comments? Are they stored into Org mode file or separately?
>>
>> They're loaded on import and view/edit/add-able before re-exporting. A
>> 'Save WIP' feature for writing to disk unti
Ihor Radchenko wrote:
> James Thomas:
>
>> The import part in my package is merely a frill.
>>
>>> but with an added feature to automatically display diffs.
>
> What about comments? Are they stored into Org mode file or separately?
They're loaded on i
Ihor Radchenko wrote:
> James Thomas writes:
>
>> I'd like to let you know of a package I made, mainly for personal use:
>>
>> https://codeberg.org/quotuva/tchanges
>>
>> It lets Emacs users collaborate with others who use Office software like
>>
p-gnu-emacs, but its primary use is along with org-mode.
Would love to get some feedback!
Regards,
James
Org-mode 9.5.2 (packaged with Ubuntu 22.04).
I've noticed this for awhile -- wondering if this has changed in a more recent
version.
Let's say I have, at the bottom of a document:
```
* Footnotes
[fn:..] lorem ipsum...
```
Somewhere else in the document, I do C-c C-x f.
Then I see:
```
On Wed, 09 Aug 2023 15:38:55 +0800 James Harkins wrote ---
> So anyway... what I would like to do is to set something, preferably in one
> place, and have ALL org faces follow suit. How to do this? Or, is it
> impossible?
Erm... as often happens, moments after sending, I found
A while back, I configured Emacs' default face to use the Inconsolata font
slightly smaller than how it appeared at first. (It shows up in .emacs as
":height 98" -- what is 98, I'm not sure.)
Now the trouble is, =verbatim segments= appear slightly larger than the text
around it. As it's a progr
On Thu, 27 Apr 2023 09:30:13 +0800 Ruijie Yu wrote ---
> Reproducible in built-in Org (9.5.5 release) from Emacs 28.2, but
> unreproducible in latest Org main branch (release_9.6.4-329-g466a37).
> So, assuming that this indeed is a bug, it has been fixed, but the fix
> is not present in you
I just discovered a strange auto-indentation behavior. Org 9.5.2.
I'm currently using org to draft a paper.
I have set org-adapt-indentation to "adapt indentation for headline data lines."
Now I have (just stealing some body text):
```
* Headline
When this variable is set to ‘headline-data’, O
xplicitly" [3].
Is there a way to get back to the "Error Output" buffer opening with a
simple message /while/ having :session being enabled?
thank you,
James P.
References
[1] "Currently the only action Babel takes with STDERR is to display it in a
pop-up buffer when code bl
org manual called "Error handling
in source blocks" that discusses the issue.
I searched for "error handling" at <https://lists.gnu.org/archive>,
with no results that are relevant.
thank you for your time,
- JP
--
James E. Powell, MS
Pronouns: he/him/his
App
Consider the following org document.
* Test
1本人不想亲自拿到学历学位证书、急于离校者,可书面委托他人代领学历学位证
书,29日起即可离校;2本人想亲自领取学历学位证书者,按学校规定的程序及有关
要求办理离校手续,领取相关证书后离校;
This was produced by pasting in a single, long line, and then using alt-Q (a
normal thing to do, and good for readability, because org-mode doesn't wrap
li
full of lines starting with ':' only (!).
- I tried setting org-adapt-indentation to 't (the default) as it is
an obvious suspect, the bug still manifested.
many thanks,
- James P.
Emacs : GNU Emacs 25.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.24.5)
of 2020-07-07
Package: Org mod
aptioned and referenced.
- JP
On 4/19/21 10:45 AM, Nicolas Goaziou wrote:
Hello,
James Powell writes:
Using Org mode version 9.4.4 I build this document:
<>
#+NAME: t1
#+begin_src R :exports both
library(tidyverse) x <- tribble(~a, ~b, 1, 3) x #+end_src
#+CAPTION: Org Ta
("http" :follow
#[514 "\301\300\302Q\"\207" ["http"
browse-url ":"] 6
"\n\n(fn URL ARG)"]
)
("ftp" :follow
#[514 "\301\300\302Q\"\207" ["ftp" browse-url
":"] 6
"\n\n(fn URL ARG)"]
)
("help" :follow org-link--open-help)
("file" :complete org-link-complete-file)
("elisp" :follow org-link--open-elisp)
("doi" :follow org-link--open-doi))
org-babel-load-languages '((dot . t) (R . t) (shell . t))
org-html-format-inlinetask-function
'org-html-format-inlinetask-default-function
org-agenda-files '("~/jep-files/docs/projects.org"
"~/jep-files/docs/notes.org"...
org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
org-confirm-babel-evaluate nil
org-publish-project-alist '(("org" :base-directory "~/org/"
:publishing-directory
"~/public_html" :section-numbers nil
:with-toc nil
:publishing-function org-latex-publish-to-pdf
:html-head
"href=\"../other/mystyle.css\"\n type=\"text/css\"/>")
("2020_MCTD_HDDV_Registration" :base-directory
"~/deq/projects/heavyduty-registration-archive/2020_MCTD_HDDV_Registration"
:publishing-directory "~/public_html" :publishing-function
org-latex-publish-to-pdf)
)
)
--
James E. Powell, MS
Pronouns: he/him/his
Applied Physics PhD Candidate
Department of Physics
Portland State University
Home page: http://web.pdx.edu/~powellj
Office: SRTC 409B Phone: +1-503-725-8515
I searched the archives
and the intertubes, I don't see any discussion of this.
Any help would be greatly appreciated.
- JP
--
James E. Powell, MS
Pronouns: he/him/his
Applied Physics PhD Candidate
Department of Physics
Portland State University
Home page: http://web.pdx.edu/~powellj
Office: SRTC 409B Phone: +1-503-725-8515
acker? Ordinarily
here I would say "close the bug" but this is close enough I hope?
- JP
On 3/29/21 9:45 PM, Kyle Meyer wrote:
James Powell writes:
First time poster, long time user. Glad to be here.
Welcome.
This seems to a bug.
[...]
When I add some latex in the middle:
<>
In
port with org-mode 9.3.6. Back in
9.3.6, it was worse: not only would org-lint report 'unknown fuzzy'
and latex export say "BROKEN LINK" but also C-c C-o
(org-open-at-point) would fail to find the target and make the jump.
Many thanks.
- JP
--
James E. Powell, MS
Pronouns: he/
Peter Hardy:
> An alternative Android app that you might like to look at is Orgzly
Hm, I think I'll start here. Good tip, thanks!
hjh
Add `org-crypt-decrypt-after-save-magic' function to complement the
currently existing `org-crypt-use-before-save-magic' function. Causes the
buffer to be unencrypted after it has been saved to file so that you can
continue working on it without manually running `org-decrypt-entries'
This has the d
y help you can provide.
James
On Thu, Oct 29, 2020, at 12:52 PM, Tom Gillespie wrote:
> Hi James,
> I would file this along with other ob-lang dependent features such
> as TRAMP remote execution support. For example, python works as in
> your other examples, but only if you defi
by to not barf on an undefined variable error
for certain input structures like nested lists.
Argument VARS is a tree structure. See above example format."
(subst "unordered" 'unordered vars))
(advice-add 'org-babel--get-vars :filter-return #'patch-get-vars-output)
#+end_src
Thanks again for any help or direction you can provide.
James Boyle
logging out org-state).
If I print out either of those variables with the "%S" format string
instead of "%s", the point doesn't move.
This doesn't happen with emacs -Q, so presumably there's something in my
config that's making this happen, but I have no idea what I should be
looking for. Any suggestions?
James
Ihor Radchenko writes:
>> It seems to always work properly from the org buffer itself, so I assume
>> it's something happening in the agenda, but I'm not sure where to look.
>> I've tried debugging `org-agenda-todo`, but I can't see anything in
>> askance there. Any advice as to what I should be
but I'm not sure where to look.
I've tried debugging `org-agenda-todo`, but I can't see anything in
askance there. Any advice as to what I should be looking for?
James Cash
Emacs : GNU Emacs 28.0.50 (bu
l be an issue in practice,
but if necessary we could just check the value of
eldoc-documentation-strategy and behave appropriately.
>From 7d59ecadbea429626bae90464d76f01b60c8d67f Mon Sep 17 00:00:00 2001
From: "James N. V. Cash"
Date: Thu, 17 Sep 2020 10:51:13 -0400
Subjec
James N. V. Cash writes:
> I was just thinking more about this, and I'm concerned I might need to
> change things around a little bit more. The closure that
> org-eldoc-get-mode-local-documentation-function now returns under Emacs
> 28 doesn't take any arguments and in
Kyle Meyer writes:
> Using lexical-let here is problematic because it's obsolete since Emacs
> 24. Taking a quick glance, I don't see any issues with switching this
> file over to lexical binding by adding " -*- lexical-binding: t; -*-" to
> the first line.
Cool, will do. I was concerned that t
h, which tries to better
preserve how the new eldoc strategy works, by passing through the
callback to the mode-local eldoc function if available, which will be a
closure over the configured documentation strategy with
eldoc-documentation-functions bound to the appropriate mode-local value.
>From 4c
I've attached a patch that addresses the recursion issue with Emacs 28
and shows eldoc properly with example python. It presumably should act
the same with older versions of Emacs, although I haven't tested.
diff --git a/contrib/lisp/org-eldoc.el b/contrib/lisp/org-eldoc.el
index 3b0999340..ccc23
Bastien writes:
> Confirming this as an issue, if someone wants to fix it.
I've tried taking a shot at addressing this issue via the patch attached.
As mentioned in the thread, might potentially cause issues by changing how it
matches -- should there be an option? Or is the idea just that if
Kyle Meyer writes:
> Basil L. Contovounesios writes:
>> How involved would it be to make org-eldoc work in
>> non-"backwards-compatibility" mode?
>
> I think we can do that, while still supporting Org's minimum Emacs
> version, by following python.el. Here's what it does:
> ...
>
> ... org-eldoc
Nicolas Goaziou writes:
> Do we need another variable for that? Could
> org-eldoc-documentation-function catch wrong-number-of-arguments error,
> and try another call instead?
I believe that the issue is org-eldoc-documentation-function itself is
called with the wrong number of arguments; the
, which puts eldoc in
"backwards-compatability" mode.
>From 5c04048c0d1ed3f80c7dd3e6477e12fc8e760675 Mon Sep 17 00:00:00 2001
From: "James N. V. Cash"
Date: Fri, 10 Jul 2020 11:56:23 -0400
Subject: [PATCH] Make org-eldoc work with Emacs 28's new eldoc API
Still usi
Alejandro,
Have you tried ox-hugo? There's an org exporter to Hugo. I use it and it works
pretty much flawlessly.
--
James Miller
james.ryland.mil...@gmail.com
org
file that could be exported the html occasionally too.
--
James Miller
james.ryland.mil...@gmail.com
ML only approach is that it's not easy to see what's
an open issue unless you spend a long time searching and reading the ML.
And I feel that that time could be better spent learning the code base
instead of reading the ML.
--
James Miller
james.ryland.mil...@gmail.com
enting an
issue tracker.
A project to consider then, might be some sort of system that interfaces with
the ML (as well as a simple REST api so that issues could be submitted from
inside emacs directly), that creates some sort of org-based issue tracker, and
then ox-html exports to a stati
just be a view into that?
--
James Miller
james.ryland.mil...@gmail.com
My apologies. I thought Gogs was the repository for org as I that is what is
linked from the homepage.
--
James Miller
james.ryland.mil...@gmail.com
Doesn’t Gogs have a nice issue tracker functionality?
--
James Miller
james.ryland.mil...@gmail.com
This just might be the functionality that makes me learn elisp. :)
--
James Miller
james.ryland.mil...@gmail.com
It just seems like a regression to me instead of a fix. Functionality was
removed instead of fixed.
--
James Miller
james.ryland.mil...@gmail.com
this functionality back in? Perhaps as some sort
of variable like `org-use-fancy-description-list-indentation` instead of
throwing it out entirely?
Here's the commit I'm referring to:
https://code.orgmode.org/bzg/org-mode/commit/683df456a41a2b0e308bdbf746f5db0235a6058a
Thanks.
-
On June 29, 2019 06:45:51 Samuel Wales wrote:
i was going to code the following, and documented it first,
but cannot code it. maybe it
will be of smoe use in thinking about the problem.
Sure, those are good tips. Much appreciated! I don't mind taking it from
there (though I probably can't d
I recently had to make a document listing my professional activities (lectures
and performances). Items are dated.
I would like to see an overview of them, sorted by date.
In the past I would have used a Timeline agenda for this, but that's no longer
possible.
https://www.reddit.com/r/orgmode/
On Tue, 11 Dec 2018 01:00:15 +0800 wrote
> Check your ~/.mailcap and/or /etc/mailcap file as well: there are indeed
> many twisty passages through org-open-file, so you may end up calling
> whatever the system has set up (correctly or not).
> Nick
Aha, that was the answer. Apparen
On Mon, 10 Dec 2018 07:25:13 +0800 briangpowell
wrote
> * Suggest you try changing this:
>
> ("\\.odt\\'" . "libreoffice6.0 %s"
> * To this instead:
>
> ("\\.odt\\'" . "libreoffice %s"
> --since "libreoffice6.0" is a specific link that is subject to change--not
> only by y
Hi,
I realize I'm running an older version of org-mode (8.3.3), but things are
working for me generally and I'm not in a position to monkey around with my
environment right now.
Anyway, something strange. A few months ago, I was able to export to ODT and
the file would open in LibreOffice. But
On Tue, 09 Jan 2018 20:35:37 +0800 Eric S Fraga wrote
> Check org-latex-prefer-user-labels.
OK, this works for me, thanks.
FWIW, org-latex-prefer-user-labels eluded me in the documentation. Now that you
pointed me to it, I see the reason for the change, but I wouldn't have guessed
I have several org documents containing source code listings, with references
such as the following:
```
* Section
#+name: codeblock
#+caption: Hello, world.
#+BEGIN_SRC C
// Hello, world
#+END_SRC
Reference to [[codeblock]].
```
I've been doing this for years, never had any problem.
Today, I
On Mon, 20 Nov 2017 15:50:58 +0800 Eric S Fraga wrote
> On Sunday, 19 Nov 2017 at 10:54, James Harkins wrote:
> > 2. Is there a property to override the warning period for specific
> > headlines? For example, if I have a project due on a certain date, a
> > t
Hi,
Two questions about deadline items in the agenda.
1. The default warning period for upcoming deadlines is 14 days. There must be
a variable to control this, but I'm having trouble finding it in the manual.
2. Is there a property to override the warning period for specific headlines?
For ex
One more vote in favor of not removing my own use, I added
Anyway, just an opinion. "<" macros save me tons of time with ox-latex
markup. I like them.
hjh
Sent with AquaMail for Android
http://www.aqua-mail.com
On September 27, 2017 14:03:06 Eric S Fraga wrote:
On Wednesday, 27 Sep 2017 at 11:53, James Harkins wrote:
Hi,
There seems to be a mistake in the org-mode Ubuntu 16.02 packages.
For beamer, if I C-c C-x p to add a property, one of the predefined options is:
:BEAMER_act(Act): 1
I
Hi,
There seems to be a mistake in the org-mode Ubuntu 16.02 packages.
For beamer, if I C-c C-x p to add a property, one of the predefined options is:
:BEAMER_act(Act): 1
But it should be
:BEAMER_act: 1
The former is ignored in the generated LaTeX. The latter produces a correct
ove
exported agenda view, including all
TODOs. So, e.g., I have a task "Review e-mailed student work" and under this
task will be a large number of short-duration subtasks. The subtasks do not
need org-ids. So I would really prefer to use checkboxes for these, and I don't
understand why the statistics hook doesn't work here.)
Org 8.3.3 from Ubuntu packages.
Thanks,
James
On Sat, 16 Sep 2017 15:30:52 +0800 Nicolas Goaziou
wrote
> Does customizing `org-show-context-detail' fix your issues?
Hi,
Thanks, it would have taken me quite some time to find that.
The default was "ancestors." Changing it to "local" works well for me.
I'm puzzled because, for y
> What is the setting to control the visibility of the 4th-level siblings here?
>
> How I got to this point:
>
> - All headings collapsed (only top-level visible)
> - Go to the agenda week view
> - Put the cursor on the entry for "Elec. 2a 01" and hit return.
A bit of poking around, and I
Sorry, I had meant to attach a screenshot. Here it is.
James
On Sat, 16 Sep 2017 09:47:45 +0800 James Harkins
wrote
> Hi,
>
> What is the setting to control the visibility of the 4th-level siblings here?
>
> How I got to this point:
>
> - All heading
Hi,
What is the setting to control the visibility of the 4th-level siblings here?
How I got to this point:
- All headings collapsed (only top-level visible)
- Go to the agenda week view
- Put the cursor on the entry for "Elec. 2a 01" and hit return.
The catch is... my school requires me to ta
On Sun, 10 Sep 2017 04:18:08 -0400 Nicolas Goaziou
wrote
> > On Sat, 09 Sep 2017 05:06:24 -0400 James Harkins
> > wrote
> >> I guess next I'm going to try to hack ox-odt.el...
> >
> > Hm, that's going to be too complicated.
On Sat, 09 Sep 2017 05:06:24 -0400 James Harkins
wrote
> I guess next I'm going to try to hack ox-odt.el...
Hm, that's going to be too complicated. So I suppose my only other option is to
make an SVG for every code example, and include only images. Or hack the xml by
On Fri, 08 Sep 2017 23:52:33 -0400 James Harkins
wrote
> Is there a way to have "figure" references in ODT exports be simply a flat
> list?
>
> Meaning -- I would like "Example 1," "Example 2," etc. (or "Figure," doesn
Hi,
Is there a way to have "figure" references in ODT exports be simply a flat list?
Meaning -- I would like "Example 1," "Example 2," etc. (or "Figure," doesn't
really matter).
With "num:nil," "Listing 1," "Listing 2," "Listing 3," but there is also a
figure, which becomes "Figure 1." So ther
Hi,
I am exporting a document to ODT, including a small SVG image.
#+name: Notation1
#+caption: Transcription into Western notation of an example pattern string.
#+attr_odt: :width 6.88 :height 1.87
[[./notated-example.svg]]
The frame properties, however, do not respect the given size attributes
On August 20, 2017 18:13:13 Nicolas Goaziou wrote:
Out of curiosity, instead of creating a new style, wouldn't some
standard style be enough, e.g., "Text_20_body_20_indent"?
Also, what happens in the following cases
- ...
#+begin_quote
Quoted paragraph
#+end_quote
On Sat, 19 Aug 2017 07:55:00 -0400 Nicolas Goaziou
wrote
> OK. So could you tell me what should be the style name?
>
> Do we need to add it to some style file somewhere? If so, what would be
> its definition?
OK, I just got the expected output by the following:
- Add "OrgListTex
On Sat, 19 Aug 2017 04:36:58 -0400 Nicolas Goaziou
wrote
> Adding a special style to every paragraph contained in a plain list is
> very easy to do. Just let me know if it happens to be the way to solve
> the issue at hand.
I think that is the correct solution. (Again, only one pa
On Thu, 17 Aug 2017 10:33:29 -0400 Nicolas Goaziou
wrote
> So, what style-name should have the inner paragraph? If it is a new
> style, what would be its definition?
>
> It's not difficult to check, upon exporting a paragraph, if it belongs
> to a list item or not: (org-elem
Hi, haven't been active here for a while (which is a good thing -- it means I
haven't had any problems worth mentioning!).
Now I have one -- ODT export encodes list items as a list-item containing a
"text:p":
blah blah
When LibreOffice reads this, it applies indentation settings from the
Hi, all
In orgmode, is there a way to set coding system for the tangled file? For
example, my default coding system is utf-8, and when I tangle some src
blocks sometimes I want the tangled file to use other coding systems like
chinese-gbk. It would be perfect if orgmode had a header argument (e
Adam
Thanks. I got it working. But I'll note that method for troubleshooting
in future.
Regards,
Paul
On 2016-04-28 01:16:55, Adam Porter wrote:
> I would try opening the el files and eval-buffer in each one, then see
> if the commands are available.
On February 27, 2016 5:57:01 AM Nicolas Goaziou wrote:
> My question, then, is: What is needed to get ob-lilypond to support
> LaTeX floats and captions? (I have a sneaky feeling it isn't trivial,
> but it's worth asking in any case.)
You are applying the name and caption to the source block,
Especially looking for users of ob-lilypond:
I currently have a few LilyPond source code blocks that are working quite well
as inline graphics (exported to LaTeX), e.g.:
#+BEGIN_SRC lilypond :exports results :noweb yes :file ex1.eps
...
#+END_SRC
When I export, it (correctly) asks if I want to
Giulio Petrucci writes:
[snip]
>
> Another problem that I am eperiencing is that it is very hard for me
> to find documentation about the org-mode function and variables.
> For this specific issue, is there any resource that shows you *what*
> you can do *and how* to do it?
>
Outside of http://o
solid, I'll send it.
>
I would like to see the code, perhaps we can make something usable.
--
James
y Debian
Package: Org-mode version 8.3.2 (release_8.3.2-1-g115c4b @
/home/james/src/org-mode/lisp/)
Sent with my mu4e
I think the manual could be a bit clearer on one point of the use of :EXPORT_*:
properties.
http://orgmode.org/manual/Export-settings.html#Export-settings
~~
When exporting only a subtree, each of the previous keywords3 can be overridden
locally by special node properties. These begin with ‘EXP
Hi,
org-mobile-pull just messed up.
I have a top level heading, "Dates." In mobileorg (android), I created a
second-level heading under it, "Entrance exams," and then a third level heading
under that, "Auditions," with a scheduled date. That was on my phone.
Later, I synced on the phone and di
On March 6, 2015 7:21:50 PM Nicolas Goaziou wrote:
James Harkins writes:
> The page covers a lot of details, but less in the way of context. For
> instance, the toolbox is documented extensively, but I didn't see
> a comprehensive list of the transcoding functions that a ba
Igor Sosa Mayor gmail.com> writes:
>
> James K. Lin yahoo.com> writes:
>
> > org-narrow-to-subtree creates a subtree buffer. Your org-return call within
> > that new subtree buffer command operates on the base buffer. Many of Org's
> > link navigation
Igor Sosa Mayor gmail.com> writes:
>
> Hi,
>
> maybe this is a small bug or something wrong in my config...
>
> But: if I use org-narrow-to-subtree and then use org-return to open a
> file link the narrowed function get lost and I get the whole buffer
> again. This happens at least if I get a
I've been working on an export backend for personal use, and I find the
documentation on worg to be... not quite what I need. In the spirit of
suggesting an avenue for improvement, then:
The page covers a lot of details, but less in the way of context. For
instance, the toolbox is documented e
On March 4, 2015 7:18:11 PM James Harkins wrote:
I've got:
(defun org-scdoc-headline (headline contents info)
(unless (org-element-property :footnote-section-p headline)
(let* ((title (org-element-property :title headline))
(allcaps (upcase title))
... blah blah
I've got:
(defun org-scdoc-headline (headline contents info)
"Transcode a HEADLINE element from Org to ASCII.
CONTENTS holds the contents of the headline. INFO is a plist
holding contextual information."
;; Don't export footnote section, which will be handled at the end
;; of the template.
On March 3, 2015 12:51:31 AM Nicolas Goaziou wrote:
> Then I created an org file that begins:
>
> #+BEGIN_SRC org
> ,#+title:: PulseCount
> ,#+summary:: Pulse counter.
> ,#+related:: Classes/Stepper
> ,#+categories:: UGens>Triggers
It should be
#+title: PulseCount
Gah... doubled c
I'm trying to derive an exporter backend from ASCII. I need to add some export
options, so I have:
#+BEGIN_SRC {emacs-lisp}
(org-export-define-derived-backend 'scdoc 'ascii
:translate-alist ... omitted for brevity...
:options-alist
'((:categories "CATEGORIES" nil nil t)
(:related "RELA
Just wondering if anyone has any experience with texts written in org,
which then need to be translated.
The simplest thing, of course, would be an org file for the original
language, and then separate files for other languages. Markup and export
are simpler this way, but future edits would be
Eric S Fraga ucl.ac.uk> writes:
> On Wednesday, 11 Feb 2015 at 11:46, L.Larrabee Strow wrote:
> > Here is the simplest example I can come up with. I changed the four
> > figures to text. Note that in comments, I show where I can add
> > \end{columns} and \begin{columns} to the org-generated .te
Larrabee Strow umbc.edu> writes:
>
> I am trying to put a second row of two columns in a org beamer slide.
>
> No problems with doing the first row, two column.
>
> I can't figure out any way to put in the second row of two columns.
> (I am trying to show a 2x2 grid of images, with titles.)
>
This appears to be buggy behavior, but I'm asking here first in case it might
already have been fixed.
A couple of months ago, I was trying to create a repeating timestamp for two
different days of the week. First I tried a diary-sexp, but that wasn't
compatible with habits, so I gave that up.
Nick Dokos gmail.com> writes:
> Somewhere but probably not in org - it can't clean up what it does not
> know about. What system is this? Does this have anything to do with
>
> http://en.wikipedia.org/wiki/Filesystem_in_Userspace
>
> perhaps?
That's probably it. I set up my machine to dual
I've just noticed -- after exporting an org file using the beamer backend, two
hidden files are left in the directory. They both contain LaTeX code, so I'm
quite sure they're coming from the export.
.fuse_hidden01c1:
~~
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\
I'm using org + beamer, and I've put in some links like this:
\href{media/something.mp3}{Listen: Something}
I want "Listen: Something" to appear in another color. LaTeX is steadfastly
refusing to do this: all links appear in the normal document font and color.
Hyperref is invoked in the preambl
Just now, I needed to exempt a couple of subtrees from TODO dependency
blocking. I found that you can do this by setting a subtree property NOBLOCKING.
This option appears to be undocumented (by which I mean, it isn't mentioned in
the manual's dependency checking page, and a web search for "orgm
Attached to this e-mail, please find an image of the appearance of one of my
org buffers after doing org-mobile-pull.
Before the pull, I collapsed all the subtrees (S-TAB once).
The pull added some new nodes. The nodes appear to be filed correctly. But, it
looks like org is trying to do some ki
Rasmus gmx.us> writes:
> Also check
> `org-clone-subtree-with-time-shift'.
FWIW, I always create a separate subtree, with a single timestamp, for every
class session. Advantages:
- Individual status for each session: DONE, POSTPONED or CANCELED.
- If a single class in a series needs to be resc
Is there a hook that runs after a TODO state change triggers a repeat?
I have a few weekly tasks that I've set up as habits. These refer to scheduled
lessons. I have the idea that it would be pretty cool to include in the habit
entry a link pointing to the next lesson. When I mark the habit DONE
1 - 100 of 516 matches
Mail list logo