org-mode Questions
3
Solved
I have 2 files:
php file with code
org file with docs
How to create a link to a line in php file from org file? So clicking it will move the cursor to the appropriate line in php file.
5
Solved
I have an org file with lots of babel source blocks in it that only need to be re-executed when the code is changed.
How do I prevent org from executing all of the blocks during export? In other w...
6
Solved
I use Emacs for years, and nowadays, I write a lot of files in org mode, such as notes, plans/conclusions or something else. However but most website support markdown-style instead of org-style. St...
3
Solved
In emacs org-mode, we can use mark-ups to set Emphasis and monospace.
e.g.
*bold*
/italic/
How can we make a word both bold and italic?
It seems neither */.../* nor /*...*/ works.
2
Solved
I would like to use org-mode not with a GTD-like system but rather as a planner/scheduler, scheduling/timestamping every captured task on capture or refile. In such a system, detailed planning of a...
6
Solved
After filtering my document to a sparse tree, how do I undo the filter, going back to the previous view/visibility? Because I haven't worked out how to do this out I have to make everything visible...
6
Solved
In (La)TeX non-breaking spaces are called ties and they are made by ~. Ties are for instance used after abbreviations so that there is no line break directly after them and so that dots ending abbr...
Oldline asked 16/2, 2012 at 12:48
4
Solved
5
macos Ventura 13.4 (22F66)
GNU Emacs 28.2 (build 1, x86_64-apple-darwin22.4.0, NS appkit-2299.50 Version 13.3.1 (a) (Build 22E772610a)) of 2023-05-31
org-mode 9.5.5
installed using homebrew emacs-p...
Hanford asked 2/6, 2023 at 8:17
7
Solved
Is there a simple way to insert the current time (like TIME: [2012-07-02 Mon 16:44]) in the org-mode? In the manual there is a lot of stuff (clocks, deadlines, schedules), but most of them require ...
4
Solved
Could someone please give me some assistance to completely hide the :PROPERTIES: drawer, including the line that says :PROPERTIES:.
* TASKS (with deadines)
** Next Action [#A] Ask the geniuses h...
3
Solved
How can I display inline images in emacs org mode?
I have [[file:~/myimage.png]], which, when clicked, opens the image in a new buffer.
But how to do it in the same buffer?
Note: C c C x C v is...
5
Solved
I use org-mode to handle my tasks and projects in multiple files.
In the weekly agenda, it is possible to jump to the location of each TODO entry using <TAB> or <RET>. If the target fi...
3
I tried to make some org file to organize my thing in emacs, but I can't quite get how to make a clickable link in column view.
Currently, my org file looks like this:
* Main
:PROPERTIES:
:COLUMNS:...
3
Solved
My org file contains many buffer settings/export options lines at the top, such as:
#+LaTeX_CLASS: koma-article
#+LaTeX_CLASS_OPTIONS: [a4paper,captions=nooneline,DIV=15]
This takes up a lot of ...
Coriolanus asked 6/9, 2011 at 9:54
5
Solved
It is easy to display the current day/week/month/year in the agenda (vd,vw,vm,vy), and see the previous or next period (b,f). But when you're at the end of a period, you don't see what's coming, wh...
14
Org-mode is amazing. I like its power and simplicity. However, sometimes I need access to my tasks in places where I don't have the necessary setup. Is there a way to synchronize my org agenda with...
Footprint asked 26/1, 2010 at 11:8
7
Solved
I would like the Org-mode agenda to automatically show what I have to do today when I open Emacs. The org-agenda command is interactive, so it doesn't seem to work well for this purpose.
Is there ...
7
Solved
2
Solved
I'm using auto save back to the original file for my org-mode but I only want it to work for this mode and nothing else. Is that easy to do?
Here are my org-mode options
;; Org-mode options
(add-...
5
Solved
Using capture templates like the one below, I can add entries to different headlines in a file. How can I manually enter a headline during capture, instead of setting up each headline to a key in t...
3
I'm trying to set the font sizes of org-mode titles.
They are, by default, too big (yeah, size does matter).
I've been trying to find a reference, but very annoyingly, I couldn't.
How do I custom...
7
Solved
How can I make org-mode markup work for a part of a word? For example, I'd like it to work for cases like this:
=Class=es
and this:
/Method/s
Based on my tests it seems like org-mode markup s...
7
Solved
I know this is kind of minor, but it's been bugging me. I'm using Org-mode for a project and I tend to export to either PDF or HTML rather frequently and it leaves my directory littered with PDF, T...
Anglia asked 4/3, 2012 at 23:13
4
Solved
In Emacs org-mode, how do I get org-capture to open in a full-sized window, rather than first splitting the window ?
1 Next >
© 2022 - 2025 — McMap. All rights reserved.