GithubHelp home page GithubHelp logo

emacs-org-testing's Introduction

Org Mode testing

screenshot.png

Base functional

Table

Operation

  • pressing “tab” to realign “|” char
  • pressing “M-LEFT” or “M-RIGHT” to move column left and right
  • pressing “M-UP” or “M-DOWN” to move row up and down
NameAgeNote
elliott30me
ca20
lala29
very very very very long name99

Checkbox

org-toggle-checkbox (C-c C-x C-b) or “org-ctrl-c-ctrl-c” (C-c C-c)

“org-meta-return” (M-RET) Insert a new heading or wrap a region in a table.

  1. [ ] First item
  2. [ ] Second
  3. [ ] Three

Run stuff in org mode

“org-confirm-babel-evaluate” or “org-ctrl-c-ctrl-c” (C-c C-c)

(defun my-test-lisp ()
  (message "Hello!"))

(my-test-lisp)
print('hello!')

Link & Image

Inserting link

“org-insert-link” (C-c C-l)

Insert a link Like this

Following link

“org-open-at-point” (C-c C-o)

(helpful-callable ‘org-insert-link)

Inline code with link

following link will run a elisp code

=>helpful page (May not show on some plafrom)

View raw description of link

“org-toggle-link-display”

Toggle the literal or descriptive display of links.

or using custome function

(defun staytime/org-toggle-display ()
  (interactive)
  (org-toggle-link-display)
  (if org-link-descriptive (org-display-inline-images) (org-remove-inline-images)))

Display image

There 3 command for inline image

  • “org-toggle-inline-images”
  • “org-display-inline-images”
  • “org-remove-inline-images”

./house-g777b3c5aa_640.png

Copyright free image src source

Todo list

“org-todo” (C-c t) funcion be use to toggle todo item

work

job

love

Export to other format

“org-export-dispatch” (C-c C-e)

Theme

ReadTheOrg link

Timestamp

inserting timestamp with “org-time-stamp” (C-c .)

<2022-10-22 Sat>

Document

emacs-org-testing's People

Contributors

staytime avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.