org-mode Questions
1
The correct syntax is this:
#+PROPERTY: header-args :tangle "~/.config/emacs/init.el"
But once, I had, instead of header-args, header-aegs.
Notice the e instead of r.
I was getting the ...
5
Solved
In org-mode, pressing M-S-RET (meta-shift-return) will create a new TODO on a new line. This key sequence sends M-RET to emacs through my terminal. I've checked this with C-h c ESC-S-RET, which ret...
5
Solved
I have been using Emacs 24.4 for all my math/scientific notes. org-latex-preview is fantastic for this! But recently, I upgraded to a macbook pro with retina display, and I now see that all my equa...
Clothilde asked 10/5, 2015 at 12:22
4
Solved
I have tasks that I do every day (e.g bugzilla triage), but I only do those Monday to friday. Not on the weekends.
When I use something like this:
SCHEDULED: <2015-02-07 Sat ++1d>
It repe...
Cabot asked 6/2, 2015 at 16:3
1
I use emacs org-mode write my documents, and export to html.
For a table, i want to set column width(percentage of width), for example as follow:
#+attr_html: :border 1 :rules all :frame border :...
4
Take foo /bar/ baz as example, when exported to HTML, it becomes foo <i>bar</i> baz, now I want to export it with the original style foo /bar/ baz, how to achieve this ? I have tried fo...
4
How can I edit Google Drive text documents using Emacs and mirror my changes back to the Google Doc?
I found a Google command line program, as well as something called gclient, which is part of Em...
Emmyemmye asked 22/8, 2013 at 20:43
1
Is there a way to turn off visual-line-mode within Emacs Org-mode tables?
I very much like how visual-line-mode works in Org-mode, except when it wraps wide tables, making them unreadable.
Maybe se...
2
Solved
How do we sort in a column view. In specific, I have a list of estimated taks, along with their priority, I want to be able to sort them based on any field, dynamically or atleast by specifying a f...
1
I use org-mode.
When I archive some headings, they are moved to FILENAME_archive, along with the filename and OLPATH property.
From the information stored as property in the archive file I think ...
Murat asked 24/2, 2014 at 17:3
5
Solved
I'm in the process of writing a whitepaper, and am about half-way through. I've just realized that it would be far simpler to write this in org-mode and export to latex/pdf than writing it directly...
8
Solved
To archive the DONE tasks i am using
C-c C-x a
command. The draw back is i have to manually move over the DONE tasks one by one and then archive it.
How to archive all the DONE tasks using a si...
Roncesvalles asked 9/8, 2011 at 14:1
4
Solved
I am following this tutorial, and I am getting this error, when I try to export the presentation to latex:
No definition for class `beamer' in `org-export-latex-classes'
Note:
I installed emacs ...
8
Solved
Google Chrome is set as the default browser. However, it opens links in Firefox, which is undesired.
How can I make Org-mode to open links in Google Chrome?
Eventempered asked 22/12, 2010 at 4:50
9
I am learning org mode, and just found out about sparse trees (C-c / t and its kin). How can I go back to the original, unsparse, view of my org document?
I found out by trial and error that TAB-c...
3
Solved
Gnome 3 has a beautiful calendar panel that drops down from the menu bar, and includes a space for your upcoming appointments. By default this appointment manager reads from the calendar in Evoluti...
4
In org-mode, I want to give inline code with equals signs and quotation marks:
<div class="foo">
The way I would normally do this in org-mode is
=<div class="foo">=
When I export ...
Flashcube asked 5/6, 2013 at 15:47
2
Solved
When I toggle inline image using org-toggle-inline-images which shows the image(s). However, when the image it too large it will overflow the editor's frame (See screenshot below).
How to make the...
2
I'm looking for a way to use time tracking information from org-mode agenda files to build a timetable. Time spent in different tasks would be indicated, grouped by tag and restricted to a given ti...
1
I would like to review my clocked time by tags, to answer e.g. how much time did I spend this week on my health, on my work, on a client or on social relationships?
I am using tags, because the ite...
1
Solved
I'm constructing an org-mode document that I want to export to LaTeX. However, I don't want the sections and subsections to be numbered (e.g. I want to generate \section* rather than \section). I e...
6
Solved
I'm trying to find a way to quickly recurse through every subdirectory searching for org files. I've found several solutions (Elisp Cookbook, and several solutions on github), but they don't handle...
2
This export option:
#+TITLE: My title
Does two things:
adds a meta tag on the document's head: <title>My title</title>
adds a heading at the start of the generated content div: <...
2
Solved
I am running Emacs 24.3 and org-mode 8.25f. When I use M-x org-publish command, the org-mode only convert the new .org files to .html and skip all the others which have not been modified since last...
3
Solved
IS there a way to 'texify' an ASCII table written with Emacs' orgtabl-mode. Creating tables in this mode is extremely simple.
E.g. suppose I have this table
|------+-----+-----|
| A | B | C |
|-...
© 2022 - 2025 — McMap. All rights reserved.